MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrGui
lgrToolBar.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 lgrToolBar_H_
10
#define lgrToolBar_H_
11
12
#include "
lgrGui.h
"
13
#include <QtGui/QToolBar>
14
15
namespace
MAKLogger
16
{
18
class
DtLgrGuiModel;
19
class
DtLgrRemoteMainWindow;
21
class
DT_DLL_LGRGUI
DtLgrToolBar
:
public
QToolBar
22
{
23
Q_OBJECT
24
25
public
:
27
DtLgrToolBar
(
QWidget
* parent);
28
30
virtual
~
DtLgrToolBar
();
31
33
virtual
void
connectToModel(
DtLgrGuiModel
& model) = 0;
34
35
virtual
void
connectToModel(
DtLgrRemoteMainWindow
& window) = 0;
36
37
static
const
QSize
iconSize
;
38
39
public
slots:
40
43
virtual
void
postModelUpdate(
DtLgrGuiModel
& model);
44
45
};
46
47
}
48
49
#endif
Document ID: Generated on Thu Apr 11 12:13:00 EDT 2013 from SVN revision 126011
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)