ThemeVariable 
#include "GUI/ThemeVariable.h"
Public Attributes 
| Name | |
|---|---|
| const char * | description | 
| bool | forceInt | 
| ThemeVariableKey | key | 
| const char * | name | 
| std::optional< ImVec2 > | range | 
Public Attributes Documentation 
variable description 
cpp
const char * description = nullptr;const char * description = nullptr;variable forceInt 
cpp
bool forceInt = false;bool forceInt = false;variable key 
cpp
ThemeVariableKey key;ThemeVariableKey key;variable name 
cpp
const char * name = nullptr;const char * name = nullptr;variable range 
cpp
std::optional< ImVec2 > range;std::optional< ImVec2 > range;Updated on 2025-09-07 at 16:13:50 +0000