![]() |
Ember
|
Public Member Functions | |
| DialogProgressCallback (wxGauge *gauge, wxStaticText *text, wxDialog *dialog) | |
| bool | OnProgress (const EmberCore::String &message, int current, int total) override |
| Called to report progress during parsing. | |
| Public Member Functions inherited from EmberCore::IParseProgressCallback | |
| virtual | ~IParseProgressCallback ()=default |
Private Attributes | |
| wxGauge * | m_gauge |
| wxStaticText * | m_text |
| wxDialog * | m_dialog |
Definition at line 28 of file BehaviorTreeProjectDialog.cpp.
|
inline |
Definition at line 30 of file BehaviorTreeProjectDialog.cpp.
|
inlineoverridevirtual |
Called to report progress during parsing.
| message | Current operation description |
| current | Current step (0-based) |
| total | Total steps (use 0 for indeterminate) |
Implements EmberCore::IParseProgressCallback.
Definition at line 33 of file BehaviorTreeProjectDialog.cpp.
|
private |
Definition at line 56 of file BehaviorTreeProjectDialog.cpp.
|
private |
Definition at line 54 of file BehaviorTreeProjectDialog.cpp.
|
private |
Definition at line 55 of file BehaviorTreeProjectDialog.cpp.