VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
planCommandSignaler.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include <vrfGuiCore/vrfGuiCore.h>
15 #include <boost/signals2.hpp>
16 
17 namespace makVrv
18 {
19  class DtDe;
20 };
21 class DtSimCommand;
22 
23 namespace makVrf
24 {
28  {
29  public:
30 
33 
35  virtual ~DtPlanCommandSignaler() override;
36 
37  static DtPlanCommandSignaler& instance(makVrv::DtDe&);
38 
40  boost::signals2::signal<void (DtSimCommand&, bool)> signal_commandRequestToBeAddedToPlan;
41  };
42 }
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
boost::signals2::signal< void(DtSimCommand &, bool)> signal_commandRequestToBeAddedToPlan
bool is true if in edit mode
Definition: planCommandSignaler.h:40
The plan command signaler class will be used to issue signals for plan commands that are about to be ...
Definition: planCommandSignaler.h:27
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
Contains makVrv::DtVirtualBaseClass class.
DtSimCommand is an abstract base class from which commands can derive. It manages the read/write capa...
Definition: simCommand.h:32
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:76

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)