Resource is a class representing a generic resource addable into ResourceCollection. More...

Inheritance diagram for Resource:

Public Types

enum  ResourceChangeType { Created, Modified, Deleted }
 The change that happened to a resource. More...
 

Public Member Functions

virtual ~Resource ()
 Destructor.
 

Detailed Description

Resource is a class representing a generic resource addable into ResourceCollection.

If you are creating a class and you want to allow it to be registered as a Resource into the ResourceCollection then you need to subclass from Resource only if your class is not a subclass (indirect or direct) of one of the following classes:

Definition at line 56 of file resource.h.

Member Enumeration Documentation

The change that happened to a resource.

Definition at line 62 of file resource.h.

Constructor & Destructor Documentation

virtual ~Resource ( )
inlinevirtual

Destructor.

Definition at line 72 of file resource.h.


The documentation for this class was generated from the following file: