33 #ifndef CXPROPERTYNULL_H_
34 #define CXPROPERTYNULL_H_
36 #include "cxResourceExport.h"
56 virtual QString
getUid()
const {
return ""; }
63 virtual QString
getGroup()
const {
return ""; }
67 virtual bool setGroup(QString name) {
return false;}
73 #endif // CXPROPERTYNULL_H_
virtual bool setAdvanced(bool advanced)
Set the advanced flag of the adapter.
virtual QString getUid() const
virtual bool getEnabled() const
Get the enabled/disabled state of the Property.
Superclass for all data adapters.
virtual bool setGroup(QString name)
Flag the adapter as part of a group.
boost::shared_ptr< class Property > PropertyPtr
virtual QString getGroup() const
Flag the adapter as part of a group.
virtual QVariant getValueAsVariant() const
virtual void setValueFromVariant(QVariant val)
static PropertyPtr create()
virtual QString getDisplayName() const
name of data entity. Used for display to user.
virtual bool setEnabled(bool enabled)
Set the enabled/disabled state of the Property.
virtual bool getAdvanced() const
Get the advanced flag of the adapter.