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

CzSettings is a settings class that controls various settings of the AppEasy engine. More...

#include <CzSettings.h>

List of all members.

Public Member Functions

bool getPreventPowerSaving () const
void setPreventPowerSaving (bool enable)
const CzStringgetFacebookAppID () const
void setFacebookAppID (const char *facebook_id)
int Init ()
void Release ()

Protected Attributes

bool PreventPowerSaving
 Enable / disable power saving.
CzString FacebookAppID
 Facebook App ID.

Detailed Description

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.


Member Function Documentation

const CzString& CzSettings::getFacebookAppID ( ) const [inline]
bool CzSettings::getPreventPowerSaving ( ) const [inline]
void CzSettings::setFacebookAppID ( const char *  facebook_id) [inline]
void CzSettings::setPreventPowerSaving ( bool  enable) [inline]

Member Data Documentation

Facebook App ID.

Enable / disable power saving.


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