Go to the documentation of this file.00001
00002
00003
00004
00005
00008
00009 #ifndef lgrSimMenus_H_
00010 #define lgrSimMenus_H_
00011
00012 #include "lgrSimGui.h"
00013 #include "virtualConstructor.h"
00014
00015 namespace MAKLogger
00016 {
00017
00018 class DtLoggerApplication;
00019
00022 class DT_DLL_LGRSIMGUI DtLgrSimMenus
00023 {
00024
00025 public:
00026 DT_PURE_VIRTUAL_CTR(DtLgrSimMenus,(DtLoggerApplication& app))
00027
00028
00029 virtual ~DtLgrSimMenus();
00030
00032 virtual void showConnectionDialog() = 0;
00033
00035 virtual void disconnect() = 0;
00036 };
00037 }
00038
00039 #endif