Style Editor window.
More...
Go to the source code of this file.
|
bool | NAV::gui::windows::nodeEditorLightMode |
| If true, light mode is selected.
|
|
◆ ApplyDarkLightMode()
void NAV::gui::windows::ApplyDarkLightMode |
( |
std::vector< ImVec4 > & | colors | ) |
|
Applies the currently selected mode
- Parameters
-
[in,out] | colors | Colors of the GUI |
◆ ShowNodeEditorStyleEditor()
void NAV::gui::windows::ShowNodeEditorStyleEditor |
( |
bool * | show, |
|
|
std::vector< ImVec4 > & | colors, |
|
|
const std::vector< const char * > & | colorNames ) |
Shows a window for editing the style of the Node Editor.
- Parameters
-
[in,out] | show | Flag which indicates whether the window is shown |
[in,out] | colors | Colors of the GUI |
[in] | colorNames | Names for the colors |