MAK Data Logger API Documentation for HLA
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 "lgrMenu.h"
13 #include "lgrRemoteGui.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 Sun Dec 15 18:04:30 EST 2013 from SVN revision 134418
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)