MAK Data Logger API Documentation for HLA
lgrRecordMenu.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 lgrRecordMenu_H_
10 #define lgrRecordMenu_H_
11 
12 #include "lgrMenu.h"
13 
14 namespace MAKLogger
15 {
16 
19  {
20  public:
21 
23  DtLgrRecordMenu(QWidget* parent);
24  virtual ~DtLgrRecordMenu();
25 
27  void restoreDefaultMenuItems(QWidget* parent);
28 
30  virtual void connectToEventHandler(QObject* windowSlots);
31 
33  virtual void postModelUpdate(DtLgrGuiModel& model);
34 
36 
37 
38  DtDynamicMenuItem* recordAs();
39  DtDynamicMenuItem* recordMultipleFiles();
40  DtDynamicMenuItem* startRecording();
41  DtDynamicMenuItem* pauseRecording();
42  DtDynamicMenuItem* stopRecording();
43  DtDynamicMenuItem* saveRecordingData();
45  };
46 }
47 
48 #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)