MAK Data Logger API Documentation for DIS
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;
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 10 18:53:01 EDT 2014 from SVN revision 138105
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)