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)
~TutorialHeader() =default

Public Attributes

Name
std::stringm_description
std::stringm_filename
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
)
inline TutorialHeader(
    std::string filename,
    std::string title,
    std::string description,
    std::string scene,
    std::shared_ptr< GUIImage > thumbnail
)

function ~TutorialHeader

cpp
~TutorialHeader() =default
~TutorialHeader() =default

Public Attributes Documentation

variable m_description

cpp
std::string m_description;
std::string m_description;

variable m_filename

cpp
std::string m_filename;
std::string 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-03-16 at 19:15:00 +0000