source:
ntrip/trunk/BNC/src/app.h@
5068
Last change on this file since 5068 was 5068, checked in by , 12 years ago | |
---|---|
File size: 333 bytes |
Rev | Line | |
---|---|---|
[5067] | 1 | #ifndef GnssCenter_APP_H |
2 | #define GnssCenter_APP_H | |
3 | ||
4 | #include <QtGui> | |
5 | ||
6 | class t_pgmCore; | |
7 | ||
8 | class t_app : public QApplication { | |
9 | Q_OBJECT | |
10 | public: | |
11 | t_app(int& argc, char* argv[], bool GUIenabled); | |
12 | virtual ~t_app(); | |
13 | protected: | |
14 | virtual bool event(QEvent* ev); | |
15 | private: | |
16 | t_pgmCore* _pgmCore; | |
17 | }; | |
18 | ||
[5068] | 19 | extern t_pgmCore* BNC_CORE; |
[5067] | 20 | |
21 | #endif | |
22 |
Note:
See TracBrowser
for help on using the repository browser.