MAK RTIspy API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
18 
21 {
22  Q_OBJECT
23 
24  Q_PROPERTY( bool editable READ editable WRITE setEditable )
25 
26 public:
27 
30 
31  virtual bool setColumnIconForProperty(const QString& text, const QString& propertyName, const QIcon& icon );
32  virtual int complianceColumn() const;
33 
34 protected:
36  virtual void init();
37 
38  const QString myCompliantText;
39 };
40 
41 #endif
42 
const QString myCompliantText
Definition: configurablePropertyEditView.h:38
Definition: propertyEditorWidget.h:53
Definition: propertyEditView.h:24
Definition: configurablePropertyEditView.h:20
#define DT_DLL_ASSISTANTAPP
Definition: rtiMsConfig.h:122
virtual void init()

Document ID: Generated on Thu May 11 15:55:32 EDT 2023 from SVN revision 254743
Copyright © 2005-2020 MAK Technologies Inc. All Rights Reserved (www.mak.com)