VR-Forces 4.8 Class Documentation
 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) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtBackEndSelectionListLogic.h,v $ $Revision: 1.2 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
17 
18 class DtSimulationAddress;
19 
20 namespace makVrv
21 {
22  class DtDe;
23 }
24 
25 namespace makVrf
26 {
27  class DtVrfBackendState;
28  class DtBackEndSelectionListInterface;
29 
31  {
32 
33  public:
34 
36  static DtBackEndSelectionListLogic* create(makVrv::DtDe& de,
38 
40  virtual ~DtBackEndSelectionListLogic();
41 
42  protected:
43 
46 
47  protected:
48  virtual void slot_backendDiscovered(const DtVrfBackendState&);
49  virtual void slot_backendRemoved(const DtVrfBackendState&);
50  virtual void slot_backendUpdated(const DtVrfBackendState&, int);
51  virtual void slot_backEndSelected(const DtSimulationAddress& addr);
52 
53  protected:
54 
57  };
58 }
Definition: vrfBackendState.h:69
makVrv::DtDe & myDe
Definition: backEndSelectionListLogic.h:55
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
DtBackEndSelectionListInterface * myInterface
Definition: backEndSelectionListLogic.h:56
Abstract interface for the back end slection list widget.
Definition: backEndSelectionListInterface.h:27
Definition: backEndSelectionListLogic.h:30
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)