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

#include <cxStringPropertySelectRecordSession.h>

Inheritance diagram for cx::StringPropertySelectRecordSessionBase:
cx::StringPropertyBase cx::Property cx::StringPropertySelectRecordSession

Public Member Functions

 StringPropertySelectRecordSessionBase (AcquisitionDataPtr pluginData)
 
virtual ~StringPropertySelectRecordSessionBase ()
 
virtual QStringList getValueRange () const
 
virtual QString convertInternal2Display (QString internal)
 
- Public Member Functions inherited from cx::StringPropertyBase
 StringPropertyBase ()
 
virtual ~StringPropertyBase ()
 
virtual QString getDisplayName () const =0
 name of data entity. Used for display to user. More...
 
virtual QVariant getValueAsVariant () const
 
virtual void setValueFromVariant (QVariant val)
 
virtual QString getUid () const
 
virtual bool setValue (const QString &value)=0
 set the data value. More...
 
virtual QString getValue () const =0
 get the data value. More...
 
virtual bool isReadOnly () const
 
virtual bool getAllowOnlyValuesInRange () const
 
virtual void setGuiRepresentation (GuiRepresentation type)
 
virtual GuiRepresentation getGuiRepresentation ()
 
- Public Member Functions inherited from cx::Property
 Property ()
 
virtual ~Property ()
 
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...
 

Protected Attributes

AcquisitionDataPtr mPluginData
 
- Protected Attributes inherited from cx::StringPropertyBase
GuiRepresentation mGuiRepresentation
 
- Protected Attributes inherited from cx::Property
bool mEnabled
 
bool mAdvanced
 
QString mGroup
 

Additional Inherited Members

- Public Types inherited from cx::StringPropertyBase
enum  GuiRepresentation { grSTRING, grFILENAME }
 
- Public Slots inherited from cx::Property
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...
 
- Signals inherited from cx::Property
void changed ()
 emit when the underlying data value is changed: The user interface will be updated. More...
 
- Static Public Member Functions inherited from cx::Property
static PropertyPtr findProperty (std::vector< PropertyPtr > properties, QString id)
 

Detailed Description

Base class for all Properties that selects a record session.

Definition at line 31 of file cxStringPropertySelectRecordSession.h.

Constructor & Destructor Documentation

◆ StringPropertySelectRecordSessionBase()

cx::StringPropertySelectRecordSessionBase::StringPropertySelectRecordSessionBase ( AcquisitionDataPtr  pluginData)

Definition at line 69 of file cxStringPropertySelectRecordSession.cpp.

◆ ~StringPropertySelectRecordSessionBase()

virtual cx::StringPropertySelectRecordSessionBase::~StringPropertySelectRecordSessionBase ( )
inlinevirtual

Definition at line 36 of file cxStringPropertySelectRecordSession.h.

Member Function Documentation

◆ convertInternal2Display()

QString cx::StringPropertySelectRecordSessionBase::convertInternal2Display ( QString  internal)
virtual

Definition at line 83 of file cxStringPropertySelectRecordSession.cpp.

◆ getValueRange()

QStringList cx::StringPropertySelectRecordSessionBase::getValueRange ( ) const
virtual

Reimplemented from cx::StringPropertyBase.

Definition at line 74 of file cxStringPropertySelectRecordSession.cpp.

Member Data Documentation

◆ mPluginData

AcquisitionDataPtr cx::StringPropertySelectRecordSessionBase::mPluginData
protected

Definition at line 45 of file cxStringPropertySelectRecordSession.h.


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