MAK Data Logger API Documentation for HLA
setTime.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 setTime_H_
10 #define setTime_H_
11 
12 #include "lgrGui.h"
13 #include "ui_setTimeUI.h"
14 #include "absoluteTime.h"
15 
16 #include <QtGui/QDialog>
17 #include <commonWidgets/preciseTimeEdit.h>
18 
19 namespace MAKLogger
20 {
21  class DtLgrPlaybackInterface;
22 
25  {
26  Q_OBJECT
27 
28  public:
30  DtSetTimeDialog( const DtLgrPlaybackInterface* timeInterface,QWidget* parent);
31 
33  ~DtSetTimeDialog();
34 
35  public slots:
37  virtual void onTimeChanged();
38 
40  virtual void onOK();
41 
43  virtual void onCancel();
44 
45  protected:
46 
47  virtual void setErrorMessage(const QString&);
48 
49  MAKCommonWidgets::DtPreciseTimeEdit* myPreciseTimeEdit;
50 
54  };
55 
56 }
57 
58 #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)