VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
DtPropDefinitionDialog.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2012 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtPropDefinitionDialog.h,v $ $Revision: 111874 $ $State: Exp $
7
******************************************************************************/
10
11
12
#pragma once
13
14
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
15
#include <
vrfGuiCoreQt/vertexObjectDefinitionDialog.h
>
16
17
18
namespace
makVrf
19
{
23
class
DT_DLL_VRFGUICOREQT
DtPropDefinitionDialog
:
public
DtVertexObjectDefinitionDialog
24
{
25
26
Q_OBJECT
27
28
public
:
29
31
DtPropDefinitionDialog
(
makVrv::DtDe
& de,
QWidget
* parent,
const
QString& title=
""
,
DtDialogInteractionMode
mode=DtCreationMode);
32
34
virtual
~
DtPropDefinitionDialog
();
35
36
virtual
void
init
();
37
38
protected
:
39
virtual
void
populate(
const
makVrv::DtUniqueID
&
id
);
40
41
virtual
DtPointObjectDefinitionDialogLogic
* createLogic();
42
43
};
44
45
class
DT_DLL_VRFGUICOREQT
DtPropDefinitionDialogLogic
:
public
DtPointObjectDefinitionDialogLogic
46
{
47
48
public
:
49
51
DtPropDefinitionDialogLogic
(
makVrv::DtDe
& de,
DtPointObjectDefinitionDialog
* iface);
52
54
virtual
~
DtPropDefinitionDialogLogic
();
55
56
protected
:
58
virtual
void
createConnections();
59
60
virtual
void
objectCreated();
61
};
62
63
class
DT_DLL_VRFGUICOREQT
DtPropDefinitionDialogCreator
:
public
DtVrfObjectModifierDialogCreator
64
{
65
public
:
66
67
virtual
DtCreateAndEditObjectDialogInterface
* create(
makVrv::DtDe
& de,
QWidget
* parent,
68
DtEntityType entityType,
const
QString& title=
""
,
DtCreationSignalType
signalCreate=
DtNoCreationSignal
,
69
DtCreateAndEditObjectDialogInterface::DtDialogInteractionMode
mode=
DtCreateAndEditObjectDialogInterface::DtCreationMode
,
70
const
DtVrfObjectManipulationManager::DtEditingType
& editType=
DtVrfObjectManipulationManager::Context
);
71
};
72
}
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
)