MAK Data Logger API Documentation for HLA
lgrOptionsMenu.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 lgrOptionsMenu_H_
10 #define lgrOptionsMenu_H_
11 
12 #include "lgrMenu.h"
13 
14 namespace MAKLogger
15 {
18  {
19  public:
20 
22  DtLgrOptionsMenu(QWidget* parent);
23 
25  virtual ~DtLgrOptionsMenu();
26 
28  void restoreDefaultMenuItems(QWidget* parent);
29 
31  virtual void connectToEventHandler(QObject*);
32 
34  virtual void postModelUpdate(DtLgrGuiModel& model);
35 
37 
38  DtDynamicMenuItem* preferences();
39  DtDynamicMenuItem* playOnOpen();
40  DtDynamicMenuItem* pauseOnRecordAs();
42 
43  };
44 }
45 
46 #endif

Document ID: Generated on Thu Apr 10 18:53:01 EDT 2014 from SVN revision 138105
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)