VR-Forces 4.0.4 Class Documentation
Public Member Functions | Public Attributes
makVrv::DtDateAndTimeInterface Class Reference

Abstract itnerface for a date and time widget. More...

Inheritance diagram for makVrv::DtDateAndTimeInterface:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtDateAndTimeInterface ()
 CTOR.
virtual ~DtDateAndTimeInterface ()
 DTOR.
virtual void setDateAndTime (int year, int month, int day, int hour, int minutes, double seconds)=0
 Set the date and time of the widget.
virtual void setTimeScale (double timeScale)=0

Public Attributes

boost::signal< void()> signal_timeUpdateRequested
boost::signal< void(int hour,
int minutes, double seconds)> 
signal_changeTime
boost::signal< void(int year,
int month, double day)> 
signal_changeDate
boost::signal< void(double)> signal_changeTimeScale

Detailed Description

Abstract itnerface for a date and time widget.


Constructor & Destructor Documentation

CTOR.

DTOR.


Member Function Documentation

virtual void makVrv::DtDateAndTimeInterface::setDateAndTime ( int  year,
int  month,
int  day,
int  hour,
int  minutes,
double  seconds 
) [pure virtual]

Set the date and time of the widget.

Implemented in makVrf::DtEnvironmentSettingsDateAndTimeWidget, and makVrv::DtDateAndTimeWidget.

virtual void makVrv::DtDateAndTimeInterface::setTimeScale ( double  timeScale) [pure virtual]

Member Data Documentation

boost::signal<void (int hour, int minutes,double seconds)> makVrv::DtDateAndTimeInterface::signal_changeTime
boost::signal<void (int year, int month,double day)> makVrv::DtDateAndTimeInterface::signal_changeDate

The documentation for this class was generated from the following file:

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)