VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
appsrc
vrfOpdEditor
propertyResourceCreationDialog.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
QLineEdit
;
14
class
QComboBox
;
15
16
class
DtPropertyResourceCreationDialog
:
public
DtPropertyCreationDialog
17
{
18
Q_OBJECT
19
20
public
:
21
22
// default constructor
23
DtPropertyResourceCreationDialog
(
makVrv::DtDe
&,
QWidget
* parent = NULL,
const
Qt::WindowFlags& flags = 0);
24
25
// destructor
26
virtual
~DtPropertyResourceCreationDialog
();
27
28
static
DtPropertyCreationDialog
*
create
(
makVrv::DtDe
&,
QWidget
* parent = NULL,
const
Qt::WindowFlags& flags = 0);
29
30
virtual
QString
resourceName
()
const
;
31
virtual
QString
fullAmount
()
const
;
32
virtual
QString
resourceType
()
const
;
33
34
public
slots:
35
virtual
void
enableOK
();
36
37
protected
:
38
virtual
void
addControls
();
39
virtual
void
setupControls
();
40
virtual
void
initConnections
();
41
42
private
:
43
// copy constructor; not implemented
44
DtPropertyResourceCreationDialog
(
const
DtPropertyResourceCreationDialog
& orig);
45
46
// assignment operator; not implemented
47
DtPropertyResourceCreationDialog
&
operator=
(
const
DtPropertyResourceCreationDialog
& rhs);
48
49
protected
:
50
QLineEdit
*
myResourceName
;
51
QLineEdit
*
myFullAmount
;
52
QComboBox
*
myResourceType
;
53
};
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)