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, std::string layout) |
Public Attributes
| Name | |
|---|---|
| std::string | m_description |
| fs::path | m_filename |
| std::string | m_layout |
| 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,
std::string layout
)inline TutorialHeader(
std::string filename,
std::string title,
std::string description,
std::string scene,
std::shared_ptr< GUIImage > thumbnail,
std::string layout
)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_layout
cpp
std::string m_layout;std::string m_layout;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 2025-09-07 at 16:13:50 +0000