MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
lgrGui
lgrToolBar.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 1992-2024 MAK Technologies, Inc
3
** All rights reserved.
4
******************************************************************************/
5
8
9
#ifndef lgrToolBar_H_
10
#define lgrToolBar_H_
11
12
#include <
lgrGui/lgrGui.h
>
13
#include <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
MAKLogger::DtLgrToolBar::iconSize
static const QSize iconSize
Definition:
lgrToolBar.h:37
MAKLogger::DtLgrToolBar
A Logger Toolbar.
Definition:
lgrToolBar.h:21
MAKLogger::DtLgrGuiModel
The logger GUI's model.
Definition:
lgrGuiModel.h:56
QToolBar
DT_DLL_LGRGUI
#define DT_DLL_LGRGUI
Definition:
lgrGui.h:19
lgrGui.h
Defines INPORT/EXPORT macros for lgrGui library.
QWidget
MAKLogger::DtLgrRemoteMainWindow
Definition:
lgrRemoteMainWindow.h:49
Document ID: Generated on Thu Oct 3 15:35:11 EDT 2024 from SVN revision 270037
Copyright © 2024 MAK Technologies. All Rights Reserved (
www.mak.com
)