Task
#include "Tutorial/Tutorial.h"
Inherits from TutorialElement
Public Functions
| Name | |
|---|---|
| Task(std::string task) | |
| virtual void | acceptRenderer(ITutorialRenderer * tutorialRenderer) override |
Public Attributes
| Name | |
|---|---|
| bool | m_completed |
Additional inherited members
Public Functions inherited from TutorialElement
| Name | |
|---|---|
| TutorialElement() | |
| TutorialElement(std::string content) | |
| virtual | ~TutorialElement() =default |
Public Attributes inherited from TutorialElement
| Name | |
|---|---|
| std::string | m_content |
Public Functions Documentation
function Task
cpp
inline explicit Task(
std::string task
)inline explicit Task(
std::string task
)function acceptRenderer
cpp
inline virtual void acceptRenderer(
ITutorialRenderer * tutorialRenderer
) overrideinline virtual void acceptRenderer(
ITutorialRenderer * tutorialRenderer
) overrideReimplements: TutorialElement::acceptRenderer
Public Attributes Documentation
variable m_completed
cpp
bool m_completed;bool m_completed;Updated on 2025-09-07 at 16:13:50 +0000