AppEasy Core SDK  1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
CzXomlVariableCondition Struct Reference

#include <CzXomlVariables.h>

Inheritance diagram for CzXomlVariableCondition:
CzXomlVariable

List of all members.

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.

Constructor & Destructor Documentation


Member Function Documentation

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.


Member Data Documentation

Conditions that should be checked to determine true or false.

Native value of a condition is boolean.


The documentation for this struct was generated from the following files: