Classes | |
| class | FileUtilsAndroid |
| Helper class to handle file operations. More... | |
| class | FileUtilsApple |
| Helper class to handle file operations. More... | |
| class | ApplicationProtocol |
| class | GLView |
| By GLView you can operate the frame information of EGL view through some function. More... | |
| class | FileUtilsLinux |
| Helper class to handle file operations. More... | |
| class | FileUtilsWin32 |
| Helper class to handle file operations. More... | |
| class | CCFileUtilsWinRT |
| Helper class to handle file operations. More... | |
Enumerations | |
| enum | Platform { OS_WINDOWS, OS_LINUX, OS_MAC, OS_ANDROID, OS_IPHONE, OS_IPAD, OS_BLACKBERRY, OS_NACL, OS_EMSCRIPTEN, OS_TIZEN, OS_WINRT, OS_WP8 } |
| Since WINDOWS and ANDROID are defined as macros, we could not just use these keywords in enumeration(Platform). More... | |
|
strong |
Since WINDOWS and ANDROID are defined as macros, we could not just use these keywords in enumeration(Platform).
Therefore, 'OS_' prefix is added to avoid conflicts with the definitions of system macros.
|
strong |
Since WINDOWS and ANDROID are defined as macros, we could not just use these keywords in enumeration(Platform).
Therefore, 'OS_' prefix is added to avoid conflicts with the definitions of system macros.
|
strong |
Since WINDOWS and ANDROID are defined as macros, we could not just use these keywords in enumeration(Platform).
Therefore, 'OS_' prefix is added to avoid conflicts with the definitions of system macros.