VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
DtTaskMoveToDialog.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
10
11
#pragma once
12
13
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
14
#include <
vrfGuiCoreQt/DtBaseFilteredListViewTaskSetDialog.h
>
15
16
class
QGroupBox;
17
class
QHBoxLayout;
18
19
namespace
makVrf
20
{
21
class
DT_DLL_VRFGUICOREQT
DtTaskMoveToDialog
:
public
DtBaseFilteredListViewTaskSetDialog
22
{
23
Q_OBJECT
24
25
public
:
26
//CTOR
27
DtTaskMoveToDialog
(
makVrv::DtDe
& de,
QWidget
* parent,
const
Qt::WindowFlags& flags = 0);
28
29
//DTOR
30
virtual
~
DtTaskMoveToDialog
();
31
32
protected
:
33
virtual
QWidget
* contents(
const
std::vector<makVrv::DtSimEntry*>& data);
34
35
virtual
void
sendRequest();
36
37
protected
:
38
virtual
void
setupGui(
const
std::vector<makVrv::DtSimEntry*>& data);
39
40
protected
:
41
virtual
void
setupStatement(
const
DtSimStatement
*);
42
virtual
void
initializeSelectionFilters();
43
44
public
:
45
QHBoxLayout*
myMovementLayout
;
46
};
47
48
class
DT_DLL_VRFGUICOREQT
DtTaskMoveToDialogCreator
:
public
DtVrfTaskDialogCreator
49
{
50
public
:
51
virtual
DtTaskSetDialogInterface
* create(
makVrv::DtDe
&,
QWidget
* parent);
52
bool
supportsType(
makVrv::DtDe
&,
const
DtSimTaskMessageType
&,
const
DtSimStatement
*)
const
;
53
};
54
}
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
)