![]() |
NorMIT-nav
2023.01.05-dev+develop.0da12
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 26 of file cxPropertyNull.h.
|
inlinevirtual |
Definition at line 30 of file cxPropertyNull.h.
|
inlinestatic |
Definition at line 31 of file cxPropertyNull.h.
|
inlinevirtual |
Get the advanced flag of the adapter.
Reimplemented from cx::Property.
Definition at line 41 of file cxPropertyNull.h.
|
inlinevirtual |
name of data entity. Used for display to user.
Implements cx::Property.
Definition at line 34 of file cxPropertyNull.h.
|
inlinevirtual |
Get the enabled/disabled state of the Property.
Reimplemented from cx::Property.
Definition at line 40 of file cxPropertyNull.h.
|
inlinevirtual |
Flag the adapter as part of a group.
Reimplemented from cx::Property.
Definition at line 42 of file cxPropertyNull.h.
|
inlinevirtual |
Implements cx::Property.
Definition at line 35 of file cxPropertyNull.h.
|
inlinevirtual |
Implements cx::Property.
Definition at line 37 of file cxPropertyNull.h.
|
inlinevirtual |
Set the advanced flag of the adapter.
Reimplemented from cx::Property.
Definition at line 45 of file cxPropertyNull.h.
|
inlinevirtual |
Set the enabled/disabled state of the Property.
Reimplemented from cx::Property.
Definition at line 44 of file cxPropertyNull.h.
|
inlinevirtual |
Flag the adapter as part of a group.
Reimplemented from cx::Property.
Definition at line 46 of file cxPropertyNull.h.
|
inlinevirtual |
Implements cx::Property.
Definition at line 38 of file cxPropertyNull.h.