![]() |
Clapkit
|
A base for controls that have a 'main' boolean or custom property. More...
#include <ck_pValueContainingControl.h>
Public Member Functions | |
void | SetValue (bool value) |
void | SetValue (void *value) |
bool | GetBoolean () const |
void * | GetMisc () const |
Protected Attributes | ||
CKValueType | _type = CKValueType::None | |
union { | ||
bool bValue | ||
void * mValue | ||
} | _value | |
A base for controls that have a 'main' boolean or custom property.
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
union { ... } CKValueContainingControl::_value |
bool CKValueContainingControl::bValue |
void* CKValueContainingControl::mValue |