![]() |
AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
#include <CzPlatformSys.h>
Public Member Functions | |
CzPlatformSys () | |
int | Init () |
void | Release () |
void | BacklightOn () |
uint64 | getTimeInMs () |
int64 | getTimeUTC () |
void | YieldToOS (int time_ms) |
bool | ExecuteViaOS (const char *name, bool exit_app) |
void | RequestQuit () |
void | NotifySuspended () |
void | NotifyResumed () |
void | NotifyVolumeUp () |
void | NotifyVolumeDown () |
void | NotifyNetworkOnline () |
void | NotifyNetworkOffline () |
void | NotifyScreenSizeChanged () |
bool | CheckAppQuit () |
int | getFreeMemory () const |
int | getUsedMemory () const |
void * | Malloc (int size) |
void * | Realloc (void *mem, int size) |
void | Free (void *mem) |
void | ConsoleWrite (const char *message) |
eCzDeviceType | getDeviceType () |
const char * | getDeviceOSVersion () |
int | getDeviceUDID () |
const char * | getDeviceLocale () |
bool | isLittleEndian () |
CzPlatformSys () | |
int | Init () |
void | Release () |
void | BacklightOn () |
uint64 | getTimeInMs () |
int64 | getTimeUTC () |
void | YieldToOS (int time_ms) |
bool | ExecuteViaOS (const char *name, bool exit_app) |
void | RequestQuit () |
void | NotifySuspended () |
void | NotifyResumed () |
void | NotifyVolumeUp () |
void | NotifyVolumeDown () |
void | NotifyNetworkOnline () |
void | NotifyNetworkOffline () |
void | NotifyScreenSizeChanged () |
bool | CheckAppQuit () |
int | getFreeMemory () const |
int | getUsedMemory () const |
void * | Malloc (int size) |
void * | Realloc (void *mem, int size) |
void | Free (void *mem) |
void | ConsoleWrite (const char *message) |
eCzDeviceType | getDeviceType () |
int | getDeviceUDID () |
const char * | getDeviceLocale () |
bool | isLittleEndian () |
CzPlatformSys::CzPlatformSys | ( | ) | [inline] |
CzPlatformSys::CzPlatformSys | ( | ) | [inline] |
void CzPlatformSys::BacklightOn | ( | ) | [virtual] |
Implements IzPlatformSys.
void CzPlatformSys::BacklightOn | ( | ) | [virtual] |
Implements IzPlatformSys.
bool CzPlatformSys::CheckAppQuit | ( | ) | [virtual] |
Implements IzPlatformSys.
bool CzPlatformSys::CheckAppQuit | ( | ) | [virtual] |
Implements IzPlatformSys.
void CzPlatformSys::ConsoleWrite | ( | const char * | message | ) | [virtual] |
Implements IzPlatformSys.
void CzPlatformSys::ConsoleWrite | ( | const char * | message | ) | [virtual] |
Implements IzPlatformSys.
bool CzPlatformSys::ExecuteViaOS | ( | const char * | name, |
bool | exit_app | ||
) | [virtual] |
Implements IzPlatformSys.
bool CzPlatformSys::ExecuteViaOS | ( | const char * | name, |
bool | exit_app | ||
) | [virtual] |
Implements IzPlatformSys.
void CzPlatformSys::Free | ( | void * | mem | ) | [virtual] |
Implements IzPlatformSys.
void CzPlatformSys::Free | ( | void * | mem | ) | [virtual] |
Implements IzPlatformSys.
const char* CzPlatformSys::getDeviceLocale | ( | ) | [virtual] |
Implements IzPlatformSys.
const char * CzPlatformSys::getDeviceLocale | ( | ) | [virtual] |
Implements IzPlatformSys.
const char * CzPlatformSys::getDeviceOSVersion | ( | ) | [virtual] |
Implements IzPlatformSys.
eCzDeviceType CzPlatformSys::getDeviceType | ( | ) | [virtual] |
Implements IzPlatformSys.
eCzDeviceType CzPlatformSys::getDeviceType | ( | ) | [virtual] |
Implements IzPlatformSys.
int CzPlatformSys::getDeviceUDID | ( | ) | [virtual] |
Implements IzPlatformSys.
int CzPlatformSys::getDeviceUDID | ( | ) | [virtual] |
Implements IzPlatformSys.
int CzPlatformSys::getFreeMemory | ( | ) | const [virtual] |
Implements IzPlatformSys.
int CzPlatformSys::getFreeMemory | ( | ) | const [virtual] |
Implements IzPlatformSys.
uint64 CzPlatformSys::getTimeInMs | ( | ) | [virtual] |
Implements IzPlatformSys.
uint64 CzPlatformSys::getTimeInMs | ( | ) | [virtual] |
Implements IzPlatformSys.
int64 CzPlatformSys::getTimeUTC | ( | ) | [virtual] |
Implements IzPlatformSys.
int64 CzPlatformSys::getTimeUTC | ( | ) | [virtual] |
Implements IzPlatformSys.
int CzPlatformSys::getUsedMemory | ( | ) | const [virtual] |
Implements IzPlatformSys.
int CzPlatformSys::getUsedMemory | ( | ) | const [virtual] |
Implements IzPlatformSys.
int CzPlatformSys::Init | ( | ) | [virtual] |
Implements IzPlatformSys.
int CzPlatformSys::Init | ( | ) | [virtual] |
Implements IzPlatformSys.
bool CzPlatformSys::isLittleEndian | ( | ) | [virtual] |
Implements IzPlatformSys.
bool CzPlatformSys::isLittleEndian | ( | ) | [virtual] |
Implements IzPlatformSys.
void * CzPlatformSys::Malloc | ( | int | size | ) | [virtual] |
Implements IzPlatformSys.
void* CzPlatformSys::Malloc | ( | int | size | ) | [virtual] |
Implements IzPlatformSys.
void CzPlatformSys::NotifyNetworkOffline | ( | ) | [virtual] |
Implements IzPlatformSys.
void CzPlatformSys::NotifyNetworkOffline | ( | ) | [virtual] |
Implements IzPlatformSys.
void CzPlatformSys::NotifyNetworkOnline | ( | ) | [virtual] |
Implements IzPlatformSys.
void CzPlatformSys::NotifyNetworkOnline | ( | ) | [virtual] |
Implements IzPlatformSys.
void CzPlatformSys::NotifyResumed | ( | ) | [virtual] |
Implements IzPlatformSys.
void CzPlatformSys::NotifyResumed | ( | ) | [virtual] |
Implements IzPlatformSys.
void CzPlatformSys::NotifyScreenSizeChanged | ( | ) | [virtual] |
Implements IzPlatformSys.
void CzPlatformSys::NotifyScreenSizeChanged | ( | ) | [virtual] |
Implements IzPlatformSys.
void CzPlatformSys::NotifySuspended | ( | ) | [virtual] |
Implements IzPlatformSys.
void CzPlatformSys::NotifySuspended | ( | ) | [virtual] |
Implements IzPlatformSys.
void CzPlatformSys::NotifyVolumeDown | ( | ) | [virtual] |
Implements IzPlatformSys.
void CzPlatformSys::NotifyVolumeDown | ( | ) | [virtual] |
Implements IzPlatformSys.
void CzPlatformSys::NotifyVolumeUp | ( | ) | [virtual] |
Implements IzPlatformSys.
void CzPlatformSys::NotifyVolumeUp | ( | ) | [virtual] |
Implements IzPlatformSys.
void* CzPlatformSys::Realloc | ( | void * | mem, |
int | size | ||
) | [virtual] |
Implements IzPlatformSys.
void * CzPlatformSys::Realloc | ( | void * | mem, |
int | size | ||
) | [virtual] |
Implements IzPlatformSys.
void CzPlatformSys::Release | ( | ) | [virtual] |
Implements IzPlatformSys.
void CzPlatformSys::Release | ( | ) | [virtual] |
Implements IzPlatformSys.
void CzPlatformSys::RequestQuit | ( | ) | [virtual] |
Implements IzPlatformSys.
void CzPlatformSys::RequestQuit | ( | ) | [virtual] |
Implements IzPlatformSys.
void CzPlatformSys::YieldToOS | ( | int | time_ms | ) | [virtual] |
Implements IzPlatformSys.
void CzPlatformSys::YieldToOS | ( | int | time_ms | ) | [virtual] |
Implements IzPlatformSys.