|
|
static GString | createString (const char *value) |
| | Constructs string object.
|
| |
|
static GString | createString (const char *value, int32 length) |
| | Constructs string object.
|
| |
| static GStringBuilder | createStringBuilder (int capacity) |
| | Creates string builder object with the specified capacity. More...
|
| |
|
static GVector< GCommonObj >::ptr | createVector () |
| | Constructs a vector object.
|
| |
static GLinkedList< GCommonObj >
::ptr | createLinkedList () |
| | Constructs a linked list object.
|
| |
static GHashtable< GCommonObj,
GCommonObj >::ptr | createHashtable () |
| | Constructs a hashtable object.
|
| |
|
static GStorageUnit | createStorage (const GCommonObj &context, const GString &name) |
| | Constructs a storage object.
|
| |
|
static GDrawable | createDrawable () |
| | Constructs Empty GDrawable .
|
| |
|
static GDrawable | createDrawable (void *image) |
| | Constructs GDrawable from platform specific image.
|
| |
| static GDrawable | createDrawable (const GString &path, int32 rotation) |
| | Constructs GDrawable from a graphic file. More...
|
| |
| static GPrimitive | createPrimitive (int32 type) |
| | Constructs uninitialized primitive object of specific type. More...
|
| |
|
static GPrimitive | createPrimitive (double value) |
| | Constructs initialized primitive object of CC::PRIMITIVE_TYPE_DOUBLE type.
|
| |
|
static GPrimitive | createPrimitive (int64 value) |
| | Constructs initialized primitive object of CC::PRIMITIVE_TYPE_LONG type.
|
| |
|
static GPrimitive | createPrimitive (bool value) |
| | Constructs initialized primitive object of CC::PRIMITIVE_TYPE_BOOL type.
|
| |
|
static GPrimitive | createPrimitive (const GString &value) |
| | Constructs initialized primitive object of CC::PRIMITIVE_TYPE_STRING type.
|
| |
|
static GPrimitive | createPrimitive () |
| | Constructs initialized primitive object of CC::PRIMITIVE_TYPE_NULL type.
|
| |
| static GLocationProfileBuilder | createLocationProfileBuilder (int32 profileId) |
| | Creates builder object for creating custom location profiles. More...
|
| |
| static GLocation | createLocation (int64 time, double latitude, double longitude, float speed, float bearing, float altitude, float haccuracy, float vaccuracy) |
| | Creates new location object from location data. More...
|
| |
| static GLocation | createLocation (double latitude, double longitude) |
| | Creates new location object from location data. More...
|
| |
|
static GLong | createLong (int64 val) |
| | Constructs initialized GLong object with the specified value.
|
| |
| static GRegion | createRegion (double latitude, double longitude, double radius, const GString &rid) |
| | Creates new region object. More...
|
| |
|
static GLocationProvider | createLocationProvider (const GCommonObj &context) |
| | Creates default location provider.
|
| |
| static GString | getOsName () |
| | Returns client operating system name. More...
|
| |
| static void | enableSignalHandlers (bool enable) |
| | Explicitly enables or disables this library's registration of signal handlers. More...
|
| |
|
static bool | areSignalHandlersEnabled () |
| | Discover whether signal handlers were successfully enabled or disabled.
|
| |
The CoreFactory class provides factory methods for constructing all API primitives.