VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
DtBackEndSelectionListLogic.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
16
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
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
30
class
DT_DLL_VRFGUICOREQT
DtBackEndSelectionListLogic
31
{
32
33
public
:
34
36
static
DtBackEndSelectionListLogic
* create(
makVrv::DtDe
& de,
37
DtBackEndSelectionListInterface
* iFace );
38
40
virtual
~
DtBackEndSelectionListLogic
();
41
42
protected
:
43
45
DtBackEndSelectionListLogic
(
makVrv::DtDe
& de,
DtBackEndSelectionListInterface
* iFace );
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
55
makVrv::DtDe
&
myDe
;
56
DtBackEndSelectionListInterface
*
myInterface
;
57
};
58
}
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)