MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 <lgrGui/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 Wed Jun 5 18:45:18 EDT 2019 from SVN revision 198968
Copyright © 2019 VT MAK. All Rights Reserved (www.mak.com)