TutorialElement
#include "Tutorial/Tutorial.h"
Inherited by Explanation, Headline, Hint, Task, TestQuestion
Public Functions
Name | |
---|---|
TutorialElement() | |
TutorialElement(std::string content) | |
virtual | ~TutorialElement() =default |
virtual void | acceptRenderer(ITutorialRenderer * tutorialRenderer) =0 |
Public Attributes
Name | |
---|---|
std::string | m_content |
Public Functions Documentation
function TutorialElement
cpp
inline TutorialElement()
inline TutorialElement()
function TutorialElement
cpp
inline explicit TutorialElement(
std::string content
)
inline explicit TutorialElement(
std::string content
)
function ~TutorialElement
cpp
virtual ~TutorialElement() =default
virtual ~TutorialElement() =default
function acceptRenderer
cpp
virtual void acceptRenderer(
ITutorialRenderer * tutorialRenderer
) =0
virtual void acceptRenderer(
ITutorialRenderer * tutorialRenderer
) =0
Reimplemented by: Explanation::acceptRenderer, Headline::acceptRenderer, Task::acceptRenderer, Hint::acceptRenderer, ChoiceTask::acceptRenderer, MultiChoiceTask::acceptRenderer, InputTask::acceptRenderer
Public Attributes Documentation
variable m_content
cpp
std::string m_content;
std::string m_content;
Updated on 2025-01-07 at 13:40:43 +0000