VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfGuiCoreQt
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
10
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
11
#include <
vrvUtil/signalslib.h
>
12
13
#include <vlpi/simulationAddress.h>
14
#include <set>
15
16
class
QComboBox
;
17
class
QString;
18
class
DtString
;
19
20
namespace
makVrf
21
{
22
class
DT_DLL_VRFGUICOREQT
DtRemappingDialogInterface
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::signal<void (DtString)>
signal_startBackend
;
52
};
53
}
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)