General Purpose Geodetic Library
|
#include <SgNetworkStnRecord.h>
Public Member Functions | |
SgNetworkStnRecord () | |
SgNetworkStnRecord (const SgNetworkStnRecord &) | |
~SgNetworkStnRecord () | |
SgNetworkStnRecord & | operator= (const SgNetworkStnRecord &r) |
bool | isValid () const |
const QString & | getName () const |
const QString & | getCode () const |
const QString & | getDomesId () const |
const QString & | getCdpId () const |
const QString & | getDescription () const |
void | setName (const QString &s) |
void | setCode (const QString &s) |
void | setDomesId (const QString &s) |
void | setCdpId (const QString &s) |
void | setDescription (const QString &s) |
bool | parseString (const QString &) |
Static Public Member Functions | |
static const QString | className () |
Private Attributes | |
bool | isValid_ |
QString | name_ |
QString | code_ |
QString | domesId_ |
QString | cdpId_ |
QString | description_ |
====================================================================================================
Definition at line 47 of file SgNetworkStnRecord.h.
|
inline |
A constructor. Creates an object.
Definition at line 215 of file SgNetworkStnRecord.h.
References isValid_.
SgNetworkStnRecord::SgNetworkStnRecord | ( | const SgNetworkStnRecord & | r | ) |
Definition at line 51 of file SgNetworkStnRecord.cpp.
References cdpId_, code_, description_, domesId_, isValid_, and name_.
|
inline |
A destructor. Frees allocated memory.
Definition at line 228 of file SgNetworkStnRecord.h.
|
static |
Returns name of the class (for debug output).
Definition at line 45 of file SgNetworkStnRecord.cpp.
|
inline |
Definition at line 272 of file SgNetworkStnRecord.h.
References cdpId_.
|
inline |
Definition at line 256 of file SgNetworkStnRecord.h.
References code_.
Referenced by SgVlbiSession::importDataFromLogFiles(), and SgNetworkStations::readFile().
|
inline |
Definition at line 280 of file SgNetworkStnRecord.h.
References description_.
|
inline |
Definition at line 264 of file SgNetworkStnRecord.h.
References domesId_.
|
inline |
Definition at line 248 of file SgNetworkStnRecord.h.
References name_.
Referenced by SgNetworkStations::readFile().
|
inline |
Definition at line 240 of file SgNetworkStnRecord.h.
References isValid_.
Referenced by SgVlbiSession::importDataFromLogFiles().
SgNetworkStnRecord & SgNetworkStnRecord::operator= | ( | const SgNetworkStnRecord & | r | ) |
An assignment operator.
Definition at line 64 of file SgNetworkStnRecord.cpp.
References cdpId_, code_, description_, domesId_, isValid_, and name_.
bool SgNetworkStnRecord::parseString | ( | const QString & | str | ) |
Definition at line 78 of file SgNetworkStnRecord.cpp.
References cdpId_, code_, description_, domesId_, isValid_, and name_.
Referenced by SgNetworkStations::readFile().
|
inline |
Definition at line 312 of file SgNetworkStnRecord.h.
References cdpId_.
|
inline |
Definition at line 296 of file SgNetworkStnRecord.h.
References code_.
|
inline |
Definition at line 320 of file SgNetworkStnRecord.h.
References description_.
|
inline |
Definition at line 304 of file SgNetworkStnRecord.h.
References domesId_.
|
inline |
Definition at line 288 of file SgNetworkStnRecord.h.
References name_.
|
private |
Definition at line 123 of file SgNetworkStnRecord.h.
Referenced by SgNetworkStnRecord(), getCdpId(), operator=(), parseString(), and setCdpId().
|
private |
Definition at line 121 of file SgNetworkStnRecord.h.
Referenced by SgNetworkStnRecord(), getCode(), operator=(), parseString(), and setCode().
|
private |
Definition at line 124 of file SgNetworkStnRecord.h.
Referenced by SgNetworkStnRecord(), getDescription(), operator=(), parseString(), and setDescription().
|
private |
Definition at line 122 of file SgNetworkStnRecord.h.
Referenced by SgNetworkStnRecord(), getDomesId(), operator=(), parseString(), and setDomesId().
|
private |
Definition at line 118 of file SgNetworkStnRecord.h.
Referenced by SgNetworkStnRecord(), isValid(), operator=(), and parseString().
|
private |
Definition at line 120 of file SgNetworkStnRecord.h.
Referenced by SgNetworkStnRecord(), getName(), operator=(), parseString(), and setName().