MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrToolBar.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2025 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;
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
static const QSize iconSize
Definition: lgrToolBar.h:37
A Logger Toolbar.
Definition: lgrToolBar.h:21
The logger GUI&#39;s model.
Definition: lgrGuiModel.h:56
#define DT_DLL_LGRGUI
Definition: lgrGui.h:19
Defines INPORT/EXPORT macros for lgrGui library.
Definition: lgrRemoteMainWindow.h:49

Document ID: Generated on Thu Dec 18 15:35:09 EST 2025 from SVN revision 282494
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)