VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
backEndSelectionListLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 
9 
10 class DtSimulationAddress;
11 
12 namespace makVrv
13 {
14  class DtDe;
15 }
16 
17 namespace makVrf
18 {
19  class DtVrfBackendState;
20  class DtBackEndSelectionListInterface;
21 
23  {
24 
25  public:
26 
28  static DtBackEndSelectionListLogic* create(makVrv::DtDe& de,
30 
32  virtual ~DtBackEndSelectionListLogic();
33 
37  virtual void setAllowAutomaticSelection(bool);
39  {
40  return myAllowAutomaticSelection;
41  }
42 
44  virtual void setCanChangeSelectedBackend(bool);
45 
46  virtual bool shouldBackendBeEnabled(const DtSimulationAddress&) const;
47 
48  protected:
49 
52 
53  protected:
54  virtual void slot_backendDiscovered(const DtVrfBackendState&);
55  virtual void slot_backendRemoved(const DtVrfBackendState&);
56  virtual void slot_backendUpdated(const DtVrfBackendState&, int);
57  virtual void slot_backEndSelected(const DtSimulationAddress& addr);
58 
59  protected:
63  boost::signals2::scoped_connection myBackEndSelectedConnection;
64  };
65 }
Definition: vrfBackendState.h:65
makVrv::DtDe & myDe
Definition: backEndSelectionListLogic.h:60
bool myAllowAutomaticSelection
Definition: backEndSelectionListLogic.h:62
bool allowAutomaticSelection() const
Definition: backEndSelectionListLogic.h:38
DtBackEndSelectionListInterface * myInterface
Definition: backEndSelectionListLogic.h:61
Abstract interface for the back end slection list widget.
Definition: backEndSelectionListInterface.h:19
Definition: backEndSelectionListLogic.h:22
#define DT_DLL_VRFGUICOMMONQT
Definition: vrfGuiCommonQt.h:20
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
boost::signals2::scoped_connection myBackEndSelectedConnection
Definition: backEndSelectionListLogic.h:63

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)