Nepomuk-Core
abstractcode.h
Go to the documentation of this file.
virtual QString propertyAdderDefinition(const Property *property, const ResourceClass *resourceClass) const =0
Returns the definition of the property adder method.
virtual QString resourceAllResourcesDefinition(const ResourceClass *resourceClass) const =0
Returns the definition of the resource method that returns all resources.
virtual QString resourcePseudoInheritanceDeclaration(const ResourceClass *resourceBaseClass, const ResourceClass *resourceClass, const QString &nameSpace=QString()) const =0
Returns the declaration of the resource method that provides pseudo inheritance.
virtual QString propertyAdderDeclaration(const Property *property, const ResourceClass *resourceClass, const QString &nameSpace=QString()) const =0
Returns the declaration of the property adder method.
virtual QString propertyGetterDefinition(const Property *property, const ResourceClass *resourceClass) const =0
Returns the definition of the property getter method.
A class that encapsulates the definition generation methods.
Definition: abstractcode.h:29
virtual QString propertyReversePropertyGetterDeclaration(const Property *property, const ResourceClass *resourceClass, const QString &nameSpace=QString()) const =0
Returns the declaration of the property for the reverse property getter method.
virtual QString resourceAllResourcesDeclaration(const ResourceClass *resourceClass, const QString &nameSpace=QString()) const =0
Returns the declaration of the resource method that returns all resources.
virtual QString propertySetterDefinition(const Property *property, const ResourceClass *resourceClass) const =0
Returns the definition of the property setter method.
virtual QString propertyGetterDeclaration(const Property *property, const ResourceClass *resourceClass, const QString &nameSpace=QString()) const =0
Returns the declaration of the property getter method.
virtual QString propertySetterDeclaration(const Property *property, const ResourceClass *resourceClass, const QString &nameSpace=QString()) const =0
Returns the declaration of the property setter method.
virtual QString propertyReversePropertyGetterDefinition(const Property *property, const ResourceClass *resourceClass) const =0
Returns the definition of the property for the reverse property getter method.
virtual QString resourcePseudoInheritanceDefinition(const ResourceClass *resourceBaseClass, const ResourceClass *resourceClass) const =0
Returns the definition of the resource method that provides pseudo inheritance.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.