#include <CCNodeLoaderLibrary.h>
Public Member Functions | |
NodeLoaderLibrary () | |
virtual | ~NodeLoaderLibrary () |
void | registerDefaultNodeLoaders () |
void | registerNodeLoader (const char *pClassName, NodeLoader *pNodeLoader) |
void | unregisterNodeLoader (const char *pClassName) |
NodeLoader * | getNodeLoader (const char *pClassName) |
void | purge (bool pDelete) |
CC_DEPRECATED_ATTRIBUTE void | registerDefaultCCNodeLoaders () |
CC_DEPRECATED_ATTRIBUTE void | registerCCNodeLoader (const char *pClassName, NodeLoader *pNodeLoader) |
CC_DEPRECATED_ATTRIBUTE void | unregisterCCNodeLoader (const char *pClassName) |
CC_DEPRECATED_ATTRIBUTE NodeLoader * | getCCNodeLoader (const char *pClassName) |
Public Member Functions inherited from Object | |
Object () | |
Constructor. More... | |
virtual | ~Object () |
void | release () |
Release the ownership immediately. More... | |
void | retain () |
Retains the ownership. More... | |
Object * | autorelease () |
Release the ownership sometime soon automatically. More... | |
bool | isSingleReference () const |
Returns a boolean value that indicates whether there is only one reference to the object. More... | |
unsigned int | retainCount () const |
Returns the object's current reference count. More... | |
virtual bool | isEqual (const Object *object) |
Returns a boolean value that indicates whether this object and a given object are equal. More... | |
virtual void | acceptVisitor (DataVisitor &visitor) |
virtual void | update (float dt) |
Static Public Member Functions | |
static NodeLoaderLibrary * | library () |
static NodeLoaderLibrary * | getInstance () |
static void | destroyInstance () |
static NodeLoaderLibrary * | newDefaultNodeLoaderLibrary () |
static CC_DEPRECATED_ATTRIBUTE NodeLoaderLibrary * | sharedNodeLoaderLibrary () |
static CC_DEPRECATED_ATTRIBUTE void | purgeSharedNodeLoaderLibrary () |
static CC_DEPRECATED_ATTRIBUTE NodeLoaderLibrary * | newDefaultCCNodeLoaderLibrary () |
Additional Inherited Members | |
Public Attributes inherited from Object | |
unsigned int | _ID |
object id, ScriptSupport need public _ID More... | |
int | _luaID |
Lua reference id. More... | |
Protected Attributes inherited from Object | |
unsigned int | _reference |
count of references More... | |
unsigned int | _autoReleaseCount |
count of autorelease More... | |
|
virtual |
|
static |
|
inline |
|
static |
NodeLoader* getNodeLoader | ( | const char * | pClassName) |
|
inlinestatic |
|
inlinestatic |
|
static |
void purge | ( | bool | pDelete) |
|
inlinestatic |
|
inline |
|
inline |
void registerDefaultNodeLoaders | ( | ) |
void registerNodeLoader | ( | const char * | pClassName, |
NodeLoader * | pNodeLoader | ||
) |
|
inlinestatic |
|
inline |
void unregisterNodeLoader | ( | const char * | pClassName) |