MAK Data Logger API Documentation for DIS
lgrSimMenus.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #ifndef lgrSimMenus_H_
10 #define lgrSimMenus_H_
11 
12 #include "lgrSimGui.h"
13 #include "virtualConstructor.h"
14 
15 class QDialog;
16 
17 namespace MAKLogger
18 {
19 
20  class DtLoggerApplication;
21  class DtLgrConnectionDialog;
22 
26  {
27 
28  public:
30 
31 
32  virtual ~DtLgrSimMenus();
33 
35  virtual void initialize(DtLoggerApplication* app) = 0;
36 
38  virtual void showConnectionDialog() = 0;
39 
41  virtual void disconnect() = 0;
42 
44  virtual DtLgrConnectionDialog* connectionDialog() = 0;
45  };
46 }
47 
48 #endif

Document ID: Generated on Mon Jan 19 08:20:14 EST 2015 from SVN revision 149581
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)