MAK Data Logger API Documentation for DIS
lgrRemoteFileMenu.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 lgrRemoteFileMenu_H_
10 #define lgrRemoteFileMenu_H_
11 
12 #include "lgrMenu.h"
13 #include "lgrRemoteGui.h"
14 
15 namespace MAKLogger
16 {
18  class DtLgrRemoteMainWindow;
20  {
21  public:
24 
26  virtual ~DtLgrRemoteFileMenu();
27 
29  virtual void connectToEventHandler(QObject* lgrSlots);
30 
32 
33  DtDynamicMenuItem* newFile();
34  DtDynamicMenuItem* openFile();
35  DtDynamicMenuItem* closeFile();
36  DtDynamicMenuItem* refreshRate();
37  DtDynamicMenuItem* connection();
38  DtDynamicMenuItem* disconnect();
39  DtDynamicMenuItem* connect();
40  DtDynamicMenuItem* exitAndKill();
41  DtDynamicMenuItem* exit();
43 
45  void postWindowUpdate( DtLgrRemoteMainWindow& window);
46 
48 
49  private:
52 
54  DtLgrRemoteFileMenu& operator=(const DtLgrRemoteFileMenu& orig);
55  };
56 }
57 
58 #endif

Document ID: Generated on Sun Dec 15 18:04:30 EST 2013 from SVN revision 134418
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)