MAK RTIspy API Documentation for HLA 1.3
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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 Fri Sep 27 00:57:56 EDT 2019 from SVN revision 201708
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (
www.mak.com
)