MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 <lgrGui/lgrMenu.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* loggerInfo();
36  DtDynamicMenuItem* closeFile();
37  DtDynamicMenuItem* refreshRate();
38  DtDynamicMenuItem* connection();
39  DtDynamicMenuItem* disconnect();
40  DtDynamicMenuItem* connect();
41  DtDynamicMenuItem* exitAndKill();
42  DtDynamicMenuItem* exit();
44 
46  void postWindowUpdate( DtLgrRemoteMainWindow& window);
47 
49 
50  private:
53 
55  DtLgrRemoteFileMenu& operator=(const DtLgrRemoteFileMenu& orig);
56  };
57 }
58 
59 #endif

Document ID: Generated on Thu Jul 23 15:05:27 EDT 2020 from SVN revision 215371
Copyright © 2020 MAK Technologies. All Rights Reserved (www.mak.com)