Skip to content

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::stringm_description
fs::pathm_filename
std::stringm_layout
std::stringm_scene
std::shared_ptr< GUIImage >m_thumbnailImage
std::stringm_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-01-07 at 13:40:43 +0000