VR-Forces 4.3.1 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
propertyAppearance.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#pragma once
7
8
#include <
vrvUtil/signalslib.h
>
9
10
#include "
propertyLineEdit.h
"
11
#include "
vrfutil/readerWriterFile.h
"
12
13
class
DtPropertyAppearanceDialog;
14
15
class
DtPropertyAppearance
:
public
DtPropertyLineEdit
16
{
17
Q_OBJECT
18
19
public
:
20
DtPropertyAppearance
(
makVrv::DtDe
&,
DtPropertySheet
*,
const
QString& title,
DtReaderWriter
* var,
DtReaderWriter
* backup);
21
DtPropertyAppearance
(
makVrv::DtDe
&,
DtPropertyItem
*,
DtPropertySheet
*,
const
QString& title,
22
DtReaderWriter
* var,
DtReaderWriter
* backup);
23
24
virtual
~DtPropertyAppearance
();
25
26
static
DtPropertyItem
*
create
(
makVrv::DtDe
&,
DtPropertySheet
*,
DtPropertyItem
*,
const
QString& title,
27
DtReaderWriter
* var,
DtReaderWriter
* backup);
28
29
public
slots:
30
virtual
void
editAppearance
();
31
32
protected
:
33
virtual
void
createButtons
();
34
virtual
int
buttonWidths
()
const
;
35
virtual
void
createFileEditButton
();
36
37
protected
:
38
QPushButton
*
myFileEdit
;
39
};
40
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)