cocos2d-x  3.1rc0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Java_org_cocos2dx_lib_Cocos2dxHelper.h File Reference
#include <string>

Typedefs

typedef void(* EditTextCallback )(const char *pText, void *ctx)

Functions

const char *  ()
var  ()
local  ()
void  (const char *pszMsg, const char *pszTitle)
void  (const char *pszTitle, const char *pszContent, int nInputMode, int nInputFlag, int nReturnType, int nMaxLength, EditTextCallback pfEditTextCallback, void *ctx)
void  ()
std::string  ()
std::string  ()
std::string  ()
var  ()
local  ()
void  ()
var  ()
local  ()
void  ()
var  ()
local  ()
void  (float interval)
bool  (const char *pKey, bool defaultValue)
int  (const char *pKey, int defaultValue)
float  (const char *pKey, float defaultValue)
double  (const char *pKey, double defaultValue)
std::string  (const char *pKey, const char *defaultValue)
void  (const char *pKey, bool value)
void  (const char *pKey, int value)
void  (const char *pKey, float value)
void  (const char *pKey, double value)
void  (const char *pKey, const char *value)

Typedef Documentation

typedef void(*
EditTextCallback)(const char
*pText, void *ctx)
typedef void(*
EditTextCallback)(const char
*pText, void *ctx)
typedef void(*
EditTextCallback)(const char
*pText, void *ctx)

Function Documentation

const char* getApkPath ( )
var getApkPath ( )
local getApkPath ( )
void showDialogJNI ( const char *  pszMsg,
const char *  pszTitle 
)
var showDialogJNI ( var  pszMsg,
var  pszTitle 
)
local showDialogJNI ( local  pszMsg,
local  pszTitle 
)
void showEditTextDialogJNI ( const char *  pszTitle,
const char *  pszContent,
int  nInputMode,
int  nInputFlag,
int  nReturnType,
int  nMaxLength,
EditTextCallback  pfEditTextCallback,
void *  ctx 
)
var showEditTextDialogJNI ( var  pszTitle,
var  pszContent,
var  nInputMode,
var  nInputFlag,
var  nReturnType,
var  nMaxLength,
var  pfEditTextCallback,
var  ctx 
)
local showEditTextDialogJNI ( local  pszTitle,
local  pszContent,
local  nInputMode,
local  nInputFlag,
local  nReturnType,
local  nMaxLength,
local  pfEditTextCallback,
local  ctx 
)
void terminateProcessJNI ( )
var terminateProcessJNI ( )
std::string getCurrentLanguageJNI ( )
var getCurrentLanguageJNI ( )
local getCurrentLanguageJNI ( )
std::string getPackageNameJNI ( )
var getPackageNameJNI ( )
local getPackageNameJNI ( )
std::string getFileDirectoryJNI ( )
var getFileDirectoryJNI ( )
local getFileDirectoryJNI ( )
void enableAccelerometerJni ( )
var enableAccelerometerJni ( )
local enableAccelerometerJni ( )
void disableAccelerometerJni ( )
var disableAccelerometerJni ( )
local disableAccelerometerJni ( )
void setAccelerometerIntervalJni ( float  interval)
var setAccelerometerIntervalJni ( var  interval)
local setAccelerometerIntervalJni ( local  interval)
bool getBoolForKeyJNI ( const char *  pKey,
bool  defaultValue 
)
var getBoolForKeyJNI ( var  pKey,
var  defaultValue 
)
local getBoolForKeyJNI ( local  pKey,
local  defaultValue 
)
int getIntegerForKeyJNI ( const char *  pKey,
int  defaultValue 
)
var getIntegerForKeyJNI ( var  pKey,
var  defaultValue 
)
local getIntegerForKeyJNI ( local  pKey,
local  defaultValue 
)
float getFloatForKeyJNI ( const char *  pKey,
float  defaultValue 
)
var getFloatForKeyJNI ( var  pKey,
var  defaultValue 
)
local getFloatForKeyJNI ( local  pKey,
local  defaultValue 
)
double getDoubleForKeyJNI ( const char *  pKey,
double  defaultValue 
)
var getDoubleForKeyJNI ( var  pKey,
var  defaultValue 
)
local getDoubleForKeyJNI ( local  pKey,
local  defaultValue 
)
std::string getStringForKeyJNI ( const char *  pKey,
const char *  defaultValue 
)
var getStringForKeyJNI ( var  pKey,
var  defaultValue 
)
local getStringForKeyJNI ( local  pKey,
local  defaultValue 
)
void setBoolForKeyJNI ( const char *  pKey,
bool  value 
)
var setBoolForKeyJNI ( var  pKey,
var  value 
)
local setBoolForKeyJNI ( local  pKey,
local  value 
)
void setIntegerForKeyJNI ( const char *  pKey,
int  value 
)
var setIntegerForKeyJNI ( var  pKey,
var  value 
)
local setIntegerForKeyJNI ( local  pKey,
local  value 
)
void setFloatForKeyJNI ( const char *  pKey,
float  value 
)
var setFloatForKeyJNI ( var  pKey,
var  value 
)
local setFloatForKeyJNI ( local  pKey,
local  value 
)
void setDoubleForKeyJNI ( const char *  pKey,
double  value 
)
var setDoubleForKeyJNI ( var  pKey,
var  value 
)
local setDoubleForKeyJNI ( local  pKey,
local  value 
)
void setStringForKeyJNI ( const char *  pKey,
const char *  value 
)
var setStringForKeyJNI ( var  pKey,
var  value 
)
local setStringForKeyJNI ( local  pKey,
local  value 
)