MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrRemoteRecordMenu.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 lgrRemoteRecordMenu_H_
10 #define lgrRemoteRecordMenu_H_
11 
12 #include <lgrGui/lgrMenu.h>
14 
15 namespace MAKLogger
16 {
17 
18  class DtLgrRemoteMainWindow;
19 
22  {
23  public:
26 
28  virtual ~DtLgrRemoteRecordMenu();
29 
31  virtual void connectToEventHandler(QObject* lgrSlots);
32 
34  void postWindowUpdate(DtLgrRemoteMainWindow &window);
35 
37 
38  DtDynamicMenuItem* recordAs();
39  DtDynamicMenuItem* record();
40  DtDynamicMenuItem* pauseRecording();
41  DtDynamicMenuItem* stopRecording();
43 
44  private:
47 
49  DtLgrRemoteRecordMenu& operator=(const DtLgrRemoteRecordMenu& orig);
50 
51  };
52 }
53 
54 #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)