MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrGui
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
22
class
DT_DLL_LGRGUI
DtLgrViewMenu
:
public
DtLgrMenu
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 Thu Apr 10 18:53:01 EDT 2014 from SVN revision 138105
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)