General Purpose Geodetic Library
|
#include <SgVlbiHistory.h>
Public Member Functions | |
SgVlbiHistoryRecord () | |
SgVlbiHistoryRecord (const SgMJD &, int, const QString &, bool=false) | |
SgVlbiHistoryRecord (const SgVlbiHistoryRecord &rec) | |
~SgVlbiHistoryRecord () | |
const SgMJD & | getEpoch () const |
int | getVersion () const |
const QString & | getText () const |
bool | getIsEditable () const |
void | setEpoch (const SgMJD &t) |
void | setVersion (int v) |
void | setText (const QString &text) |
void | setIsEditable (bool is) |
const QString | className () const |
Private Attributes | |
SgMJD | epoch_ |
int | version_ |
QString | text_ |
bool | isEditable_ |
SgVlbiHistoryRecord, a record of history block of DBH files. ====================================================================================================
Definition at line 49 of file SgVlbiHistory.h.
|
inline |
A constructor. Creates a default object.
Definition at line 195 of file SgVlbiHistory.h.
|
inline |
A constructor. Creates an object with parameters.
Definition at line 205 of file SgVlbiHistory.h.
|
inline |
Definition at line 216 of file SgVlbiHistory.h.
|
inline |
A destructor. Frees allocated memory.
Definition at line 70 of file SgVlbiHistory.h.
|
inline |
Definition at line 294 of file SgVlbiHistory.h.
|
inline |
Returns epoch.
Definition at line 230 of file SgVlbiHistory.h.
References epoch_.
Referenced by SgGuiVlbiHistory::SgGuiVlbiHistory(), SgGuiVlbiHistory::addHistoryLine(), SgGuiVlbiHistory::delHistoryLine(), SgVlbiHistory::export2DbhHistoryBlock(), SgAgvTextSection::fillDataStructures(), SgVlbiSession::makeHistoryIntro(), SgVgosDb::saveForeignHistory(), and SgVgosDb::saveLocalHistory().
|
inline |
Returns "editable" status.
Definition at line 254 of file SgVlbiHistory.h.
References isEditable_.
Referenced by SgGuiVlbiHistory::delHistoryLine(), and SgVlbiSession::makeHistoryIntro().
|
inline |
Returns text of the recotrd.
Definition at line 246 of file SgVlbiHistory.h.
References text_.
Referenced by SgGuiVlbiHistory::SgGuiVlbiHistory(), SgGuiVlbiHistory::addHistoryLine(), SgGuiVlbiHistory::delHistoryLine(), SgVlbiHistory::export2DbhHistoryBlock(), SgAgvTextSection::fillDataStructures(), SgVlbiSession::makeHistoryIntro(), SgVgosDb::saveForeignHistory(), and SgVgosDb::saveLocalHistory().
|
inline |
Returns version.
Definition at line 238 of file SgVlbiHistory.h.
References version_.
Referenced by SgGuiVlbiHistory::SgGuiVlbiHistory(), SgGuiVlbiHistory::addHistoryLine(), SgAgvTextSection::fillDataStructures(), SgVlbiSession::makeHistoryIntro(), and SgVgosDb::saveForeignHistory().
|
inline |
Sets up epoch of the record.
t | – the new epoch; |
Definition at line 262 of file SgVlbiHistory.h.
References epoch_.
|
inline |
Sets up "editable" status.
is | – status; |
Definition at line 286 of file SgVlbiHistory.h.
References isEditable_.
|
inline |
Sets up a content of the record.
text | – a historical text; |
Definition at line 278 of file SgVlbiHistory.h.
References text_.
|
inline |
Sets up version where the record was added.
t | – the new epoch; |
Definition at line 270 of file SgVlbiHistory.h.
References version_.
|
private |
Definition at line 121 of file SgVlbiHistory.h.
Referenced by getEpoch(), and setEpoch().
|
private |
Definition at line 124 of file SgVlbiHistory.h.
Referenced by getIsEditable(), and setIsEditable().
|
private |
Definition at line 123 of file SgVlbiHistory.h.
|
private |
Definition at line 122 of file SgVlbiHistory.h.
Referenced by getVersion(), and setVersion().