VR-Forces 4.6.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfGuiCoreQt
setDestroyedDialog.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/taskSetDialogInterface.h
>
15
16
namespace
makVrf
17
{
18
class
DT_DLL_VRFGUICOREQT
DtSetDestroyedDialog
:
public
DtTaskSetDialogInterface
19
{
20
Q_OBJECT
21
public
:
22
//CTOR
23
DtSetDestroyedDialog
(
makVrv::DtDe
& de, QWidget* parent,
const
Qt::WindowFlags& flags = 0);
24
25
//DTOR
26
virtual
~
DtSetDestroyedDialog
();
27
29
virtual
void
run(
const
std::vector<makVrv::DtSimEntry*>&);
30
virtual
bool
editStatement(
const
std::vector<makVrv::DtSimEntry*>& data,
const
DtSimStatement
* s);
31
32
protected
:
33
virtual
void
onCancel()
34
{
35
}
36
37
virtual
void
sendRequest();
38
virtual
bool
wantsSelectionOfObjectInCommandMode()
const
;
39
40
virtual
void
onOK
() { sendRequest(); };
41
};
42
43
class
DT_DLL_VRFGUICOREQT
DtSetDestroyedDialogCreator
:
public
DtVrfSetDialogCreator
44
{
45
public
:
46
virtual
DtTaskSetDialogInterface
* create(
makVrv::DtDe
&, QWidget* parent);
47
48
virtual
bool
supportsType(
makVrv::DtDe
&,
const
DtSetMessageType
& t,
const
DtSimStatement
*)
const
;
49
virtual
bool
canEdit()
const
50
{
51
return
false
;
52
}
53
};
54
}
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)