MAK Data Logger API Documentation for HLA
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 
25  {
26 
27  public:
29 
30 
31  virtual ~DtLgrSimMenus();
32 
34  virtual void showConnectionDialog() = 0;
35 
37  virtual void disconnect() = 0;
38 
40  virtual QDialog* connectionDialog() = 0;
41  };
42 }
43 
44 #endif

Document ID: Generated on Thu Apr 10 18:53:01 EDT 2014 from SVN revision 138105
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)