GammaRay  2.2.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
GammaRay::MetaProperty Class Referenceabstract

Introspectable adaptor to non-QObject properties. More...

#include <metaproperty.h>

Inheritance diagram for GammaRay::MetaProperty:
Inheritance graph
[legend]

Public Member Functions

virtual bool isReadOnly () const =0
 Returns true if this property is read-only.
 
MetaObjectmetaObject () const
 Returns the class this property belongs to.
 
virtual QString name () const =0
 User-readable name of that property.
 
virtual void setValue (void *object, const QVariant &value)=0
 Allows changing the property value, assuming it's not read-only, for the instance object.
 
virtual QString typeName () const =0
 Returns the name of the data type of this property.
 
virtual QVariant value (void *object) const =0
 Current value of the property for object object.
 

Detailed Description

Introspectable adaptor to non-QObject properties.


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

Klarälvdalens Datakonsult AB (KDAB)
"The Qt Experts"
http://www.kdab.com/
GammaRay
Qt-application inspection and manipulation tool
http://www.kdab.com/kdab-products/gammaray/