VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
convoyAlongTaskDialog.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
17
namespace
makVrf
18
{
19
class
DT_DLL_VRFGUICOREQT
DtConvoyAlongTaskDialog
:
public
DtBaseFilteredListViewTaskSetDialog
20
{
21
Q_OBJECT
22
23
public
:
24
//CTOR
25
DtConvoyAlongTaskDialog
(
makVrv::DtDe
& de,
QWidget
* parent,
const
Qt::WindowFlags& flags = 0);
26
27
//DTOR
28
virtual
~
DtConvoyAlongTaskDialog
();
29
30
31
protected
:
32
virtual
QWidget
* contents(
const
std::vector<makVrv::DtSimEntry*>& data);
33
34
virtual
void
sendRequest();
35
36
protected
:
37
virtual
void
setupStatement(
const
DtSimStatement
*);
38
virtual
void
initializeSelectionFilters();
39
};
40
41
class
DT_DLL_VRFGUICOREQT
DtConvoyAlongTaskDialogCreator
:
public
DtVrfTaskDialogCreator
42
{
43
public
:
44
virtual
DtTaskSetDialogInterface
* create(
makVrv::DtDe
&,
QWidget
* parent);
45
bool
supportsType(
makVrv::DtDe
&,
const
DtSimTaskMessageType
&,
const
DtSimStatement
*)
const
;
46
};
47
}
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
)