VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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"
12 
13 class DtPropertyAppearanceDialog;
14 
16 {
17  Q_OBJECT
18 
19 public:
20  DtPropertyAppearance(makVrv::DtDe&, DtPropertySheet*, const QString& title, DtReaderWriter* var, DtReaderWriter* backup);
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:
39 };
40 

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)