VR-Forces 4.2 Class Documentation
DtSimulationTimeWidgetLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtSimulationTimeWidgetLogic.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
17 
18 namespace makVrv
19 {
20  class DtDe;
21 }
22 
23 namespace makVrf
24 {
25  class DtVrfBackendState;
26  class DtSimulationTimeWidgetInterface;
27 
29  {
30 
31  public:
32 
35 
37  virtual ~DtSimulationTimeWidgetLogic();
38  virtual void slot_allBackendsAboutToBeRemoved();
39 
40  protected:
41  virtual void slot_selectedBackendChanged();
42 
44  virtual void slot_tick(makVrv::DtDe& de);
45 
46  protected:
47  virtual void updateSimTime();
48 
49  protected:
50  makVrv::DtDe& myDe;
54  };
55 }

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)