cocos2d-x  3.2
 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  GLViewProtocol
 
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  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
}
 
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...
 
enum  Format {
  JPG, PNG, TIFF, WEBP,
  PVR, ETC, S3TC, ATITC,
  TGA, RAW_DATA, UNKOWN
}
 Supported formats for Image. More...
 

Functions

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

Detailed Description

Typedef Documentation

typedef unsigned char CC_XML_CHAR
var CC_XML_CHAR
local CC_XML_CHAR

Enumeration Type Documentation

enum Format
strong

Supported formats for Image.

Enumerator
JPG 

JPEG.

PNG 

PNG.

TIFF 

TIFF.

WEBP 

WebP.

PVR 

PVR.

ETC 

ETC.

S3TC 

S3TC.

ATITC 

ATITC.

TGA 

TGA.

RAW_DATA 

Raw Data.

UNKOWN 

Unknown format.

var Format
strong

Supported formats for Image.

Enumerator
JPG 

JPEG.

PNG 

PNG.

TIFF 

TIFF.

WEBP 

WebP.

PVR 

PVR.

ETC 

ETC.

S3TC 

S3TC.

ATITC 

ATITC.

TGA 

TGA.

RAW_DATA 

Raw Data.

UNKOWN 

Unknown format.

local Format
strong

Supported formats for Image.

Enumerator
JPG 

JPEG.

PNG 

PNG.

TIFF 

TIFF.

WEBP 

WebP.

PVR 

PVR.

ETC 

ETC.

S3TC 

S3TC.

ATITC 

ATITC.

TGA 

TGA.

RAW_DATA 

Raw Data.

UNKOWN 

Unknown format.

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 
var LanguageType
strong

Enum the language type supported now.

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

Enum the language type supported now.

Enumerator
ENGLISH 
CHINESE 
FRENCH 
ITALIAN 
GERMAN 
SPANISH 
DUTCH 
RUSSIAN 
KOREAN 
JAPANESE 
HUNGARIAN 
PORTUGUESE 
ARABIC 
NORWEGIAN 
POLISH 
enum Platform
strong
Enumerator
OS_WINDOWS 
OS_LINUX 
OS_MAC 
OS_ANDROID 
OS_IPHONE 
OS_IPAD 
OS_BLACKBERRY 
OS_NACL 
OS_EMSCRIPTEN 
OS_TIZEN 
OS_WINRT 
OS_WP8 
var Platform
strong
Enumerator
OS_WINDOWS 
OS_LINUX 
OS_MAC 
OS_ANDROID 
OS_IPHONE 
OS_IPAD 
OS_BLACKBERRY 
OS_NACL 
OS_EMSCRIPTEN 
OS_TIZEN 
OS_WINRT 
OS_WP8 
local Platform
strong
Enumerator
OS_WINDOWS 
OS_LINUX 
OS_MAC 
OS_ANDROID 
OS_IPHONE 
OS_IPAD 
OS_BLACKBERRY 
OS_NACL 
OS_EMSCRIPTEN 
OS_TIZEN 
OS_WINRT 
OS_WP8 

Function Documentation

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

lua can not deal with ...

var LuaLog ( var  format)

lua can not deal with ...

local LuaLog ( local  format)

lua can not deal with ...

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

Pop out a message box.

var MessageBox ( var  msg,
var  title 
)

Pop out a message box.

local MessageBox ( local  msg,
local  title 
)

Pop out a message box.