General Purpose Geodetic Library
NsNotUsedObsInfo Class Reference

#include <NsBrowseNotUsedObsDialog.h>

Public Member Functions

 NsNotUsedObsInfo ()
 
 NsNotUsedObsInfo (int mediaIdx, const QString &stn_1Name, const QString &stn_2Name, const QString &srcName, const QString &strEpoch, const QString &strQFs, const QString &reasons)
 
 NsNotUsedObsInfo (const NsNotUsedObsInfo &i)
 
virtual ~NsNotUsedObsInfo ()
 
NsNotUsedObsInfooperator= (const NsNotUsedObsInfo &i)
 
int getMediaIdx () const
 
const QString & getStn_1Name () const
 
const QString & getStn_2Name () const
 
const QString & getSrcName () const
 
const QString & getStrEpoch () const
 
const QString & getStrQFs () const
 
const QString & getReasons () const
 
void setMediaIdx (int idx)
 
void setStn_1Name (const QString &str)
 
void setStn_2Name (const QString &str)
 
void setSrcName (const QString &str)
 
void setStrEpoch (const QString &str)
 
void setStrQFs (const QString &str)
 
void setReasons (const QString &str)
 
QString className () const
 

Private Attributes

int mediaIdx_
 
QString stn_1Name_
 
QString stn_2Name_
 
QString srcName_
 
QString strEpoch_
 
QString strQFs_
 
QString reasons_
 

Detailed Description

Definition at line 53 of file NsBrowseNotUsedObsDialog.h.

Constructor & Destructor Documentation

◆ NsNotUsedObsInfo() [1/3]

NsNotUsedObsInfo::NsNotUsedObsInfo ( )
inline

A constructor.

Definition at line 61 of file NsBrowseNotUsedObsDialog.h.

References mediaIdx_.

◆ NsNotUsedObsInfo() [2/3]

NsNotUsedObsInfo::NsNotUsedObsInfo ( int  mediaIdx,
const QString &  stn_1Name,
const QString &  stn_2Name,
const QString &  srcName,
const QString &  strEpoch,
const QString &  strQFs,
const QString &  reasons 
)
inline

Definition at line 64 of file NsBrowseNotUsedObsDialog.h.

References mediaIdx_.

◆ NsNotUsedObsInfo() [3/3]

NsNotUsedObsInfo::NsNotUsedObsInfo ( const NsNotUsedObsInfo i)
inline

Definition at line 70 of file NsBrowseNotUsedObsDialog.h.

References getMediaIdx(), and mediaIdx_.

◆ ~NsNotUsedObsInfo()

virtual NsNotUsedObsInfo::~NsNotUsedObsInfo ( )
inlinevirtual

A destructor. Frees allocated memory.

Definition at line 78 of file NsBrowseNotUsedObsDialog.h.

Member Function Documentation

◆ className()

QString NsNotUsedObsInfo::className ( ) const
inline

Definition at line 107 of file NsBrowseNotUsedObsDialog.h.

◆ getMediaIdx()

int NsNotUsedObsInfo::getMediaIdx ( ) const
inline

◆ getReasons()

const QString& NsNotUsedObsInfo::getReasons ( ) const
inline

Definition at line 94 of file NsBrowseNotUsedObsDialog.h.

References reasons_.

Referenced by NsBrowseNotUsedObsDialog::NsBrowseNotUsedObsDialog(), and operator=().

◆ getSrcName()

const QString& NsNotUsedObsInfo::getSrcName ( ) const
inline

Definition at line 91 of file NsBrowseNotUsedObsDialog.h.

References srcName_.

Referenced by NsBrowseNotUsedObsDialog::NsBrowseNotUsedObsDialog(), and operator=().

◆ getStn_1Name()

const QString& NsNotUsedObsInfo::getStn_1Name ( ) const
inline

◆ getStn_2Name()

const QString& NsNotUsedObsInfo::getStn_2Name ( ) const
inline

◆ getStrEpoch()

const QString& NsNotUsedObsInfo::getStrEpoch ( ) const
inline

◆ getStrQFs()

const QString& NsNotUsedObsInfo::getStrQFs ( ) const
inline

Definition at line 93 of file NsBrowseNotUsedObsDialog.h.

References strQFs_.

Referenced by NsBrowseNotUsedObsDialog::NsBrowseNotUsedObsDialog(), and operator=().

◆ operator=()

◆ setMediaIdx()

void NsNotUsedObsInfo::setMediaIdx ( int  idx)
inline

Definition at line 96 of file NsBrowseNotUsedObsDialog.h.

References mediaIdx_.

Referenced by operator=().

◆ setReasons()

void NsNotUsedObsInfo::setReasons ( const QString &  str)
inline

Definition at line 102 of file NsBrowseNotUsedObsDialog.h.

References reasons_.

Referenced by operator=().

◆ setSrcName()

void NsNotUsedObsInfo::setSrcName ( const QString &  str)
inline

Definition at line 99 of file NsBrowseNotUsedObsDialog.h.

References srcName_.

Referenced by operator=().

◆ setStn_1Name()

void NsNotUsedObsInfo::setStn_1Name ( const QString &  str)
inline

Definition at line 97 of file NsBrowseNotUsedObsDialog.h.

References stn_1Name_.

Referenced by operator=().

◆ setStn_2Name()

void NsNotUsedObsInfo::setStn_2Name ( const QString &  str)
inline

Definition at line 98 of file NsBrowseNotUsedObsDialog.h.

References stn_2Name_.

Referenced by operator=().

◆ setStrEpoch()

void NsNotUsedObsInfo::setStrEpoch ( const QString &  str)
inline

Definition at line 100 of file NsBrowseNotUsedObsDialog.h.

References strEpoch_.

Referenced by operator=().

◆ setStrQFs()

void NsNotUsedObsInfo::setStrQFs ( const QString &  str)
inline

Definition at line 101 of file NsBrowseNotUsedObsDialog.h.

References strQFs_.

Referenced by operator=().

Member Data Documentation

◆ mediaIdx_

int NsNotUsedObsInfo::mediaIdx_
private

Definition at line 118 of file NsBrowseNotUsedObsDialog.h.

Referenced by NsNotUsedObsInfo(), getMediaIdx(), and setMediaIdx().

◆ reasons_

QString NsNotUsedObsInfo::reasons_
private

Definition at line 124 of file NsBrowseNotUsedObsDialog.h.

Referenced by getReasons(), and setReasons().

◆ srcName_

QString NsNotUsedObsInfo::srcName_
private

Definition at line 121 of file NsBrowseNotUsedObsDialog.h.

Referenced by getSrcName(), and setSrcName().

◆ stn_1Name_

QString NsNotUsedObsInfo::stn_1Name_
private

Definition at line 119 of file NsBrowseNotUsedObsDialog.h.

Referenced by getStn_1Name(), and setStn_1Name().

◆ stn_2Name_

QString NsNotUsedObsInfo::stn_2Name_
private

Definition at line 120 of file NsBrowseNotUsedObsDialog.h.

Referenced by getStn_2Name(), and setStn_2Name().

◆ strEpoch_

QString NsNotUsedObsInfo::strEpoch_
private

Definition at line 122 of file NsBrowseNotUsedObsDialog.h.

Referenced by getStrEpoch(), and setStrEpoch().

◆ strQFs_

QString NsNotUsedObsInfo::strQFs_
private

Definition at line 123 of file NsBrowseNotUsedObsDialog.h.

Referenced by getStrQFs(), and setStrQFs().


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