MAK Data Logger API Documentation for HLA
lgrViewMenu.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 lgrViewMenu_H_
10 #define lgrViewMenu_H_
11 
12 #include "lgrMenu.h"
13 
14 class QDockWidget;
15 
16 namespace MAKLogger
17 {
18 
19  class DtLgrGuiComponent;
20 
23  {
24  public:
25 
27  DtLgrViewMenu(QWidget* parent);
28 
30  virtual ~DtLgrViewMenu();
31 
33  void restoreDefaultMenuItems(QWidget* parent);
34 
36  virtual void connectToEventHandler(QObject* lgrSlots);
37 
39  virtual void addComponent(DtLgrGuiComponent* component);
40 
42  virtual void removeComponent(DtLgrGuiComponent* component);
43 
45 
46  MAKCommonWidgets::DtDynamicMenuItem* setZoom();
48 
50  MAKCommonWidgets::DtDynamicMenuItem* component(QString componentName);
51 
53  MAKCommonWidgets::DtDynamicMenu* components();
54 
56  virtual void postModelUpdate(DtLgrGuiModel& model);
57 
58  };
59 
60 }
61 
62 #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)