General Purpose Geodetic Library
SgModelsInfo::DasModel Class Reference

#include <SgModelsInfo.h>

Public Member Functions

 DasModel (const QString &key)
 
 ~DasModel ()
 
const QString & getKey () const
 
const QString & getControlFlag () const
 
const QString & getDefinition () const
 
const QString & getOrigin () const
 
void setKey (const QString &key)
 
void setControlFlag (const QString &flag)
 
void setDefinition (const QString &def)
 
void setOrigin (const QString &orig)
 

Protected Attributes

QString key_
 
QString controlFlag_
 
QString definition_
 
QString origin_
 

Detailed Description

Definition at line 59 of file SgModelsInfo.h.

Constructor & Destructor Documentation

◆ DasModel()

SgModelsInfo::DasModel::DasModel ( const QString &  key)
inline

Definition at line 62 of file SgModelsInfo.h.

◆ ~DasModel()

SgModelsInfo::DasModel::~DasModel ( )
inline

Definition at line 64 of file SgModelsInfo.h.

Member Function Documentation

◆ getControlFlag()

const QString& SgModelsInfo::DasModel::getControlFlag ( ) const
inline

◆ getDefinition()

const QString& SgModelsInfo::DasModel::getDefinition ( ) const
inline

◆ getKey()

const QString& SgModelsInfo::DasModel::getKey ( ) const
inline

Definition at line 66 of file SgModelsInfo.h.

References key_.

◆ getOrigin()

const QString& SgModelsInfo::DasModel::getOrigin ( ) const
inline

Definition at line 69 of file SgModelsInfo.h.

References origin_.

Referenced by SgAgvDriver::fillSessVars(), and SgVgosDb::storeCalcEop().

◆ setControlFlag()

◆ setDefinition()

◆ setKey()

void SgModelsInfo::DasModel::setKey ( const QString &  key)
inline

Definition at line 71 of file SgModelsInfo.h.

References key_.

◆ setOrigin()

void SgModelsInfo::DasModel::setOrigin ( const QString &  orig)
inline

Member Data Documentation

◆ controlFlag_

QString SgModelsInfo::DasModel::controlFlag_
protected

Definition at line 78 of file SgModelsInfo.h.

Referenced by getControlFlag(), and setControlFlag().

◆ definition_

QString SgModelsInfo::DasModel::definition_
protected

Definition at line 79 of file SgModelsInfo.h.

Referenced by getDefinition(), and setDefinition().

◆ key_

QString SgModelsInfo::DasModel::key_
protected

Definition at line 77 of file SgModelsInfo.h.

Referenced by getKey(), and setKey().

◆ origin_

QString SgModelsInfo::DasModel::origin_
protected

Definition at line 80 of file SgModelsInfo.h.

Referenced by getOrigin(), and setOrigin().


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