MAK Data Logger API Documentation for DIS
lgrTimeButtons.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 lgrTimeButtons_H_
10 #define lgrTimeButtons_H_
11 
12 #include <QtGui/QWidget>
13 #include "ui_timeButtons.h"
14 #include "lgrToolBar.h"
15 
16 class DtLgrSlots;
17 class QIcon;
18 
19 namespace MAKLogger
20 {
21  class DT_DLL_LGRGUI DtLgrTimeButtons : public DtLgrToolBar, protected Ui::DtTimeButtons
22  {
23  public:
25  DtLgrTimeButtons(QWidget* parent);
26 
28  virtual ~DtLgrTimeButtons();
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  QIcon* myPlayStopSet;
43  QIcon* myActivetSet;
44 
45  double myLastSpeed;
46 
47  };
48 }
49 
50 #endif

Document ID: Generated on Mon Jan 19 08:20:14 EST 2015 from SVN revision 149581
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)