VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
vertexObjectDefinitionDialog.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2009 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtVertexObjectDefinitionDialog.h,v $ $Revision: 119161 $ $State: Exp $
7
******************************************************************************/
10
11
12
#pragma once
13
14
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
15
#include <
vrfGuiCoreQt/pointObjectDefinitionDialog.h
>
16
17
18
namespace
makVrf
19
{
23
class
DT_DLL_VRFGUICOREQT
DtVertexObjectDefinitionDialog
:
public
DtPointObjectDefinitionDialog
24
{
25
26
Q_OBJECT
27
28
public
:
29
31
DtVertexObjectDefinitionDialog
(
makVrv::DtDe
& de,
QWidget
* parent,
const
QString& title=
""
,
DtDialogInteractionMode
mode=DtCreationMode);
32
34
virtual
~
DtVertexObjectDefinitionDialog
();
35
36
virtual
void
init
();
37
};
38
39
class
DT_DLL_VRFGUICOREQT
DtVertexObjectDefinitionDialogCreator
:
public
DtVrfObjectModifierDialogCreator
40
{
41
public
:
42
43
virtual
DtCreateAndEditObjectDialogInterface
* create(
makVrv::DtDe
& de,
QWidget
* parent,
44
DtEntityType entityType,
const
QString& title=
""
,
DtCreationSignalType
signalCreate=
DtNoCreationSignal
,
45
DtCreateAndEditObjectDialogInterface::DtDialogInteractionMode
mode=
DtCreateAndEditObjectDialogInterface::DtCreationMode
,
46
const
DtVrfObjectManipulationManager::DtEditingType
& editType=
DtVrfObjectManipulationManager::Context
);
47
};
48
}
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
)