source: ntrip/trunk/BNC/bncwindow.h@ 2982

Last change on this file since 2982 was 2967, checked in by mervart, 13 years ago
File size: 5.6 KB
RevLine 
[280]1// Part of BNC, a utility for retrieving decoding and
[464]2// converting GNSS data streams from NTRIP broadcasters.
[280]3//
[464]4// Copyright (C) 2007
[280]5// German Federal Agency for Cartography and Geodesy (BKG)
6// http://www.bkg.bund.de
[464]7// Czech Technical University Prague, Department of Geodesy
[280]8// http://www.fsv.cvut.cz
9//
10// Email: euref-ip@bkg.bund.de
11//
12// This program is free software; you can redistribute it and/or
13// modify it under the terms of the GNU General Public License
14// as published by the Free Software Foundation, version 2.
15//
16// This program is distributed in the hope that it will be useful,
17// but WITHOUT ANY WARRANTY; without even the implied warranty of
18// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19// GNU General Public License for more details.
20//
21// You should have received a copy of the GNU General Public License
22// along with this program; if not, write to the Free Software
23// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
[35]24
25#ifndef BNCWINDOW_H
26#define BNCWINDOW_H
27
28#include <QtGui>
[399]29#include <QWhatsThis>
[35]30
31#include "bncgetthread.h"
[463]32#include "bnccaster.h"
[35]33
[1925]34class bncAboutDlg : public QDialog {
[35]35 Q_OBJECT
36 public:
[679]37 bncAboutDlg(QWidget* parent);
38 ~bncAboutDlg();
39};
40
[1932]41class bncFlowchartDlg : public QDialog {
[989]42 Q_OBJECT
43
44 public:
45 bncFlowchartDlg(QWidget* parent);
46 ~bncFlowchartDlg();
47};
48
[1932]49class bncFigure;
[1972]50class bncFigureLate;
[2141]51class bncFigurePPP;
[1932]52
53class bncWindow : public QMainWindow {
[679]54 Q_OBJECT
55
56 public:
[35]57 bncWindow();
[83]58 ~bncWindow();
[679]59 void CreateMenu();
60 void AddToolbar();
[1912]61
[83]62 public slots:
[1179]63 void slotMountPointsRead(QList<bncGetThread*>);
[2128]64 void slotBncTextChanged();
[35]65
66 private slots:
[1299]67 void slotWindowMessage(const QByteArray msg, bool showOnScreen);
[108]68 void slotHelp();
69 void slotAbout();
[989]70 void slotFlowchart();
[111]71 void slotFontSel();
[35]72 void slotSaveOptions();
73 void slotAddMountPoints();
74 void slotGetData();
[182]75 void slotStop();
[35]76 void slotNewMountPoints(QStringList* mountPoints);
77 void slotDeleteMountPoints();
[1556]78 void slotGetThreadsFinished();
[83]79 void slotSelectionChanged();
[399]80 void slotWhatsThis();
[2869]81 void slotAddCmbRow();
82 void slotDelCmbRow();
[35]83
[83]84 protected:
85 virtual void closeEvent(QCloseEvent *);
86
[35]87 private:
[1178]88 void populateMountPointsTable();
[2870]89 void populateCmbTable();
[1178]90
[35]91 QMenu* _menuHlp;
92 QMenu* _menuFile;
93
[108]94 QAction* _actHelp;
[35]95 QAction* _actAbout;
[989]96 QAction* _actFlowchart;
[111]97 QAction* _actFontSel;
[35]98 QAction* _actSaveOpt;
99 QAction* _actQuit;
100 QAction* _actGetData;
[182]101 QAction* _actStop;
[35]102 QAction* _actAddMountPoints;
103 QAction* _actDeleteMountPoints;
[399]104 QAction* _actwhatsthis;
105 QAction* _actwhatsthismenu;
[35]106
107 QLineEdit* _proxyHostLineEdit;
108 QLineEdit* _proxyPortLineEdit;
109 QLineEdit* _outFileLineEdit;
110 QLineEdit* _outPortLineEdit;
[1222]111 QLineEdit* _outUPortLineEdit;
[588]112 QLineEdit* _outEphPortLineEdit;
[934]113 QLineEdit* _corrPortLineEdit;
[83]114 QLineEdit* _rnxPathLineEdit;
[533]115 QLineEdit* _ephPathLineEdit;
[934]116 QLineEdit* _corrPathLineEdit;
[1307]117 QLineEdit* _miscMountLineEdit;
[2003]118 QLineEdit* _pppMountLineEdit;
[2967]119 QLineEdit* _pppCorrMountLineEdit;
[2126]120 QLineEdit* _pppNMEALineEdit;
[2185]121 QLineEdit* _pppNMEAPortLineEdit;
[2473]122 QLineEdit* _pppSigCLineEdit;
123 QLineEdit* _pppSigPLineEdit;
[2718]124 QLineEdit* _pppSigCrd0;
125 QLineEdit* _pppSigCrdP;
126 QLineEdit* _pppSigTrp0;
127 QLineEdit* _pppSigTrpP;
[2811]128 QLineEdit* _pppSync;
[2597]129 QLineEdit* _pppAverageLineEdit;
[2719]130 QLineEdit* _pppQuickStartLineEdit;
[2165]131 QLineEdit* _pppRefCrdXLineEdit;
132 QLineEdit* _pppRefCrdYLineEdit;
133 QLineEdit* _pppRefCrdZLineEdit;
[2718]134 QCheckBox* _pppPlotCoordinates;
[2083]135 QCheckBox* _pppUsePhaseCheckBox;
[2086]136 QCheckBox* _pppEstTropoCheckBox;
[2137]137 QCheckBox* _pppGLONASSCheckBox;
[2794]138 QCheckBox* _pppGalileoCheckBox;
[2876]139 QLineEdit* _pppAntennaLineEdit;
140 QLineEdit* _pppAntexLineEdit;
[2950]141 QCheckBox* _pppApplySatAntCheckBox;
[533]142 QCheckBox* _rnxV3CheckBox;
143 QCheckBox* _ephV3CheckBox;
[83]144 QLineEdit* _rnxSkelLineEdit;
[106]145 QLineEdit* _rnxScrpLineEdit;
[143]146 QLineEdit* _logFileLineEdit;
[2386]147 QLineEdit* _rawOutFileLineEdit;
[2341]148 QComboBox* _pppSPPComboBox;
[106]149 QComboBox* _rnxIntrComboBox;
[560]150 QComboBox* _ephIntrComboBox;
[934]151 QComboBox* _corrIntrComboBox;
[106]152 QSpinBox* _rnxSamplSpinBox;
[740]153 QSpinBox* _binSamplSpinBox;
[259]154 QCheckBox* _rnxAppendCheckBox;
[1333]155 QCheckBox* _autoStartCheckBox;
[1307]156 QCheckBox* _scanRTCMCheckBox;
[135]157 QSpinBox* _waitTimeSpinBox;
[967]158 QSpinBox* _corrTimeSpinBox;
[686]159 QComboBox* _obsRateComboBox;
[668]160 QSpinBox* _adviseFailSpinBox;
161 QSpinBox* _adviseRecoSpinBox;
162 QLineEdit* _adviseScriptLineEdit;
[728]163 QComboBox* _perfIntrComboBox;
[83]164 QTableWidget* _mountPointsTable;
[1329]165
[1327]166 QLineEdit* _serialPortNameLineEdit;
167 QLineEdit* _serialMountPointLineEdit;
[1329]168 QComboBox* _serialBaudRateComboBox;
169 QComboBox* _serialParityComboBox;
170 QComboBox* _serialDataBitsComboBox;
171 QComboBox* _serialStopBitsComboBox;
[1636]172 QComboBox* _serialFlowControlComboBox;
[1595]173 QLineEdit* _serialHeightNMEALineEdit;
[1601]174 QLineEdit* _serialFileNMEALineEdit;
[1595]175 QComboBox* _serialAutoNMEAComboBox;
[35]176
[356]177 QLineEdit* _LatLineEdit;
178 QLineEdit* _LonLineEdit;
179
[1170]180 QComboBox* _onTheFlyComboBox;
181
[83]182 QTextEdit* _log;
183
[1912]184 QWidget* _canvas;
[1925]185 QTabWidget* _aogroup;
[463]186
[1925]187 QTabWidget* _loggroup;
[1932]188 bncFigure* _bncFigure;
[1972]189 bncFigureLate* _bncFigureLate;
[2141]190 bncFigurePPP* _bncFigurePPP;
[1912]191
[2868]192 QTableWidget* _cmbTable;
[2871]193 QLineEdit* _cmbOutHostLineEdit;
194 QLineEdit* _cmbOutPortLineEdit;
195 QLineEdit* _cmbMountpointLineEdit;
196 QLineEdit* _cmbPasswordLineEdit;
197 QLineEdit* _cmbOutFileLineEdit;
[2875]198 QLineEdit* _cmbSP3FileLineEdit;
[2868]199
[463]200 bncCaster* _caster;
[35]201};
202#endif
Note: See TracBrowser for help on using the repository browser.