File dialogueInterfaceView.hpp¶
-
class DialogueInterfaceView : public InterfaceView
- #include <dialogueInterfaceView.hpp>
Public Functions
-
DialogueInterfaceView()¶
-
DialogueInterfaceView(const std::string &filePath)¶
-
DialogueInterfaceView(InterfaceViewBin &bin)¶
-
void setDialogue(DialogueBin dialogue)¶
-
virtual void onNotify(Event event)
Notify routine, the View shall react to this event.
-
virtual void update()
Update routine.
-
virtual void draw()
Draw routine. Draws all the elements.
-
void removeOptionButtons()¶
-
DialogueInterfaceView()¶