cocos2d-x  2.1.1
Platform Adaptor

Classes

class  CCApplicationProtocol
 
class  CCEGLViewProtocol
 
class  CCFileUtils
 Helper class to handle file operations. More...
 
class  CCImage
 
class  CCSAXDelegator
 
class  CCSAXParser
 
class  CCThread
 
struct  cc_timeval
 
class  CCTime
 

Typedefs

typedef unsigned char CC_XML_CHAR
 

Enumerations

enum  ccLanguageType {
  kLanguageEnglish = 0, kLanguageChinese, kLanguageFrench, kLanguageItalian,
  kLanguageGerman, kLanguageSpanish, kLanguageRussian, kLanguageKorean,
  kLanguageJapanese, kLanguageHungarian
}
 Enum the language type supported now. More...
 

Functions

void CC_DLL CCLog (const char *pszFormat,...)
 Output Debug message.
 
void CC_DLL CCLuaLog (const char *pszFormat)
 lua can not deal with ...
 
void CC_DLL CCMessageBox (const char *pszMsg, const char *pszTitle)
 Pop out a message box.
 

Detailed Description

Typedef Documentation

typedef unsigned char CC_XML_CHAR

Enumeration Type Documentation

enum ccLanguageType

Enum the language type supported now.

Enumerator:
kLanguageEnglish 
kLanguageChinese 
kLanguageFrench 
kLanguageItalian 
kLanguageGerman 
kLanguageSpanish 
kLanguageRussian 
kLanguageKorean 
kLanguageJapanese 
kLanguageHungarian 

Function Documentation

void CC_DLL cocos2d::CCLog ( const char *  pszFormat,
  ... 
)

Output Debug message.

void CC_DLL cocos2d::CCLuaLog ( const char *  pszFormat)

lua can not deal with ...

void CC_DLL cocos2d::CCMessageBox ( const char *  pszMsg,
const char *  pszTitle 
)

Pop out a message box.