|
| MenuItemRoot (const std::vector< std::shared_ptr< TestSuite > > &suites, std::function< void()> on_run_all, std::function< void()> on_exit, uint32_t width, uint32_t height, bool disable_autorun, bool autorun_immediately) |
|
void | Draw () override |
|
void | Activate () override |
|
void | ActivateCurrentSuite () override |
|
bool | Deactivate () override |
|
void | CursorUp (bool is_repeat) override |
|
void | CursorDown (bool is_repeat) override |
|
void | CursorLeft (bool is_repeat) override |
|
void | CursorRight (bool is_repeat) override |
|
|
std::function< void()> | on_run_all |
|
std::function< void()> | on_exit |
|
std::chrono::steady_clock::time_point | start_time |
|
bool | timer_valid {false} |
|
bool | timer_cancelled {false} |
|
◆ Activate()
void MenuItemRoot::Activate |
( |
| ) |
|
|
overridevirtual |
◆ ActivateCurrentSuite()
void MenuItemRoot::ActivateCurrentSuite |
( |
| ) |
|
|
overridevirtual |
◆ CursorDown()
void MenuItemRoot::CursorDown |
( |
bool |
is_repeat | ) |
|
|
overridevirtual |
◆ CursorLeft()
void MenuItemRoot::CursorLeft |
( |
bool |
is_repeat | ) |
|
|
overridevirtual |
◆ CursorRight()
void MenuItemRoot::CursorRight |
( |
bool |
is_repeat | ) |
|
|
overridevirtual |
◆ CursorUp()
void MenuItemRoot::CursorUp |
( |
bool |
is_repeat | ) |
|
|
overridevirtual |
◆ Deactivate()
bool MenuItemRoot::Deactivate |
( |
| ) |
|
|
overridevirtual |
◆ Draw()
void MenuItemRoot::Draw |
( |
| ) |
|
|
overridevirtual |
The documentation for this struct was generated from the following files: