|
| ResourceBackgroundQueue () |
|
virtual | ~ResourceBackgroundQueue () |
|
void | abortRequest (BackgroundProcessTicket ticket) |
| Aborts background process.
|
|
bool | canHandleRequest (const WorkQueue::Request *req, const WorkQueue *srcQ) |
| Implementation for WorkQueue::RequestHandler.
|
|
bool | canHandleResponse (const WorkQueue::Response *res, const WorkQueue *srcQ) |
| Implementation for WorkQueue::ResponseHandler.
|
|
WorkQueue::Response * | handleRequest (const WorkQueue::Request *req, const WorkQueue *srcQ) |
| Implementation for WorkQueue::RequestHandler.
|
|
void | handleResponse (const WorkQueue::Response *res, const WorkQueue *srcQ) |
| Implementation for WorkQueue::ResponseHandler.
|
|
virtual void | initialise (void) |
| Initialise the background queue system.
|
|
virtual BackgroundProcessTicket | initialiseAllResourceGroups (Listener *listener=0) |
| Initialise all resource groups which are yet to be initialised in the background.
|
|
virtual BackgroundProcessTicket | initialiseResourceGroup (const String &name, Listener *listener=0) |
| Initialise a resource group in the background.
|
|
virtual bool | isProcessComplete (BackgroundProcessTicket ticket) |
| Returns whether a previously queued process has completed or not.
|
|
virtual BackgroundProcessTicket | load (const String &resType, const String &name, const String &group, bool isManual=false, ManualResourceLoader *loader=0, const NameValuePairList *loadParams=0, Listener *listener=0) |
| Load a single resource in the background.
|
|
virtual BackgroundProcessTicket | loadResourceGroup (const String &name, Listener *listener=0) |
| Loads a resource group in the background.
|
|
void | operator delete (void *ptr) |
|
void | operator delete (void *ptr, const char *, int, const char *) |
|
void | operator delete (void *ptr, void *) |
|
void | operator delete[] (void *ptr) |
|
void | operator delete[] (void *ptr, const char *, int, const char *) |
|
void * | operator new (size_t sz) |
|
void * | operator new (size_t sz, const char *file, int line, const char *func) |
| operator new, with debug line info
|
|
void * | operator new (size_t sz, void *ptr) |
| placement operator new
|
|
void * | operator new[] (size_t sz) |
|
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| array operator new, with debug line info
|
|
virtual BackgroundProcessTicket | prepare (const String &resType, const String &name, const String &group, bool isManual=false, ManualResourceLoader *loader=0, const NameValuePairList *loadParams=0, Listener *listener=0) |
| Prepare a single resource in the background.
|
|
virtual BackgroundProcessTicket | prepareResourceGroup (const String &name, Listener *listener=0) |
| Prepares a resource group in the background.
|
|
virtual void | shutdown (void) |
| Shut down the background queue system.
|
|
virtual BackgroundProcessTicket | unload (const String &resType, const String &name, Listener *listener=0) |
| Unload a single resource in the background.
|
|
virtual BackgroundProcessTicket | unload (const String &resType, ResourceHandle handle, Listener *listener=0) |
| Unload a single resource in the background.
|
|
virtual BackgroundProcessTicket | unloadResourceGroup (const String &name, Listener *listener=0) |
| Unloads a resource group in the background.
|
|