MAK RTIspy API Documentation for HLA 1516
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
rtiAssistantApp
configurablePropertyEditView.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2008 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: configurablePropertyEditView.h,v $ $Revision: 1.3 $ $State: Exp $
7
*********************************************************************/
8
9
#ifndef configurablePropertyEditView_H_
10
#define configurablePropertyEditView_H_
11
13
14
#include <
rtiMsConfig.h
>
15
#include "
propertyEditView.h
"
16
17
class
DtPropertyEditorWidget
;
18
20
class
DT_DLL_ASSISTANTAPP
DtConfigurablePropertyEditView
:
public
DtPropertyEditView
21
{
22
Q_OBJECT
23
24
Q_PROPERTY(
bool
editable READ editable WRITE setEditable )
25
26
public
:
27
28
DtConfigurablePropertyEditView
(
QWidget
* p = 0);
29
virtual
~
DtConfigurablePropertyEditView
();
30
31
virtual
bool
setColumnIconForProperty(
const
QString& text,
const
QString& propertyName,
const
QIcon& icon );
32
virtual
int
complianceColumn()
const
;
33
34
protected
:
35
DtConfigurablePropertyEditView
(
const
DtConfigurablePropertyEditView
&);
36
virtual
void
init
();
37
38
const
QString
myCompliantText
;
39
};
40
41
#endif
42
Document ID: Generated on Tue May 7 16:26:47 EDT 2013 from SVN revision 126903
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)