MAK Data Logger API Documentation for HLA
 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-2010 VT MAK
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

Document ID: Generated on Thu Jul 23 15:05:27 EDT 2020 from SVN revision 215371
Copyright © 2020 MAK Technologies. All Rights Reserved (www.mak.com)