MAK Data Logger API Documentation for DIS
lgrRemoteTimeBarWidget.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #ifndef lgrRemoteTimeBarWidget_H_
7 #define lgrRemoteTimeBarWidget_H_
8 
9 #include <QtGui/QWidget>
10 #include <utility>
11 #include "lgrRemoteGui.h"
12 
13 class QMainWindow;
14 namespace MAKLogger
15 {
16  class DtLgrRemoteMainWindow;
17 
19  {
20  Q_OBJECT
21  public:
22 
24 
25  virtual ~DtLgrRemoteTimeBarWidget();
26 
27  public slots:
29  virtual void postWindowUpdate(DtLgrRemoteMainWindow& window);
30 
31  protected:
33 
34  private:
37 
39  DtLgrRemoteTimeBarWidget& operator=(const DtLgrRemoteTimeBarWidget& orig);
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)