|
|
void | setConfig (const CameraPanelConfig &cfg) |
| |
| void | update (float deltaTime) override |
| |
| void | OnImGuiRender () override |
| |
|
template<typename T , typename... Args> |
| void | addUIComponent (Args &&... args) |
| |
|
template<typename T > |
| T * | getSubcomponent () |
| |
|
|
bool | showCameraPanel = false |
| |
|
std::vector< std::unique_ptr< UIElement > > | subcomponents |
| |
|
UIElement * | parent = nullptr |
| |
|
|
template<typename T > |
| static T * | getUIComponent () |
| |
|
static std::unordered_map< std::type_index, UIElement * > | uiComponentRegistry |
| |
|
std::string | name |
| |
|
bool | visible = true |
| |
◆ OnImGuiRender()
| void CameraPanel::OnImGuiRender |
( |
| ) |
|
|
overridevirtual |
◆ update()
| void CameraPanel::update |
( |
float |
deltaTime | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files:
- /mnt/c/Users/lefte/Mujin/MastersThesis/Taz/TazGraph/TazGraph/Src/EditorIMGUI/Components/MenuDropdown/CameraPanel/CameraPanel.h
- /mnt/c/Users/lefte/Mujin/MastersThesis/Taz/TazGraph/TazGraph/Src/EditorIMGUI/Components/MenuDropdown/CameraPanel/CameraPanel.cpp