VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfSelectionManager.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2021 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 makVrf
18 {
21  {
22  public:
24  virtual ~DtVrfSelectionManager();
25 
26  virtual void performSelectionOperation( SelectionOperation op,
27  const IdSet& baseIds );
28 
30  virtual bool isTerrain(makVrv::DtUniqueID) const;
31 
32  virtual bool setBlockSelectionChange(bool);
33  bool blockSelectionChange() const
34  {
35  return myBlockSelectionChange;
36  }
37 
38  virtual void setCurrentSelections( const makVrv::DtSelectionManager::IdSet& selections );
39 
40  virtual void clearBackups();
41 
43  static DtVrfSelectionManager& instance(makVrv::DtDe& de);
44 
45  boost::signals2::signal<void (const IdSet&, const IdSet&)> signal_selectionMaintained;
46 
47  protected:
49  };
50 }
bool myBlockSelectionChange
Definition: vrfSelectionManager.h:48
The master window of the scene.
Definition: DtSelectionManager.h:28
Contains makVrv:DtSelectionManager class.
boost::signals2::signal< void(const IdSet &, const IdSet &)> signal_selectionMaintained
Definition: vrfSelectionManager.h:45
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
Override to prevent terrain from being in multiple selection if that is the operation to be performed...
Definition: vrfSelectionManager.h:20
SelectionOperation
Definition: DtSelectionManager.h:58
bool blockSelectionChange() const
Definition: vrfSelectionManager.h:33
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
std::set< DtUniqueID > IdSet
Definition: DtSelectionManager.h:32

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)