Construtores
| Nome | Descrição |
|---|---|
Funções Substitutivas
| Accesso | Returno | Modificador | Nome | Descrição |
|---|---|---|---|---|
public | bool | const | isFocusable() | |
public | bool | |||
protected | void | onTick( float inDeltaTime ) | ||
protected | void | onClick() |
Funções
| Accesso | Returno | Modificador | Nome | Descrição |
|---|---|---|---|---|
public | void | toggle() | ||
public | void | check() | ||
public | void | uncheck() | ||
private | void | setChecked( bool inValue ) | ||
private | void | refreshChecked() | ||
private | void | refreshState() | ||
private | void | commit() | ||
private | void | emitInput() | ||
private | bool | const |
Membros
| Accesso | Tipo | Modificador | Nome | Descrição |
|---|---|---|---|---|
public | const char* | static, constexpr | TAG_ID | |
public | const char* | static, constexpr | CHECKED_ATTRIBUTE_NAME | |
public | const char* | static, constexpr | ON_INPUT_ATTRIBUTE_NAME | |
public | const char* | static, constexpr | STATE_CHECKED | |
public | const char* | static, constexpr | STATE_IDLE | |
public | bool | isChecked | ||
public | checkState | |||
private | bool | m_bIsEdited |