NorMIT-nav  2023.01.05-dev+develop.0da12
An IGT application
cx::PropertyNull Class Reference

#include <cxPropertyNull.h>

Inheritance diagram for cx::PropertyNull:
cx::Property

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
 

Detailed Description

Author
Christian Askeland, SINTEF
Date
2014-10-23

Definition at line 26 of file cxPropertyNull.h.

Constructor & Destructor Documentation

◆ ~PropertyNull()

virtual cx::PropertyNull::~PropertyNull ( )
inlinevirtual

Definition at line 30 of file cxPropertyNull.h.

Member Function Documentation

◆ create()

static PropertyPtr cx::PropertyNull::create ( )
inlinestatic

Definition at line 31 of file cxPropertyNull.h.

◆ getAdvanced()

virtual bool cx::PropertyNull::getAdvanced ( ) const
inlinevirtual

Get the advanced flag of the adapter.

Reimplemented from cx::Property.

Definition at line 41 of file cxPropertyNull.h.

◆ getDisplayName()

virtual QString cx::PropertyNull::getDisplayName ( ) const
inlinevirtual

name of data entity. Used for display to user.

Implements cx::Property.

Definition at line 34 of file cxPropertyNull.h.

◆ getEnabled()

virtual bool cx::PropertyNull::getEnabled ( ) const
inlinevirtual

Get the enabled/disabled state of the Property.

Reimplemented from cx::Property.

Definition at line 40 of file cxPropertyNull.h.

◆ getGroup()

virtual QString cx::PropertyNull::getGroup ( ) const
inlinevirtual

Flag the adapter as part of a group.

Reimplemented from cx::Property.

Definition at line 42 of file cxPropertyNull.h.

◆ getUid()

virtual QString cx::PropertyNull::getUid ( ) const
inlinevirtual

Implements cx::Property.

Definition at line 35 of file cxPropertyNull.h.

◆ getValueAsVariant()

virtual QVariant cx::PropertyNull::getValueAsVariant ( ) const
inlinevirtual

Implements cx::Property.

Definition at line 37 of file cxPropertyNull.h.

◆ setAdvanced()

virtual bool cx::PropertyNull::setAdvanced ( bool  advanced)
inlinevirtual

Set the advanced flag of the adapter.

Reimplemented from cx::Property.

Definition at line 45 of file cxPropertyNull.h.

◆ setEnabled()

virtual bool cx::PropertyNull::setEnabled ( bool  enabled)
inlinevirtual

Set the enabled/disabled state of the Property.

Reimplemented from cx::Property.

Definition at line 44 of file cxPropertyNull.h.

◆ setGroup()

virtual bool cx::PropertyNull::setGroup ( QString  name)
inlinevirtual

Flag the adapter as part of a group.

Reimplemented from cx::Property.

Definition at line 46 of file cxPropertyNull.h.

◆ setValueFromVariant()

virtual void cx::PropertyNull::setValueFromVariant ( QVariant  val)
inlinevirtual

Implements cx::Property.

Definition at line 38 of file cxPropertyNull.h.


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