VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCoreQt
DtElementDefinitionPageInstanceEditor.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtElementDefinitionPageInstanceEditor.h,v $ $Revision: 1.12 $ $State: Exp $
7
******************************************************************************/
8
11
12
#pragma once
13
14
#include <
vrvCoreQt/vrvCoreQt.h
>
15
16
#include <QtGui/QDialog>
17
18
namespace
makVrv
19
{
20
class
DtDe;
21
27
class
DT_DLL_VRVCOREQT
DtElementDefinitionPageInstanceEditor
:
public
QDialog
28
{
29
Q_OBJECT
30
31
public
:
33
DtElementDefinitionPageInstanceEditor
(
DtDe
& de,
QWidget
* parent,
const
Qt::WindowFlags& flags = Qt::Tool);
34
35
37
virtual
~
DtElementDefinitionPageInstanceEditor
();
38
40
virtual
bool
edit(
const
std::string& page);
41
42
protected
:
43
DtDe
&
myDe
;
44
};
45
}
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
)