VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtDateAndTimeLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
14 
15 namespace makVrv
16 {
17  class DtDateAndTimeInterface;
18  class DtDe;
19  class DtPersistenceControlsInterface;
20 
24  {
25  public:
28  DtPersistenceControlsInterface& persistanceIface);
29 
31  virtual ~DtDateAndTimeLogic();
32 
33  protected:
34 
36  virtual void onUpdateTimeRequested();
37 
39  virtual void onChangeTime(int hour,int minutes,double seconds);
40 
42  virtual void onChangeTimeScale(double timeScale);
43 
45  virtual void onChangeDate( int year,int month,int day );
46 
49  virtual void slot_allowSimMessagesSet(bool isAllowed);
50 
51  protected:
56  };
57 }
DtPersistenceControlsInterface & myPersistenceInterface
Definition: DtDateAndTimeLogic.h:55
DtDe & myDe
Definition: DtDateAndTimeLogic.h:52
Abstract interface for a date and time widget.
Definition: DtDateAndTimeInterface.h:18
The logic for displaying/editing the date and time.
Definition: DtDateAndTimeLogic.h:23
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Abstract interface for controlling persistence of state in a dialog.
Definition: DtPersistenceControlsInterface.h:20
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
DtDateAndTimeInterface & myInterface
Definition: DtDateAndTimeLogic.h:54
Base class to provide boost signal/slot management.
DtSignalConnectionManager mySignals
Definition: DtDateAndTimeLogic.h:53
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)