VR-Forces 4.0.4 Class Documentation
include/vrvCoreQt/DtDateAndTimeInterface.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtDateAndTimeInterface.h,v $ $Revision: 1.5 $ $State: Exp $
00007 ******************************************************************************/
00008 
00012 
00013 #ifndef DtDateAndTimeInterface_H_
00014 #define DtDateAndTimeInterface_H_
00015 
00016 #include <vrvCoreQt/vrvCoreQt.h>
00017 
00018 namespace makVrv
00019 {
00022    class DT_DLL_VRVCOREQT DtDateAndTimeInterface
00023    {
00024    public:
00025 
00027       DtDateAndTimeInterface();
00028 
00030       virtual ~DtDateAndTimeInterface();
00031 
00033       virtual void setDateAndTime( int year, int month, int day, int hour,
00034          int minutes, double seconds) = 0;
00035 
00036       virtual void setTimeScale( double timeScale) = 0;
00037 
00038       boost::signal<void ()> signal_timeUpdateRequested;
00039 
00040       boost::signal<void (int hour, int minutes,double seconds)> signal_changeTime;
00041       boost::signal<void (int year, int month,double day)> signal_changeDate;
00042       boost::signal<void (double)> signal_changeTimeScale;
00043 
00044    };
00045 }
00046 
00047 #endif
00048 

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)