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  protected:
47 
50 
51  protected:
52  virtual void slot_backendDiscovered(const DtVrfBackendState&);
53  virtual void slot_backendRemoved(const DtVrfBackendState&);
54  virtual void slot_backendUpdated(const DtVrfBackendState&, int);
55  virtual void slot_backEndSelected(const DtSimulationAddress& addr);
56 
57  protected:
61  boost::signals2::scoped_connection myBackEndSelectedConnection;
62  };
63 }
Definition: vrfBackendState.h:69
makVrv::DtDe & myDe
Definition: backEndSelectionListLogic.h:58
bool myAllowAutomaticSelection
Definition: backEndSelectionListLogic.h:60
bool allowAutomaticSelection() const
Definition: backEndSelectionListLogic.h:38
DtBackEndSelectionListInterface * myInterface
Definition: backEndSelectionListLogic.h:59
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:72
boost::signals2::scoped_connection myBackEndSelectedConnection
Definition: backEndSelectionListLogic.h:61

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)