VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
periodicCheckpointWidget.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: DtPeriodicCheckpointWidget.h,v $ $Revision: 1.6 $ $State: Exp $
7 *******************************************************************************/
8 
9 #pragma once
10 
12 #include <boost/signal.hpp>
14 #include <vrfGuiCoreQt/periodicCheckpointWidgetUi.hpp>
15 
16 #include <QtGui/QWidget>
17 
18 namespace makVrv
19 {
20  class DtDe;
21 }
22 
23 namespace makVrf
24 {
25  class DtPeriodicCheckpointWidgetLogic;
26 
28  {
29  Q_OBJECT
30 
31  public:
32 
33  DtPeriodicCheckpointWidget(makVrv::DtDe& de, QWidget* parent = NULL, const Qt::WindowFlags& flags = 0);
34 
35  virtual ~DtPeriodicCheckpointWidget();
36 
37  public:
38  virtual void setupGui(int time, bool useSimTime, bool enabled);
39 
42 
43  virtual bool checkpointingEnabled() const;
44 
46  virtual bool useSimulationTime() const;
47 
49  virtual int checkpointTimeInterval() const;
50 
51  protected slots:
52 
55  virtual void okPressed();
56  virtual void applyPressed();
57 
58  public:
59  Ui_DtPeriodicCheckpointWidgetUi myUiImpl;
60 
61  protected:
64  };
65 }

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)