VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
remappingDialogInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
7 
8 #pragma once
9 
11 
12 
13 #include <vlpi/simulationAddress.h>
14 #include <set>
15 
16 class QComboBox;
17 class QString;
18 class DtString;
19 
20 namespace makVrf
21 {
23  {
24  public:
25  //DTOR
26  virtual ~DtRemappingDialogInterface();
27 
28  public:
30  virtual void setupGui(const std::set<DtSimulationAddress>& currentBackends) = 0;
31 
33  virtual QComboBox* addMapTo(const QString&, int row) = 0;
34 
36  virtual void addToMapAll(const QString&) = 0;
37 
39  virtual void removeFromMapAll(const QString&) = 0;
40 
42  virtual void removeBackend(const DtString&) = 0;
43 
45  virtual QComboBox* readdMapTo(const QString&) = 0;
46 
47  virtual void accept() = 0;
48 
49  virtual void couldNotStart(const DtString&) = 0;
50 
51  boost::signals2::signal<void (DtString)> signal_startBackend;
52  };
53 }
Definition: remappingDialogInterface.h:22
boost::signals2::signal< void(DtString)> signal_startBackend
Definition: remappingDialogInterface.h:51
#define DT_DLL_VRFGUICOMMONQT
Definition: vrfGuiCommonQt.h:20

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)