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
CzPlatform Class Reference

#include <CzPlatform.h>

List of all members.

Public Member Functions

bool isInitialised () const
IzPlatformgetPlatform ()
IzPlatformSysgetSys ()
IzPlatformDisplaygetDisplay ()
IzPlatformInputgetInput ()
IzPlatformAudiogetAudio ()
IzPlatformCommsgetComms ()
IzPlatformFontgetFont ()
IzPlatformFilegetFile ()
IzPlatformImaginggetImaging ()
IzPlatformVideogetVideo ()
IzPlatformOthergetOther ()
IzPlatformRendergetRender ()
IzPlatformUIgetUI ()
IzPlatformMarketgetMarket ()
IzPlatformCamgetCam ()
IzPlatformFacebookgetFacebook ()
void setSys (IzPlatformSys *p)
void setDisplay (IzPlatformDisplay *p)
void setInput (IzPlatformInput *p)
void setAudio (IzPlatformAudio *p)
void setComms (IzPlatformComms *p)
void setFont (IzPlatformFont *p)
void setFile (IzPlatformFile *p)
void setImaging (IzPlatformImaging *p)
void setVideo (IzPlatformVideo *p)
void setOther (IzPlatformOther *p)
void setRender2d (IzPlatformRender *p)
void setUI (IzPlatformUI *p)
void setMarket (IzPlatformMarket *p)
void setCam (IzPlatformCam *p)
void setFacebook (IzPlatformFacebook *p)
virtual int Init (IzPlatform *platform, bool comms, bool use_gl)
virtual void Release ()

Static Public Member Functions

static void Create ()
static void Destroy ()
static CzPlatformgetInstance ()

Protected Attributes

bool Initialised
IzPlatformPlatform
IzPlatformSysSys
IzPlatformDisplayDisplay
IzPlatformInputInput
IzPlatformAudioAudio
IzPlatformCommsComms
IzPlatformFileFile
IzPlatformFontFont
IzPlatformVideoVideo
IzPlatformImagingImaging
IzPlatformOtherOther
IzPlatformRenderRender
IzPlatformUIUI
IzPlatformCamCam
IzPlatformMarketMarket
IzPlatformFacebookFacebook

Member Function Documentation

static void CzPlatform::Create ( ) [static]
static void CzPlatform::Destroy ( ) [static]
static CzPlatform* CzPlatform::getInstance ( ) [static]
int CzPlatform::Init ( IzPlatform platform,
bool  comms,
bool  use_gl 
) [virtual]
bool CzPlatform::isInitialised ( ) const [inline]
void CzPlatform::Release ( ) [virtual]
void CzPlatform::setAudio ( IzPlatformAudio p) [inline]
void CzPlatform::setCam ( IzPlatformCam p) [inline]
void CzPlatform::setComms ( IzPlatformComms p) [inline]
void CzPlatform::setDisplay ( IzPlatformDisplay p) [inline]
void CzPlatform::setFile ( IzPlatformFile p) [inline]
void CzPlatform::setFont ( IzPlatformFont p) [inline]
void CzPlatform::setImaging ( IzPlatformImaging p) [inline]
void CzPlatform::setInput ( IzPlatformInput p) [inline]
void CzPlatform::setMarket ( IzPlatformMarket p) [inline]
void CzPlatform::setOther ( IzPlatformOther p) [inline]
void CzPlatform::setRender2d ( IzPlatformRender p) [inline]
void CzPlatform::setSys ( IzPlatformSys p) [inline]
void CzPlatform::setUI ( IzPlatformUI p) [inline]
void CzPlatform::setVideo ( IzPlatformVideo p) [inline]

Member Data Documentation

bool CzPlatform::Initialised [protected]

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