Nepomuk-Core
#include <safecode.h>
Public Member Functions | |
QString | propertyAdderDeclaration (const Property *property, const ResourceClass *resourceClass, const QString &nameSpace=QString()) const |
QString | propertyAdderDefinition (const Property *property, const ResourceClass *resourceClass) const |
QString | propertyGetterDeclaration (const Property *property, const ResourceClass *resourceClass, const QString &nameSpace=QString()) const |
QString | propertyGetterDefinition (const Property *property, const ResourceClass *resourceClass) const |
QString | propertyReversePropertyGetterDeclaration (const Property *property, const ResourceClass *resourceClass, const QString &nameSpace=QString()) const |
QString | propertyReversePropertyGetterDefinition (const Property *property, const ResourceClass *resourceClass) const |
QString | propertySetterDeclaration (const Property *property, const ResourceClass *resourceClass, const QString &nameSpace=QString()) const |
QString | propertySetterDefinition (const Property *property, const ResourceClass *resourceClass) const |
QString | resourceAllResourcesDeclaration (const ResourceClass *resourceClass, const QString &nameSpace=QString()) const |
QString | resourceAllResourcesDefinition (const ResourceClass *resourceClass) const |
QString | resourcePseudoInheritanceDeclaration (const ResourceClass *resourceBaseClass, const ResourceClass *resourceClass, const QString &nameSpace) const |
QString | resourcePseudoInheritanceDefinition (const ResourceClass *resourceBaseClass, const ResourceClass *resourceClass) const |
Public Member Functions inherited from AbstractCode | |
virtual | ~AbstractCode () |
Detailed Description
Specific code implementation with full checks.
This implementation of the AbstractCode interface returns generated code that uses Nepomuk2::Property to full check syntax and semantic of the data before writing it to the Nepomuk storage.
Definition at line 27 of file safecode.h.
Member Function Documentation
|
virtual |
Returns the declaration of the property adder method.
- Parameters
-
property The property to work on. resourceClass The resource the property belongs to. withNamespace Whether the namespace shall be included or not.
Implements AbstractCode.
Definition at line 47 of file safecode.cpp.
|
virtual |
Returns the definition of the property adder method.
- Parameters
-
property The property to work on. resourceClass The resource the property belongs to.
Implements AbstractCode.
Definition at line 157 of file safecode.cpp.
|
virtual |
Returns the declaration of the property getter method.
- Parameters
-
property The property to work on. resourceClass The resource the property belongs to. withNamespace Whether the namespace shall be included or not.
Implements AbstractCode.
Definition at line 37 of file safecode.cpp.
|
virtual |
Returns the definition of the property getter method.
- Parameters
-
property The property to work on. resourceClass The resource the property belongs to.
Implements AbstractCode.
Definition at line 119 of file safecode.cpp.
|
virtual |
Returns the declaration of the property for the reverse property getter method.
- Parameters
-
property The property to work on. resourceClass The resource the property belongs to. withNamespace Whether the namespace shall be included or not.
Implements AbstractCode.
Definition at line 56 of file safecode.cpp.
|
virtual |
Returns the definition of the property for the reverse property getter method.
- Parameters
-
property The property to work on. resourceClass The resource the property belongs to.
Implements AbstractCode.
Definition at line 183 of file safecode.cpp.
|
virtual |
Returns the declaration of the property setter method.
- Parameters
-
property The property to work on. resourceClass The resource the property belongs to. withNamespace Whether the namespace shall be included or not.
Implements AbstractCode.
Definition at line 27 of file safecode.cpp.
|
virtual |
Returns the definition of the property setter method.
- Parameters
-
property The property to work on. resourceClass The resource the property belongs to.
Implements AbstractCode.
Definition at line 83 of file safecode.cpp.
|
virtual |
Returns the declaration of the resource method that returns all resources.
- Parameters
-
resourceClass The resource to work on. withNamespace Whether the namespace shall be included or not.
Implements AbstractCode.
Definition at line 67 of file safecode.cpp.
|
virtual |
Returns the definition of the resource method that returns all resources.
- Parameters
-
resourceClass The resource to work on.
Implements AbstractCode.
Definition at line 202 of file safecode.cpp.
|
virtual |
Returns the declaration of the resource method that provides pseudo inheritance.
- Parameters
-
resourceBaseClass The resource to work on. resourceClass The resource to cast to. withNamespace Whether the namespace shall be included or not.
Implements AbstractCode.
Definition at line 75 of file safecode.cpp.
|
virtual |
Returns the definition of the resource method that provides pseudo inheritance.
- Parameters
-
resourceBaseClass The resource to work on. resourceClass The resource to cast to.
Implements AbstractCode.
Definition at line 219 of file safecode.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.