CustusX
16.5.0-rc9
An IGT application
|
#include <cxPropertyNull.h>
Public Member Functions | |
virtual | ~PropertyNull () |
virtual QString | getDisplayName () const |
name of data entity. Used for display to user. More... | |
virtual QString | getUid () const |
virtual QVariant | getValueAsVariant () const |
virtual void | setValueFromVariant (QVariant val) |
virtual bool | getEnabled () const |
Get the enabled/disabled state of the Property. More... | |
virtual bool | getAdvanced () const |
Get the advanced flag of the adapter. More... | |
virtual QString | getGroup () const |
Flag the adapter as part of a group. More... | |
virtual bool | setEnabled (bool enabled) |
Set the enabled/disabled state of the Property. More... | |
virtual bool | setAdvanced (bool advanced) |
Set the advanced flag of the adapter. More... | |
virtual bool | setGroup (QString name) |
Flag the adapter as part of a group. More... | |
Public Member Functions inherited from cx::Property | |
Property () | |
virtual | ~Property () |
Static Public Member Functions | |
static PropertyPtr | create () |
Static Public Member Functions inherited from cx::Property | |
static PropertyPtr | findProperty (std::vector< PropertyPtr > properties, QString id) |
Additional Inherited Members | |
Public Slots inherited from cx::Property | |
Signals inherited from cx::Property | |
void | changed () |
emit when the underlying data value is changed: The user interface will be updated. More... | |
Protected Attributes inherited from cx::Property | |
bool | mEnabled |
bool | mAdvanced |
QString | mGroup |
Definition at line 47 of file cxPropertyNull.h.
|
inlinevirtual |
Definition at line 51 of file cxPropertyNull.h.
|
inlinestatic |
Definition at line 52 of file cxPropertyNull.h.
|
inlinevirtual |
Get the advanced flag of the adapter.
Reimplemented from cx::Property.
Definition at line 62 of file cxPropertyNull.h.
|
inlinevirtual |
name of data entity. Used for display to user.
Implements cx::Property.
Definition at line 55 of file cxPropertyNull.h.
|
inlinevirtual |
Get the enabled/disabled state of the Property.
Reimplemented from cx::Property.
Definition at line 61 of file cxPropertyNull.h.
|
inlinevirtual |
Flag the adapter as part of a group.
Reimplemented from cx::Property.
Definition at line 63 of file cxPropertyNull.h.
|
inlinevirtual |
Implements cx::Property.
Definition at line 56 of file cxPropertyNull.h.
|
inlinevirtual |
Implements cx::Property.
Definition at line 58 of file cxPropertyNull.h.
|
inlinevirtual |
Set the advanced flag of the adapter.
Reimplemented from cx::Property.
Definition at line 66 of file cxPropertyNull.h.
|
inlinevirtual |
Set the enabled/disabled state of the Property.
Reimplemented from cx::Property.
Definition at line 65 of file cxPropertyNull.h.
|
inlinevirtual |
Flag the adapter as part of a group.
Reimplemented from cx::Property.
Definition at line 67 of file cxPropertyNull.h.
|
inlinevirtual |
Implements cx::Property.
Definition at line 59 of file cxPropertyNull.h.