|
MyRP2_ui_core
|
Public Member Functions | |
| ~UIController () | |
| Destroy the UIController object. | |
| void | update_current_controlled_object (UIModelObject *_new_controlled_object) |
Protected Attributes | |
| UIModelObject * | current_controlled_object {nullptr} |
| UIController::UIController | ( | ) |
Definition at line 173 of file ui_core.cpp.
| UIController::~UIController | ( | ) |
Destroy the UIController object.
Definition at line 177 of file ui_core.cpp.
| void UIController::update_current_controlled_object | ( | UIModelObject * | _new_controlled_object | ) |
| _new_controlled_object |
Definition at line 181 of file ui_core.cpp.
|
protected |