General Purpose Geodetic Library
|
#include <SgGuiVlbiHistory.h>
Signals | |
void | modified (bool) |
Public Member Functions | |
SgGuiVlbiHistory (SgVlbiHistory *, QWidget *=0, Qt::WindowFlags=0) | |
virtual | ~SgGuiVlbiHistory () |
Protected Member Functions | |
virtual QString | className () const |
Protected Attributes | |
SgVlbiHistory * | history_ |
QTreeWidget * | twHistory_ |
QLineEdit * | historyLine_ |
Private Slots | |
void | addHistoryLine () |
void | delHistoryLine () |
Definition at line 55 of file SgGuiVlbiHistory.h.
SgGuiVlbiHistory::SgGuiVlbiHistory | ( | SgVlbiHistory * | history, |
QWidget * | parent = 0 , |
||
Qt::WindowFlags | f = 0 |
||
) |
Definition at line 57 of file SgGuiVlbiHistory.cpp.
References addHistoryLine(), delHistoryLine(), SgMJD::F_YYYYMMDDHHMMSSSS, SgVlbiHistoryRecord::getEpoch(), SgVlbiHistoryRecord::getText(), SgVlbiHistoryRecord::getVersion(), history_, historyLine_, SgMJD::toLocal(), SgMJD::toString(), and twHistory_.
|
inlinevirtual |
Definition at line 60 of file SgGuiVlbiHistory.h.
References twHistory_.
|
privateslot |
Definition at line 155 of file SgGuiVlbiHistory.cpp.
References SgMJD::currentMJD(), SgMJD::F_YYYYMMDDHHMMSSSS, SgVlbiHistoryRecord::getEpoch(), SgVlbiHistoryRecord::getText(), SgVlbiHistoryRecord::getVersion(), history_, historyLine_, modified(), SgVlbiHistory::setFirstRecordFromUser(), SgMJD::toString(), and twHistory_.
Referenced by SgGuiVlbiHistory().
|
inlineprotectedvirtual |
Definition at line 74 of file SgGuiVlbiHistory.h.
Referenced by delHistoryLine().
|
privateslot |
Definition at line 191 of file SgGuiVlbiHistory.cpp.
References className(), SgLogger::DBG, SgVlbiHistoryRecord::getEpoch(), SgVlbiHistoryRecord::getIsEditable(), SgVlbiHistoryRecord::getText(), SgLogger::GUI, history_, logger, modified(), SgLogger::SESSION, SgVlbiHistory::setFirstRecordFromUser(), SgMJD::toString(), twHistory_, and SgLogger::write().
Referenced by SgGuiVlbiHistory().
|
signal |
Definition at line 141 of file SgGuiVlbiHistory.moc.cpp.
Referenced by addHistoryLine(), and delHistoryLine().
|
protected |
Definition at line 71 of file SgGuiVlbiHistory.h.
Referenced by SgGuiVlbiHistory(), addHistoryLine(), and delHistoryLine().
|
protected |
Definition at line 73 of file SgGuiVlbiHistory.h.
Referenced by SgGuiVlbiHistory(), and addHistoryLine().
|
protected |
Definition at line 72 of file SgGuiVlbiHistory.h.
Referenced by SgGuiVlbiHistory(), ~SgGuiVlbiHistory(), addHistoryLine(), and delHistoryLine().