General Purpose Geodetic Library
|
#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 () |
NsNotUsedObsInfo & | operator= (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_ |
Definition at line 53 of file NsBrowseNotUsedObsDialog.h.
|
inline |
|
inline |
Definition at line 64 of file NsBrowseNotUsedObsDialog.h.
References mediaIdx_.
|
inline |
Definition at line 70 of file NsBrowseNotUsedObsDialog.h.
References getMediaIdx(), and mediaIdx_.
|
inlinevirtual |
A destructor. Frees allocated memory.
Definition at line 78 of file NsBrowseNotUsedObsDialog.h.
|
inline |
Definition at line 107 of file NsBrowseNotUsedObsDialog.h.
|
inline |
Definition at line 88 of file NsBrowseNotUsedObsDialog.h.
References mediaIdx_.
Referenced by NsBrowseNotUsedObsDialog::NsBrowseNotUsedObsDialog(), NsNotUsedObsInfo(), and operator=().
|
inline |
Definition at line 94 of file NsBrowseNotUsedObsDialog.h.
References reasons_.
Referenced by NsBrowseNotUsedObsDialog::NsBrowseNotUsedObsDialog(), and operator=().
|
inline |
Definition at line 91 of file NsBrowseNotUsedObsDialog.h.
References srcName_.
Referenced by NsBrowseNotUsedObsDialog::NsBrowseNotUsedObsDialog(), and operator=().
|
inline |
Definition at line 89 of file NsBrowseNotUsedObsDialog.h.
References stn_1Name_.
Referenced by NsBrowseNotUsedObsDialog::NsBrowseNotUsedObsDialog(), and operator=().
|
inline |
Definition at line 90 of file NsBrowseNotUsedObsDialog.h.
References stn_2Name_.
Referenced by NsBrowseNotUsedObsDialog::NsBrowseNotUsedObsDialog(), and operator=().
|
inline |
Definition at line 92 of file NsBrowseNotUsedObsDialog.h.
References strEpoch_.
Referenced by NsBrowseNotUsedObsDialog::NsBrowseNotUsedObsDialog(), and operator=().
|
inline |
Definition at line 93 of file NsBrowseNotUsedObsDialog.h.
References strQFs_.
Referenced by NsBrowseNotUsedObsDialog::NsBrowseNotUsedObsDialog(), and operator=().
|
inline |
Definition at line 80 of file NsBrowseNotUsedObsDialog.h.
References getMediaIdx(), getReasons(), getSrcName(), getStn_1Name(), getStn_2Name(), getStrEpoch(), getStrQFs(), setMediaIdx(), setReasons(), setSrcName(), setStn_1Name(), setStn_2Name(), setStrEpoch(), and setStrQFs().
|
inline |
Definition at line 96 of file NsBrowseNotUsedObsDialog.h.
References mediaIdx_.
Referenced by operator=().
|
inline |
Definition at line 102 of file NsBrowseNotUsedObsDialog.h.
References reasons_.
Referenced by operator=().
|
inline |
Definition at line 99 of file NsBrowseNotUsedObsDialog.h.
References srcName_.
Referenced by operator=().
|
inline |
Definition at line 97 of file NsBrowseNotUsedObsDialog.h.
References stn_1Name_.
Referenced by operator=().
|
inline |
Definition at line 98 of file NsBrowseNotUsedObsDialog.h.
References stn_2Name_.
Referenced by operator=().
|
inline |
Definition at line 100 of file NsBrowseNotUsedObsDialog.h.
References strEpoch_.
Referenced by operator=().
|
inline |
Definition at line 101 of file NsBrowseNotUsedObsDialog.h.
References strQFs_.
Referenced by operator=().
|
private |
Definition at line 118 of file NsBrowseNotUsedObsDialog.h.
Referenced by NsNotUsedObsInfo(), getMediaIdx(), and setMediaIdx().
|
private |
Definition at line 124 of file NsBrowseNotUsedObsDialog.h.
Referenced by getReasons(), and setReasons().
|
private |
Definition at line 121 of file NsBrowseNotUsedObsDialog.h.
Referenced by getSrcName(), and setSrcName().
|
private |
Definition at line 119 of file NsBrowseNotUsedObsDialog.h.
Referenced by getStn_1Name(), and setStn_1Name().
|
private |
Definition at line 120 of file NsBrowseNotUsedObsDialog.h.
Referenced by getStn_2Name(), and setStn_2Name().
|
private |
Definition at line 122 of file NsBrowseNotUsedObsDialog.h.
Referenced by getStrEpoch(), and setStrEpoch().
|
private |
Definition at line 123 of file NsBrowseNotUsedObsDialog.h.
Referenced by getStrQFs(), and setStrQFs().