|
NorMIT-nav
22.09
An IGT application
|
Go to the documentation of this file.
12 #ifndef CXPROPERTYNULL_H_
13 #define CXPROPERTYNULL_H_
15 #include "cxResourceExport.h"
35 virtual QString
getUid()
const {
return ""; }
42 virtual QString
getGroup()
const {
return ""; }
46 virtual bool setGroup(QString name) {
return false;}
52 #endif // CXPROPERTYNULL_H_
virtual QVariant getValueAsVariant() const
virtual bool getAdvanced() const
Get the advanced flag of the adapter.
Namespace for all CustusX production code.
virtual bool getEnabled() const
Get the enabled/disabled state of the Property.
static PropertyPtr create()
boost::shared_ptr< class Property > PropertyPtr
virtual bool setGroup(QString name)
Flag the adapter as part of a group.
virtual QString getUid() const
virtual QString getDisplayName() const
name of data entity. Used for display to user.
virtual bool setAdvanced(bool advanced)
Set the advanced flag of the adapter.
Superclass for all data adapters.
virtual void setValueFromVariant(QVariant val)
virtual bool setEnabled(bool enabled)
Set the enabled/disabled state of the Property.
virtual QString getGroup() const
Flag the adapter as part of a group.