AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
#include <CzProgram.h>
Public Member Functions | |
void | setParameter (int index, const CzString &data) |
void | setParameter (int index, const char *data) |
CzCommand () | |
CzString & | getParameter1 (IzXomlResource *parent) |
CzString & | getParameter2 (IzXomlResource *parent) |
CzString & | getParameter3 (IzXomlResource *parent) |
CzString & | getParameter4 (IzXomlResource *parent) |
CzString & | getParameter5 (IzXomlResource *parent) |
Protected Attributes | |
CzString | Params [5] |
CzXomlVariable * | Variables [5] |
CzCommand::CzCommand | ( | ) | [inline] |
CzString & CzCommand::getParameter1 | ( | IzXomlResource * | parent | ) |
CzString & CzCommand::getParameter2 | ( | IzXomlResource * | parent | ) |
CzString & CzCommand::getParameter3 | ( | IzXomlResource * | parent | ) |
CzString & CzCommand::getParameter4 | ( | IzXomlResource * | parent | ) |
CzString & CzCommand::getParameter5 | ( | IzXomlResource * | parent | ) |
void CzCommand::setParameter | ( | int | index, |
const CzString & | data | ||
) | [inline] |
void CzCommand::setParameter | ( | int | index, |
const char * | data | ||
) | [inline] |
CzString CzCommand::Params[5] [protected] |
CzXomlVariable* CzCommand::Variables[5] [protected] |