MAK Data Logger API Documentation for HLA
lgrExtraButtons.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 lgrExtraButtons_H_
10 #define lgrExtraButtons_H_
11 
12 #include "lgrToolBar.h"
13 #include "ui_extraButtons.h"
14 
15 class DtLgrSlots;
16 
17 class QIcon;
18 
19 namespace MAKLogger
20 {
21  class DT_DLL_LGRGUI DtLgrExtraButtons : public DtLgrToolBar, protected Ui::DtExtraButtons
22  {
23  public:
25  DtLgrExtraButtons(QWidget* parent);
26 
28  virtual ~DtLgrExtraButtons();
29 
31  virtual void connectToModel(DtLgrGuiModel& model);
32 
33  virtual void connectToModel(DtLgrRemoteMainWindow& window){};
34 
36  virtual void postModelUpdate(DtLgrGuiModel& model);
37 
38  protected:
39  void setIcons();
40 
41  };
42 }
43 
44 #endif

Document ID: Generated on Sun Dec 15 18:04:30 EST 2013 from SVN revision 134418
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)