CustusX  16.5
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 47 of file cxPropertyNull.h.

Constructor & Destructor Documentation

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

Definition at line 51 of file cxPropertyNull.h.

Member Function Documentation

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

Definition at line 52 of file cxPropertyNull.h.

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

Get the advanced flag of the adapter.

Reimplemented from cx::Property.

Definition at line 62 of file cxPropertyNull.h.

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

name of data entity. Used for display to user.

Implements cx::Property.

Definition at line 55 of file cxPropertyNull.h.

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

Get the enabled/disabled state of the Property.

Reimplemented from cx::Property.

Definition at line 61 of file cxPropertyNull.h.

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

Flag the adapter as part of a group.

Reimplemented from cx::Property.

Definition at line 63 of file cxPropertyNull.h.

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

Implements cx::Property.

Definition at line 56 of file cxPropertyNull.h.

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

Implements cx::Property.

Definition at line 58 of file cxPropertyNull.h.

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

Set the advanced flag of the adapter.

Reimplemented from cx::Property.

Definition at line 66 of file cxPropertyNull.h.

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

Set the enabled/disabled state of the Property.

Reimplemented from cx::Property.

Definition at line 65 of file cxPropertyNull.h.

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

Flag the adapter as part of a group.

Reimplemented from cx::Property.

Definition at line 67 of file cxPropertyNull.h.

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

Implements cx::Property.

Definition at line 59 of file cxPropertyNull.h.


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