TutorialHeader
#include "Tutorial/Tutorial.h"
Public Functions
Name | |
---|---|
TutorialHeader(std::string filename, std::string title, std::string description, std::string scene, std::shared_ptr< GUIImage > thumbnail) |
Public Attributes
Name | |
---|---|
std::string | m_description |
fs::path | m_filename |
std::string | m_scene |
std::shared_ptr< GUIImage > | m_thumbnailImage |
std::string | m_title |
Public Functions Documentation
function TutorialHeader
cpp
inline TutorialHeader(
std::string filename,
std::string title,
std::string description,
std::string scene,
std::shared_ptr< GUIImage > thumbnail
)
inline TutorialHeader(
std::string filename,
std::string title,
std::string description,
std::string scene,
std::shared_ptr< GUIImage > thumbnail
)
Public Attributes Documentation
variable m_description
cpp
std::string m_description;
std::string m_description;
variable m_filename
cpp
fs::path m_filename;
fs::path m_filename;
variable m_scene
cpp
std::string m_scene;
std::string m_scene;
variable m_thumbnailImage
cpp
std::shared_ptr< GUIImage > m_thumbnailImage;
std::shared_ptr< GUIImage > m_thumbnailImage;
variable m_title
cpp
std::string m_title;
std::string m_title;
Updated on 2024-11-06 at 20:16:53 +0000