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

Last change on this file since 3731 was 3731, checked in by mervart, 12 years ago
File size: 6.9 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;
[3245]52class bncBytesCounter;
[3249]53class bncEphUploadCaster;
[3602]54class qtFileChooser;
[1932]55
56class bncWindow : public QMainWindow {
[679]57 Q_OBJECT
58
59 public:
[35]60 bncWindow();
[83]61 ~bncWindow();
[679]62 void CreateMenu();
63 void AddToolbar();
[1912]64
[83]65 public slots:
[1179]66 void slotMountPointsRead(QList<bncGetThread*>);
[2128]67 void slotBncTextChanged();
[3685]68 void slotPostProgress(int);
[35]69
70 private slots:
[1299]71 void slotWindowMessage(const QByteArray msg, bool showOnScreen);
[108]72 void slotHelp();
73 void slotAbout();
[989]74 void slotFlowchart();
[111]75 void slotFontSel();
[35]76 void slotSaveOptions();
77 void slotAddMountPoints();
78 void slotGetData();
[3625]79 void slotStartPostProcessing();
[3731]80 void slotStartTeqcProcessing();
[3625]81 void slotFinishedPostProcessing();
[3731]82 void slotFinishedTeqcProcessing();
[182]83 void slotStop();
[35]84 void slotNewMountPoints(QStringList* mountPoints);
85 void slotDeleteMountPoints();
[1556]86 void slotGetThreadsFinished();
[83]87 void slotSelectionChanged();
[399]88 void slotWhatsThis();
[2869]89 void slotAddCmbRow();
90 void slotDelCmbRow();
[3164]91 void slotAddUploadRow();
92 void slotDelUploadRow();
93 void slotSetUploadTrafo();
[35]94
[83]95 protected:
96 virtual void closeEvent(QCloseEvent *);
97
[35]98 private:
[1178]99 void populateMountPointsTable();
[2870]100 void populateCmbTable();
[3164]101 void populateUploadTable();
[3605]102 void enableWidget(bool enable, QWidget* widget);
[1178]103
[35]104 QMenu* _menuHlp;
105 QMenu* _menuFile;
106
[108]107 QAction* _actHelp;
[35]108 QAction* _actAbout;
[989]109 QAction* _actFlowchart;
[111]110 QAction* _actFontSel;
[35]111 QAction* _actSaveOpt;
112 QAction* _actQuit;
113 QAction* _actGetData;
[3608]114 QAction* _actPostProcessing;
[3731]115 QAction* _actTeqcProcessing;
[182]116 QAction* _actStop;
[35]117 QAction* _actAddMountPoints;
118 QAction* _actDeleteMountPoints;
[399]119 QAction* _actwhatsthis;
120 QAction* _actwhatsthismenu;
[35]121
122 QLineEdit* _proxyHostLineEdit;
123 QLineEdit* _proxyPortLineEdit;
[3356]124 QLineEdit* _sslCaCertPathLineEdit;
125 QCheckBox* _ignoreSslErrorsCheckBox;
[35]126 QLineEdit* _outFileLineEdit;
127 QLineEdit* _outPortLineEdit;
[1222]128 QLineEdit* _outUPortLineEdit;
[588]129 QLineEdit* _outEphPortLineEdit;
[934]130 QLineEdit* _corrPortLineEdit;
[83]131 QLineEdit* _rnxPathLineEdit;
[533]132 QLineEdit* _ephPathLineEdit;
[934]133 QLineEdit* _corrPathLineEdit;
[1307]134 QLineEdit* _miscMountLineEdit;
[2003]135 QLineEdit* _pppMountLineEdit;
[2967]136 QLineEdit* _pppCorrMountLineEdit;
[2126]137 QLineEdit* _pppNMEALineEdit;
[2185]138 QLineEdit* _pppNMEAPortLineEdit;
[2473]139 QLineEdit* _pppSigCLineEdit;
140 QLineEdit* _pppSigPLineEdit;
[2718]141 QLineEdit* _pppSigCrd0;
142 QLineEdit* _pppSigCrdP;
143 QLineEdit* _pppSigTrp0;
144 QLineEdit* _pppSigTrpP;
[2811]145 QLineEdit* _pppSync;
[2597]146 QLineEdit* _pppAverageLineEdit;
[2719]147 QLineEdit* _pppQuickStartLineEdit;
[3111]148 QLineEdit* _pppMaxSolGapLineEdit;
[2165]149 QLineEdit* _pppRefCrdXLineEdit;
150 QLineEdit* _pppRefCrdYLineEdit;
151 QLineEdit* _pppRefCrdZLineEdit;
[3284]152 QLineEdit* _pppRefdNLineEdit;
153 QLineEdit* _pppRefdELineEdit;
154 QLineEdit* _pppRefdULineEdit;
[2718]155 QCheckBox* _pppPlotCoordinates;
[2083]156 QCheckBox* _pppUsePhaseCheckBox;
[2086]157 QCheckBox* _pppEstTropoCheckBox;
[2137]158 QCheckBox* _pppGLONASSCheckBox;
[2794]159 QCheckBox* _pppGalileoCheckBox;
[2876]160 QLineEdit* _pppAntennaLineEdit;
[3620]161 qtFileChooser* _pppAntexFileChooser;
[2950]162 QCheckBox* _pppApplySatAntCheckBox;
[3602]163
164 qtFileChooser* _postObsFileChooser;
165 qtFileChooser* _postNavFileChooser;
166 qtFileChooser* _postCorrFileChooser;
[3618]167 QLineEdit* _postOutLineEdit;
[3602]168
[3731]169 qtFileChooser* _teqcObsFileChooser;
170 qtFileChooser* _teqcNavFileChooser;
171 qtFileChooser* _teqcCorrFileChooser;
172 QLineEdit* _teqcOutLineEdit;
173
[533]174 QCheckBox* _rnxV3CheckBox;
175 QCheckBox* _ephV3CheckBox;
[83]176 QLineEdit* _rnxSkelLineEdit;
[106]177 QLineEdit* _rnxScrpLineEdit;
[143]178 QLineEdit* _logFileLineEdit;
[2386]179 QLineEdit* _rawOutFileLineEdit;
[2341]180 QComboBox* _pppSPPComboBox;
[3731]181 QComboBox* _teqcActionComboBox;
[106]182 QComboBox* _rnxIntrComboBox;
[560]183 QComboBox* _ephIntrComboBox;
[934]184 QComboBox* _corrIntrComboBox;
[106]185 QSpinBox* _rnxSamplSpinBox;
[740]186 QSpinBox* _binSamplSpinBox;
[259]187 QCheckBox* _rnxAppendCheckBox;
[1333]188 QCheckBox* _autoStartCheckBox;
[1307]189 QCheckBox* _scanRTCMCheckBox;
[135]190 QSpinBox* _waitTimeSpinBox;
[967]191 QSpinBox* _corrTimeSpinBox;
[686]192 QComboBox* _obsRateComboBox;
[668]193 QSpinBox* _adviseFailSpinBox;
194 QSpinBox* _adviseRecoSpinBox;
195 QLineEdit* _adviseScriptLineEdit;
[728]196 QComboBox* _perfIntrComboBox;
[83]197 QTableWidget* _mountPointsTable;
[1329]198
[1327]199 QLineEdit* _serialPortNameLineEdit;
200 QLineEdit* _serialMountPointLineEdit;
[1329]201 QComboBox* _serialBaudRateComboBox;
202 QComboBox* _serialParityComboBox;
203 QComboBox* _serialDataBitsComboBox;
204 QComboBox* _serialStopBitsComboBox;
[1636]205 QComboBox* _serialFlowControlComboBox;
[1595]206 QLineEdit* _serialHeightNMEALineEdit;
[1601]207 QLineEdit* _serialFileNMEALineEdit;
[1595]208 QComboBox* _serialAutoNMEAComboBox;
[35]209
[356]210 QLineEdit* _LatLineEdit;
211 QLineEdit* _LonLineEdit;
212
[1170]213 QComboBox* _onTheFlyComboBox;
214
[83]215 QTextEdit* _log;
216
[1912]217 QWidget* _canvas;
[1925]218 QTabWidget* _aogroup;
[463]219
[1925]220 QTabWidget* _loggroup;
[1932]221 bncFigure* _bncFigure;
[1972]222 bncFigureLate* _bncFigureLate;
[2141]223 bncFigurePPP* _bncFigurePPP;
[1912]224
[2868]225 QTableWidget* _cmbTable;
[3328]226 QLineEdit* _cmbMaxresLineEdit;
[3469]227 QComboBox* _cmbMethodComboBox;
[2868]228
[3164]229 QTableWidget* _uploadTable;
[3197]230 QComboBox* _uploadIntrComboBox;
231 QSpinBox* _uploadSamplSpinBox;
[3585]232 QSpinBox* _uploadSamplOrbSpinBox;
[3152]233
[3245]234 QLineEdit* _uploadEphHostLineEdit;
235 QLineEdit* _uploadEphPortLineEdit;
236 QLineEdit* _uploadEphPasswordLineEdit;
237 QLineEdit* _uploadEphMountpointLineEdit;
238 QSpinBox* _uploadEphSampleSpinBox;
239 bncBytesCounter* _uploadEphBytesCounter;
[3240]240
[463]241 bncCaster* _caster;
[3249]242
243 bncEphUploadCaster* _casterEph;
[35]244};
245#endif
Note: See TracBrowser for help on using the repository browser.