|
| CCApplication () |
virtual | ~CCApplication () |
void | setAnimationInterval (double interval) |
| Callback by CCDirector to limit FPS. More...
|
|
var | setAnimationInterval ( var interval) |
| Callback by CCDirector to limit FPS. More...
|
|
local | setAnimationInterval ( local interval) |
| Callback by CCDirector to limit FPS. More...
|
|
int | run () |
| Run the message loop. More...
|
|
virtual ccLanguageType | getCurrentLanguage () |
| Get current language config. More...
|
|
var | getCurrentLanguage () |
| Get current language config. More...
|
|
local | getCurrentLanguage () |
| Get current language config. More...
|
|
virtual TargetPlatform | getTargetPlatform () |
| Get target platform. More...
|
|
local | getTargetPlatform () |
| Get target platform. More...
|
|
| CCApplication () |
virtual | ~CCApplication () |
void | setAnimationInterval (double interval) |
| Callback by CCDirector for limit FPS. More...
|
|
var | setAnimationInterval ( var interval) |
| Callback by CCDirector for limit FPS. More...
|
|
local | setAnimationInterval ( local interval) |
| Callback by CCDirector for limit FPS. More...
|
|
int | run () |
| Run the message loop. More...
|
|
virtual ccLanguageType | getCurrentLanguage () |
| Get current language config. More...
|
|
virtual TargetPlatform | getTargetPlatform () |
| Get target platform. More...
|
|
local | getTargetPlatform () |
| Get target platform. More...
|
|
CC_DEPRECATED_ATTRIBUTE void | setResourceRootPath (const std::string &rootResDir) |
| Sets the Resource root path. More...
|
|
local | setResourceRootPath ( local rootResDir) |
| Sets the Resource root path. More...
|
|
CC_DEPRECATED_ATTRIBUTE const
std::string & | getResourceRootPath (void) |
| Gets the Resource root path. More...
|
|
local | getResourceRootPath () |
| Gets the Resource root path. More...
|
|
| CCApplication () |
virtual | ~CCApplication () |
void | setAnimationInterval (double interval) |
| Callback by CCDirector for limit FPS. More...
|
|
var | setAnimationInterval ( var interval) |
| Callback by CCDirector for limit FPS. More...
|
|
local | setAnimationInterval ( local interval) |
| Callback by CCDirector for limit FPS. More...
|
|
int | run () |
| Run the message loop. More...
|
|
virtual ccLanguageType | getCurrentLanguage () |
| Get current language config. More...
|
|
virtual TargetPlatform | getTargetPlatform () |
| Get target platform. More...
|
|
local | getTargetPlatform () |
| Get target platform. More...
|
|
CC_DEPRECATED_ATTRIBUTE void | setResourceRootPath (const std::string &rootResDir) |
| Sets the Resource root path. More...
|
|
local | setResourceRootPath ( local rootResDir) |
| Sets the Resource root path. More...
|
|
CC_DEPRECATED_ATTRIBUTE const
std::string & | getResourceRootPath (void) |
| Gets the Resource root path. More...
|
|
var | getResourceRootPath () |
| Gets the Resource root path. More...
|
|
local | getResourceRootPath () |
| Gets the Resource root path. More...
|
|
| CCApplication () |
virtual | ~CCApplication () |
int | run () |
| Run the message loop. More...
|
|
virtual void | setAnimationInterval (double interval) |
| Callback by CCDirector for limit FPS. More...
|
|
virtual ccLanguageType | getCurrentLanguage () |
| Get current language config. More...
|
|
local | getCurrentLanguage () |
| Get current language config. More...
|
|
virtual TargetPlatform | getTargetPlatform () |
| Get target platform. More...
|
|
local | getTargetPlatform () |
| Get target platform. More...
|
|
| CCApplication () |
virtual | ~CCApplication () |
void | setAnimationInterval (double interval) |
| Callback by CCDirector for limit FPS. More...
|
|
var | setAnimationInterval ( var interval) |
| Callback by CCDirector for limit FPS. More...
|
|
local | setAnimationInterval ( local interval) |
| Callback by CCDirector for limit FPS. More...
|
|
int | run () |
| Run the message loop. More...
|
|
virtual ccLanguageType | getCurrentLanguage () |
| Get current language config. More...
|
|
CC_DEPRECATED_ATTRIBUTE void | setResourceRootPath (const std::string &rootResDir) |
| Sets the Resource root path. More...
|
|
local | setResourceRootPath ( local rootResDir) |
| Sets the Resource root path. More...
|
|
CC_DEPRECATED_ATTRIBUTE const
std::string & | getResourceRootPath (void) |
| Gets the Resource root path. More...
|
|
var | getResourceRootPath () |
| Gets the Resource root path. More...
|
|
local | getResourceRootPath () |
| Gets the Resource root path. More...
|
|
virtual TargetPlatform | getTargetPlatform () |
| Get target platform. More...
|
|
local | getTargetPlatform () |
| Get target platform. More...
|
|
| CCApplication () |
virtual | ~CCApplication () |
virtual void | setAnimationInterval (double interval) |
| Callback by CCDirector for limit FPS. More...
|
|
local | setAnimationInterval ( local interval) |
| Callback by CCDirector for limit FPS. More...
|
|
int | run () |
| Get status bar rectangle in EGLView window. More...
|
|
virtual ccLanguageType | getCurrentLanguage () |
| Get current language config. More...
|
|
virtual TargetPlatform | getTargetPlatform () |
| Get target platform. More...
|
|
local | getTargetPlatform () |
| Get target platform. More...
|
|
CC_DEPRECATED_ATTRIBUTE void | setResourceRootPath (const std::string &rootResDir) |
| Sets the Resource root path. More...
|
|
local | setResourceRootPath ( local rootResDir) |
| Sets the Resource root path. More...
|
|
CC_DEPRECATED_ATTRIBUTE const
std::string & | getResourceRootPath (void) |
| Gets the Resource root path. More...
|
|
var | getResourceRootPath () |
| Gets the Resource root path. More...
|
|
local | getResourceRootPath () |
| Gets the Resource root path. More...
|
|
void | setStartupScriptFilename (const std::string &startupScriptFile) |
const std::string & | getStartupScriptFilename (void) |
| CCApplication () |
virtual | ~CCApplication () |
virtual bool | applicationDidFinishLaunching ()=0 |
| Implement CCDirector and sense init code here. More...
|
|
local | applicationDidFinishLaunching () |
| Implement CCDirector and sense init code here. More...
|
|
virtual void | applicationDidEnterBackground ()=0 |
| The function be called when the application enter background. More...
|
|
virtual void | applicationWillEnterForeground ()=0 |
| The function be called when the application enter foreground. More...
|
|
var | applicationWillEnterForeground () |
| The function be called when the application enter foreground. More...
|
|
local | applicationWillEnterForeground () |
| The function be called when the application enter foreground. More...
|
|
void | setAnimationInterval (double interval) |
| Callback by CCDirector for limit FPS. More...
|
|
virtual int | Run () |
| Run the message loop. More...
|
|
void | ccAccelerationUpdate () |
ccLanguageType | getCurrentLanguage () |
| Get current language config. More...
|
|
local | getCurrentLanguage () |
| Get current language config. More...
|
|
TargetPlatform | getTargetPlatform () |
| Get target platform. More...
|
|
| CCApplication () |
virtual | ~CCApplication () |
void | setAnimationInterval (double interval) |
| Callback by CCDirector for limit FPS. More...
|
|
var | setAnimationInterval ( var interval) |
| Callback by CCDirector for limit FPS. More...
|
|
local | setAnimationInterval ( local interval) |
| Callback by CCDirector for limit FPS. More...
|
|
int | run () |
| Run the message loop. More...
|
|
virtual ccLanguageType | getCurrentLanguage () |
| Get current language config. More...
|
|
virtual TargetPlatform | getTargetPlatform () |
| Get target platform. More...
|
|
| CCApplication () |
virtual | ~CCApplication () |
void | setAnimationInterval (double interval) |
| Callback by CCDirector to limit FPS. More...
|
|
var | setAnimationInterval ( var interval) |
| Callback by CCDirector to limit FPS. More...
|
|
local | setAnimationInterval ( local interval) |
| Callback by CCDirector to limit FPS. More...
|
|
long | getAnimationInterval () |
int | run () |
| Run the message loop. More...
|
|
virtual ccLanguageType | getCurrentLanguage () |
| Get current language config. More...
|
|
virtual TargetPlatform | getTargetPlatform () |
| Get target platform. More...
|
|
local | getTargetPlatform () |
| Get target platform. More...
|
|
| CCApplication () |
virtual | ~CCApplication () |
virtual int | run () |
| Run the message loop. More...
|
|
local | run () |
| Run the message loop. More...
|
|
virtual void | setAnimationInterval (double interval) |
| Callback by CCDirector for limit FPS. More...
|
|
var | setAnimationInterval ( var interval) |
| Callback by CCDirector for limit FPS. More...
|
|
local | setAnimationInterval ( local interval) |
| Callback by CCDirector for limit FPS. More...
|
|
virtual ccLanguageType | getCurrentLanguage () |
| Get current language config. More...
|
|
local | getCurrentLanguage () |
| Get current language config. More...
|
|
virtual TargetPlatform | getTargetPlatform () |
| Get target platform. More...
|
|
CC_DEPRECATED_ATTRIBUTE void | setResourceRootPath (const std::string &rootResDir) |
| Sets the Resource root path. More...
|
|
local | setResourceRootPath ( local rootResDir) |
| Sets the Resource root path. More...
|
|
CC_DEPRECATED_ATTRIBUTE const
std::string & | getResourceRootPath (void) |
| Gets the Resource root path. More...
|
|
void | setStartupScriptFilename (const std::string &startupScriptFile) |
const std::string & | getStartupScriptFilename (void) |
| CCApplication () |
virtual | ~CCApplication () |
int | run () |
| Run the message loop. More...
|
|
virtual void | setAnimationInterval (double interval) |
| Callback by CCDirector for limit FPS. More...
|
|
virtual ccLanguageType | getCurrentLanguage () |
| Get current language config. More...
|
|
local | getCurrentLanguage () |
| Get current language config. More...
|
|
virtual TargetPlatform | getTargetPlatform () |
| Get target platform. More...
|
|
CC_DEPRECATED_ATTRIBUTE void | setResourceRootPath (const std::string &rootResDir) |
| Sets the Resource root path. More...
|
|
local | setResourceRootPath ( local rootResDir) |
| Sets the Resource root path. More...
|
|
CC_DEPRECATED_ATTRIBUTE const
std::string & | getResourceRootPath (void) |
| Gets the Resource root path. More...
|
|
void | setStartupScriptFilename (const std::string &startupScriptFile) |
const std::string & | getStartupScriptFilename (void) |
virtual | ~CCApplicationProtocol () |