MAK Data Logger API Documentation for DIS
 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  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
Contains MAKLogger::DtLgrMenu class.
#define DT_DLL_LGRREMOTEGUI
Definition: lgrRemoteGui.h:21
The Remote GUI Record menu implementation.
Definition: lgrRemoteRecordMenu.h:21
Abstract Menu which can be added to the MAKLogger::DtLgrMainWindow.
Definition: lgrMenu.h:26
Definition: lgrRemoteMainWindow.h:48

Document ID: Generated on Mon Mar 22 15:30:17 EDT 2021 from SVN revision 226440
Copyright © 2021 MAK Technologies. All Rights Reserved (www.mak.com)