VR-Forces 4.3.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfGuiCoreQt
taskMoveToDialog.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/baseFilteredListViewTaskSetDialog.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
virtual
void
initializeFromAction(
DtVrfTaskSetAction
*);
38
39
protected
:
40
virtual
void
setupGui(
const
std::vector<makVrv::DtSimEntry*>& data);
41
42
protected
:
43
virtual
void
setupStatement(
const
DtSimStatement
*);
44
virtual
void
initializeSelectionFilters();
45
46
public
:
47
QHBoxLayout*
myMovementLayout
;
48
49
protected
:
50
bool
myRetrogradeMovement
;
51
};
52
53
class
DT_DLL_VRFGUICOREQT
DtTaskMoveToDialogCreator
:
public
DtVrfTaskDialogCreator
54
{
55
public
:
56
virtual
DtTaskSetDialogInterface
* create(
makVrv::DtDe
&,
QWidget
* parent);
57
bool
supportsType(
makVrv::DtDe
&,
const
DtSimTaskMessageType
&,
const
DtSimStatement
*)
const
;
58
};
59
}
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)