cocos2d-x  3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Platform Adaptor

Classes

class  FileUtilsAndroid
 Helper class to handle file operations. More...
 
class  FileUtilsApple
 Helper class to handle file operations. More...
 
class  ApplicationProtocol
 
class  FileUtils
 Helper class to handle file operations. More...
 
class  GLView
 
struct  MipmapInfo
 Structure which can tell where mipmap begins and how long is it. More...
 
class  Image
 
class  SAXDelegator
 
class  SAXParser
 
class  ThreadHelper
 
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...
 

Typedefs

typedef unsigned char CC_XML_CHAR
 

Enumerations

enum  LanguageType {
  ENGLISH = 0, CHINESE, FRENCH, ITALIAN,
  GERMAN, SPANISH, DUTCH, RUSSIAN,
  KOREAN, JAPANESE, HUNGARIAN, PORTUGUESE,
  ARABIC, NORWEGIAN, POLISH
}
 Enum the language type supported now. More...
 

Functions

void CC_DLL LuaLog (const char *format)
 lua can not deal with ... More...
 
void CC_DLL MessageBox (const char *msg, const char *title)
 Pop out a message box. More...
 

Detailed Description

Typedef Documentation

typedef unsigned char CC_XML_CHAR

Enumeration Type Documentation

enum LanguageType
strong

Enum the language type supported now.

Enumerator
ENGLISH 
CHINESE 
FRENCH 
ITALIAN 
GERMAN 
SPANISH 
DUTCH 
RUSSIAN 
KOREAN 
JAPANESE 
HUNGARIAN 
PORTUGUESE 
ARABIC 
NORWEGIAN 
POLISH 

Function Documentation

void CC_DLL cocos2d::LuaLog ( const char *  format)

lua can not deal with ...

void CC_DLL cocos2d::MessageBox ( const char *  msg,
const char *  title 
)

Pop out a message box.