![]() |
AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
#include <CzPlatform.h>
| static void CzPlatform::Create | ( | ) | [static] |
| static void CzPlatform::Destroy | ( | ) | [static] |
| IzPlatformAudio* CzPlatform::getAudio | ( | ) | [inline] |
| IzPlatformCam* CzPlatform::getCam | ( | ) | [inline] |
| IzPlatformComms* CzPlatform::getComms | ( | ) | [inline] |
| IzPlatformDisplay* CzPlatform::getDisplay | ( | ) | [inline] |
| IzPlatformFacebook* CzPlatform::getFacebook | ( | ) | [inline] |
| IzPlatformFile* CzPlatform::getFile | ( | ) | [inline] |
| IzPlatformFont* CzPlatform::getFont | ( | ) | [inline] |
| IzPlatformImaging* CzPlatform::getImaging | ( | ) | [inline] |
| IzPlatformInput* CzPlatform::getInput | ( | ) | [inline] |
| static CzPlatform* CzPlatform::getInstance | ( | ) | [static] |
| IzPlatformMarket* CzPlatform::getMarket | ( | ) | [inline] |
| IzPlatformOther* CzPlatform::getOther | ( | ) | [inline] |
| IzPlatform* CzPlatform::getPlatform | ( | ) | [inline] |
| IzPlatformRender* CzPlatform::getRender | ( | ) | [inline] |
| IzPlatformSys* CzPlatform::getSys | ( | ) | [inline] |
| IzPlatformUI* CzPlatform::getUI | ( | ) | [inline] |
| IzPlatformVideo* CzPlatform::getVideo | ( | ) | [inline] |
| 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::setFacebook | ( | IzPlatformFacebook * | 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] |
IzPlatformAudio* CzPlatform::Audio [protected] |
IzPlatformCam* CzPlatform::Cam [protected] |
IzPlatformComms* CzPlatform::Comms [protected] |
IzPlatformDisplay* CzPlatform::Display [protected] |
IzPlatformFacebook* CzPlatform::Facebook [protected] |
IzPlatformFile* CzPlatform::File [protected] |
IzPlatformFont* CzPlatform::Font [protected] |
IzPlatformImaging* CzPlatform::Imaging [protected] |
bool CzPlatform::Initialised [protected] |
IzPlatformInput* CzPlatform::Input [protected] |
IzPlatformMarket* CzPlatform::Market [protected] |
IzPlatformOther* CzPlatform::Other [protected] |
IzPlatform* CzPlatform::Platform [protected] |
IzPlatformRender* CzPlatform::Render [protected] |
IzPlatformSys* CzPlatform::Sys [protected] |
IzPlatformUI* CzPlatform::UI [protected] |
IzPlatformVideo* CzPlatform::Video [protected] |