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() =defaultvirtual ~TutorialElement() =defaultfunction acceptRenderer
cpp
virtual void acceptRenderer(
ITutorialRenderer * tutorialRenderer
) =0virtual void acceptRenderer(
ITutorialRenderer * tutorialRenderer
) =0Reimplemented 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-09-07 at 16:13:50 +0000