source: ntrip/trunk/GnssCenter/src/plugininterface.h@ 5010

Last change on this file since 5010 was 5010, checked in by mervart, 11 years ago
File size: 350 bytes
Line 
1#ifndef GnssCenter_PLUGININTERFACE_H
2#define GnssCenter_PLUGININTERFACE_H
3
4#include <QtGui>
5
6namespace GnssCenter {
7
8class t_pluginInterface : public QWidget {
9
10 public:
11 t_pluginInterface(const QString& fileName = QString());
12 virtual ~t_pluginInterface() = 0;
13 virtual bool expectInputFile() const = 0;
14};
15
16} // namespace GnssCenter
17
18#endif
Note: See TracBrowser for help on using the repository browser.