VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
bhave3DGui
bhaveAddSinkPointDialog.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2012 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
7
9
10
#pragma once
11
12
#include <
vrvUtil/signalslib.h
>
13
#include <
bhave3DGui/bhave3DGuiDefines.h
>
14
#include <
vrfGuiCoreQt/DtBaseFilteredListViewTaskSetDialog.h
>
15
16
namespace
BHAVE
17
{
18
namespace
BHAVE3DGui
19
{
20
class
DT_DLL_bhave3DGui
DtAddSinkPointDialog
:
public
makVrf::DtBaseFilteredListViewTaskSetDialog
21
{
22
Q_OBJECT
23
24
public
:
25
//CTOR
26
DtAddSinkPointDialog
(
makVrv::DtDe
& de,
QWidget
* parent,
const
Qt::WindowFlags& flags = 0);
27
28
//DTOR
29
virtual
~
DtAddSinkPointDialog
();
30
31
virtual
void
displayDialog(
const
DtString
& templateName);
32
33
protected
:
34
virtual
QWidget
* contents();
35
36
virtual
void
sendRequest();
37
38
protected
:
39
virtual
void
setupGui();
40
41
protected
:
42
virtual
void
setupStatement(
const
DtSimStatement
*);
43
virtual
void
initializeSelectionFilters();
44
signals:
45
void
sinkPointSelection(QString sinkPtName);
46
47
protected
:
48
makVrf::DtVrfSelectionFilter
*
mySinkPointFilter
;
49
DtString
myTemplateName
;
50
};
51
}
52
}
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)