Resource Class Reference
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:
- ParameterSettable
- QObject See the ResourcesUser class and its sublcasses for more information on resources
Definition at line 56 of file resource.h.
Member Enumeration Documentation
enum ResourceChangeType |
The change that happened to a resource.
Definition at line 62 of file resource.h.
Constructor & Destructor Documentation
|
inlinevirtual |
Destructor.
Definition at line 72 of file resource.h.
The documentation for this class was generated from the following file:
- configuration/include/resource.h