![]() |
AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
#include <CzXomlVariables.h>
Public Member Functions | |
| CzXomlVariableBool () | |
| void | setValue (const char *value, int count=-1) |
| void | addValue (const char *value, const char *limit=NULL) |
| bool | isTrue () |
| bool | checkCondition (eCzXomlConditionOperator condition, const CzString &val) |
Public Attributes | |
| bool | NativeValue |
| Native value of the variable. | |
| CzXomlVariableBool::CzXomlVariableBool | ( | ) | [inline] |
| void CzXomlVariableBool::addValue | ( | const char * | value, |
| const char * | limit = NULL |
||
| ) | [inline, virtual] |
Reimplemented from CzXomlVariable.
| bool CzXomlVariableBool::checkCondition | ( | eCzXomlConditionOperator | condition, |
| const CzString & | val | ||
| ) | [virtual] |
Reimplemented from CzXomlVariable.
| bool CzXomlVariableBool::isTrue | ( | ) | [inline, virtual] |
Reimplemented from CzXomlVariable.
| void CzXomlVariableBool::setValue | ( | const char * | value, |
| int | count = -1 |
||
| ) | [inline, virtual] |
Reimplemented from CzXomlVariable.
Native value of the variable.