General Purpose Geodetic Library
|
#include <SgLogger.h>
#include <SgGuiVlbiSourceList.h>
#include <QtGui/QBoxLayout>
#include <QtGui/QGroupBox>
#include <QtGui/QLabel>
#include <QtGui/QLineEdit>
#include <QtGui/QMessageBox>
#include <QtGui/QPushButton>
#include <QtGui/QFontMetrics>
Go to the source code of this file.
Enumerations | |
enum | SourceColumnIndex { SCI_NUMBER = 0 , SCI_NAME = 1 , SCI_TOT_SCANS = 2 , SCI_TOT_OBS = 3 , SCI_USB_OBS = 4 , SCI_PRC_OBS = 5 , SCI_S_WRMS_DEL = 6 , SCI_S_IGNORE = 7 , SCI_S_COO_EST = 8 , SCI_S_COO_CON = 9 , SCI_S_AP_EXIST = 10 , SCI_S_AP_COMMENT = 11 , SCI_S_AL_2EXT = 12 , SCI_S_AL_2EST = 13 , SCI_S_USE_SSM = 14 , SCI_S_SSM_PTS = 15 , SCI_B_DISP_DEL = 6 , SCI_B_DISP_RAT = 7 , SCI_B_SIG0_DEL = 8 , SCI_B_SIG0_RAT = 9 , SCI_B_WRMS_DEL = 10 , SCI_B_WRMS_RAT = 11 } |
enum | SsmColumnIndex { MCI_IDX = 0 , MCI_X = 1 , MCI_Y = 2 , MCI_ER = 3 , MCI_K = 4 , MCI_EK = 5 , MCI_B = 6 , MCI_EB = 7 } |
enum SourceColumnIndex |
Definition at line 48 of file SgGuiVlbiSourceList.cpp.
enum SsmColumnIndex |
Enumerator | |
---|---|
MCI_IDX | |
MCI_X | |
MCI_Y | |
MCI_ER | |
MCI_K | |
MCI_EK | |
MCI_B | |
MCI_EB |
Definition at line 77 of file SgGuiVlbiSourceList.cpp.