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