VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
backEndSelectionListInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtBackEndSelectionListInterface.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
17 #include <string>
18 
19 #include <boost/signals2.hpp>
20 
21 class DtSimulationAddress;
22 class DtBackend;
23 
24 namespace makVrf
25 {
28  {
29  public:
30 
33 
34  virtual void addBackend(const std::string& backend, const DtBackend&) = 0;
35  virtual void removeBackend(const std::string& backend) = 0;
36 
37  virtual std::string statusFor(const std::string& backend) = 0;
38  virtual void setStatusFor(const std::string& backend, const std::string& status) = 0;
39 
40  public:
41  boost::signals2::signal<void (const DtSimulationAddress&)> signal_backEndSelected;
42  };
43 }
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
Instances of DtBackend are created and maintained by a DtVrfBackendListener, and are containers for d...
Definition: backend.h:51
Abstract interface for the back end slection list widget.
Definition: backEndSelectionListInterface.h:27
boost::signals2::signal< void(const DtSimulationAddress &)> signal_backEndSelected
Definition: backEndSelectionListInterface.h:41

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)