![]() |
AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
CzSettings is a settings class that controls various settings of the AppEasy engine. More...
#include <CzSettings.h>
Public Member Functions | |
bool | getPreventPowerSaving () const |
void | setPreventPowerSaving (bool enable) |
const CzString & | getFacebookAppID () const |
void | setFacebookAppID (const char *facebook_id) |
int | Init () |
void | Release () |
Protected Attributes | |
bool | PreventPowerSaving |
Enable / disable power saving. | |
CzString | FacebookAppID |
Facebook App ID. |
CzSettings is a settings class that controls various settings of the AppEasy engine.
CzSettings::Init() is called from CzApp::Init(), which loads optional settings from the AppEasy.xml settings file.
const CzString& CzSettings::getFacebookAppID | ( | ) | const [inline] |
bool CzSettings::getPreventPowerSaving | ( | ) | const [inline] |
int CzSettings::Init | ( | ) |
void CzSettings::Release | ( | ) |
void CzSettings::setFacebookAppID | ( | const char * | facebook_id | ) | [inline] |
void CzSettings::setPreventPowerSaving | ( | bool | enable | ) | [inline] |
CzString CzSettings::FacebookAppID [protected] |
Facebook App ID.
bool CzSettings::PreventPowerSaving [protected] |
Enable / disable power saving.