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 | |
CzXomlVariableCondition () | |
virtual | ~CzXomlVariableCondition () |
void | setValue (const char *value, int count=-1) |
void | addValue (const char *value, const char *limit=NULL) |
bool | isTrue () |
Public Attributes | |
bool | NativeValue |
Native value of a condition is boolean. | |
CzXomlConditions | Conditions |
Conditions that should be checked to determine true or false. |
CzXomlVariableCondition::CzXomlVariableCondition | ( | ) | [inline] |
virtual CzXomlVariableCondition::~CzXomlVariableCondition | ( | ) | [inline, virtual] |
void CzXomlVariableCondition::addValue | ( | const char * | value, |
const char * | limit = NULL |
||
) | [inline, virtual] |
Reimplemented from CzXomlVariable.
bool CzXomlVariableCondition::isTrue | ( | ) | [virtual] |
Reimplemented from CzXomlVariable.
void CzXomlVariableCondition::setValue | ( | const char * | value, |
int | count = -1 |
||
) | [virtual] |
Reimplemented from CzXomlVariable.
Conditions that should be checked to determine true or false.
Native value of a condition is boolean.