General Purpose Geodetic Library
|
#include <SgVlbiHistory.h>
Public Member Functions | |
SgVlbiHistory () | |
~SgVlbiHistory () | |
const QString & | getFirstRecordFromUser () const |
void | setFirstRecordFromUser (const QString &) |
void | importDbhHistoryBlock (SgDbhImage *) |
void | export2DbhHistoryBlock (SgDbhImage *) |
void | addHistoryRecord (const QString &, const SgMJD &t) |
const QString | className () const |
Private Attributes | |
QString | firstRecordFromUser_ |
Definition at line 137 of file SgVlbiHistory.h.
|
inline |
A constructor. Creates a default object.
Definition at line 315 of file SgVlbiHistory.h.
|
inline |
A destructor. Frees allocated memory.
Definition at line 324 of file SgVlbiHistory.h.
void SgVlbiHistory::addHistoryRecord | ( | const QString & | record, |
const SgMJD & | t | ||
) |
Definition at line 80 of file SgVlbiHistory.cpp.
Referenced by main(), SgVlbiSession::makeHistory(), SgVlbiSession::makeHistoryIntro(), VcCalc2SessionIfc::mimic_pHist(), SgVlbiSession::putDataIntoDbhImage(), and SgVlbiSession::putDataIntoVgosDb().
|
inline |
Definition at line 334 of file SgVlbiHistory.h.
Referenced by importDbhHistoryBlock().
void SgVlbiHistory::export2DbhHistoryBlock | ( | SgDbhImage * | image | ) |
Definition at line 68 of file SgVlbiHistory.cpp.
References SgDbhImage::addHistoryEntry(), SgVlbiHistoryRecord::getEpoch(), and SgVlbiHistoryRecord::getText().
Referenced by SgVlbiSession::putDataIntoDbhImage().
|
inline |
Definition at line 342 of file SgVlbiHistory.h.
References firstRecordFromUser_.
Referenced by NsSessionHandler::notifyCat().
void SgVlbiHistory::importDbhHistoryBlock | ( | SgDbhImage * | image | ) |
Definition at line 43 of file SgVlbiHistory.cpp.
References className(), SgMJD::currentMJD(), SgDbhImage::currentVersion(), SgDbhHistoryEntry::getEpoch(), SgDbhHistoryEntry::getText(), SgDbhHistoryEntry::getVersion(), SgDbhImage::historyList(), SgLogger::IO_DBH, libraryVersion, logger, SgVersion::name(), SgLogger::write(), and SgLogger::WRN.
Referenced by SgVlbiSession::getDataFromDbhImage().
|
inline |
Definition at line 350 of file SgVlbiHistory.h.
References firstRecordFromUser_.
Referenced by SgGuiVlbiHistory::addHistoryLine(), and SgGuiVlbiHistory::delHistoryLine().
|
private |
Definition at line 178 of file SgVlbiHistory.h.
Referenced by getFirstRecordFromUser(), and setFirstRecordFromUser().