VR-Forces 4.6 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
vertexObjectDefinitionDialog.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
7
8
9
#pragma once
10
11
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
12
#include <
vrfGuiCoreQt/pointObjectDefinitionDialog.h
>
13
14
15
namespace
makVrf
16
{
20
class
DT_DLL_VRFGUICOREQT
DtVertexObjectDefinitionDialog
:
public
DtPointObjectDefinitionDialog
21
{
22
23
Q_OBJECT
24
25
public
:
26
28
DtVertexObjectDefinitionDialog
(
makVrv::DtDe
& de, QWidget* parent,
const
QString& title=
""
,
DtDialogInteractionMode
mode
=DtCreationMode);
29
31
virtual
~
DtVertexObjectDefinitionDialog
();
32
33
virtual
void
init
(
const
DtEntityType&,
DtCreateAndEditObjectDialogInterface::DtDialogInteractionMode
);
34
35
virtual
bool
needsNameCheck()
const
36
{
37
return
false
;
38
}
39
40
virtual
void
updateEmbarkationWidget(
const
DtVector
& pt);
41
42
protected
:
43
virtual
void
setLocations(
const
std::vector<DtVector>& pts);
44
};
45
46
class
DT_DLL_VRFGUICOREQT
DtVertexObjectDefinitionDialogCreator
:
public
DtVrfObjectModifierDialogCreator
47
{
48
public
:
49
virtual
DtCreateAndEditObjectDialogInterface
* createDialog(
makVrv::DtDe
& de, QWidget* parent,
const
QString& title,
50
DtCreateAndEditObjectDialogInterface::DtDialogInteractionMode
mode
);
51
52
virtual
void
initializeDialog(
makVrv::DtDe
& de,
DtCreateAndEditObjectDialogInterface
*,
const
DtEntityType& entityType,
53
DtCreationSignalType
signalCreate,
DtCreateAndEditObjectDialogInterface::DtDialogInteractionMode
mode,
54
const
DtEditingType
& editType);
55
};
56
}
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)