VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 }

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)