VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
convoyToTaskDialog.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2010 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
QRadioButton;
17
class
QCheckBox
;
18
class
QGroupBox;
19
class
QHBoxLayout;
20
21
namespace
makVrf
22
{
23
class
DT_DLL_VRFGUICOREQT
DtConvoyToTaskDialog
:
public
DtBaseFilteredListViewTaskSetDialog
24
{
25
Q_OBJECT
26
27
public
:
28
//CTOR
29
DtConvoyToTaskDialog
(
makVrv::DtDe
& de,
QWidget
* parent,
const
Qt::WindowFlags& flags = 0);
30
31
//DTOR
32
virtual
~
DtConvoyToTaskDialog
();
33
35
virtual
void
setPathPlanEnabled(
bool
);
36
38
virtual
void
setPlanPath(
bool
b);
39
41
virtual
bool
planPath()
const
;
42
43
protected
:
44
virtual
QWidget
* contents(
const
std::vector<makVrv::DtSimEntry*>& data);
45
46
virtual
void
sendRequest();
47
48
protected
:
49
virtual
void
setupGui(
const
std::vector<makVrv::DtSimEntry*>& data);
50
51
protected
:
52
virtual
void
setupStatement(
const
DtSimStatement
*);
53
virtual
void
initializeSelectionFilters();
54
55
public
:
56
QGroupBox*
myMovementBox
;
57
QHBoxLayout*
myMovementLayout
;
58
QCheckBox
*
myPlanPathMoveButton
;
59
};
60
61
class
DT_DLL_VRFGUICOREQT
DtConvoyToTaskDialogCreator
:
public
DtVrfTaskDialogCreator
62
{
63
public
:
64
virtual
DtTaskSetDialogInterface
* create(
makVrv::DtDe
&,
QWidget
* parent);
65
bool
supportsType(
makVrv::DtDe
&,
const
DtSimTaskMessageType
&,
const
DtSimStatement
*)
const
;
66
};
67
}
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
)