VR-Forces 4.1 Class Documentation
DtDateAndTimeInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtDateAndTimeInterface.h,v $ $Revision: 1.5 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtDateAndTimeInterface_H_
14 #define DtDateAndTimeInterface_H_
15 
16 #include <vrvCoreQt/vrvCoreQt.h>
17 
18 namespace makVrv
19 {
23  {
24  public:
25 
28 
30  virtual ~DtDateAndTimeInterface();
31 
33  virtual void setDateAndTime( int year, int month, int day, int hour,
34  int minutes, double seconds) = 0;
35 
36  virtual void setTimeScale( double timeScale) = 0;
37 
38  boost::signal<void ()> signal_timeUpdateRequested;
39 
40  boost::signal<void (int hour, int minutes,double seconds)> signal_changeTime;
41  boost::signal<void (int year, int month,double day)> signal_changeDate;
42  boost::signal<void (double)> signal_changeTimeScale;
43 
44  };
45 }
46 
47 #endif
48 

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)