Skip to content

ThemeVariable

#include "GUI/ThemeVariable.h"

Public Attributes

Name
const char *description
boolforceInt
ThemeVariableKeykey
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-01-07 at 13:40:43 +0000