|
using | DialogCallback = std::function< void()> |
|
|
bool | EventProcess (const Event &event) |
|
void | StartQuestion (const std::string &text, bool warningYes=false, bool warningNo=false, bool fireParticles=false, DialogCallback yes=nullptr, DialogCallback no=nullptr) |
|
void | StartQuestion (ResTextType text, bool warningYes=false, bool warningNo=false, bool fireParticles=false, DialogCallback yes=nullptr, DialogCallback no=nullptr) |
|
void | StartInformation (const std::string &title, const std::string &text, const std::string &details, bool warning=false, bool fireParticles=false, DialogCallback ok=nullptr) |
|
void | StartPauseMenu () |
|
void | StopDialog () |
|
bool | IsDialog () |
|
|
enum | DialogType { Question,
PauseMenu
} |
|
|
void | StartDialog (Math::Point dim, bool fireParticles) |
|
void | FrameDialog (float rTime) |
|
The documentation for this class was generated from the following files:
- /build/colobot-4LMcse/colobot-0.1.8/src/ui/maindialog.h
- /build/colobot-4LMcse/colobot-0.1.8/src/ui/maindialog.cpp