VR-Forces 4.7 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
appsrc
vrfOpdEditor
propertySystemMetaDataDialog.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#pragma once
7
8
#include <
vrvUtil/signalslib.h
>
9
10
#include "
propertyCreationDialog.h
"
11
#include "
vrfOpdPropertyCreationFactory.h
"
12
13
class
QComboBox
;
14
15
class
DtPropertySystemMetaDataDialog
:
public
DtPropertyCreationDialog
16
{
17
18
Q_OBJECT
19
20
public
:
21
22
// default constructor
23
DtPropertySystemMetaDataDialog
(
makVrv::DtDe
&, QWidget* parent = NULL,
const
Qt::WindowFlags& flags = 0);
24
25
// destructor
26
virtual
~DtPropertySystemMetaDataDialog
();
27
28
static
DtPropertyCreationDialog
*
create
(
makVrv::DtDe
&, QWidget* parent = NULL,
const
Qt::WindowFlags& flags = 0);
29
30
virtual
QString
metaDataEntryType
()
const
;
31
32
protected
:
33
virtual
void
addControls
();
34
virtual
void
setupControls
();
35
36
private
:
37
// copy constructor; not implemented
38
DtPropertySystemMetaDataDialog
(
const
DtPropertySystemMetaDataDialog
& orig);
39
40
// assignment operator; not implemented
41
DtPropertySystemMetaDataDialog
&
operator=
(
const
DtPropertySystemMetaDataDialog
& rhs);
42
43
protected
:
44
QComboBox
*
myMetaDataEntryType
;
45
};
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)