VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
propertyArtPartCreationDialog.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
8 #include <vrvUtil/signalslib.h>
9 
10 #include "propertyCreationDialog.h"
12 
13 class QLineEdit;
14 
16 {
17 
18  Q_OBJECT
19 
20 public:
21 
22  // default constructor
23  DtPropertyArtPartCreationDialog(makVrv::DtDe&, QWidget* parent = NULL, const Qt::WindowFlags& flags = 0);
24 
25  // destructor
27 
28  static DtPropertyCreationDialog* create(makVrv::DtDe&, QWidget* parent = NULL, const Qt::WindowFlags& flags = 0);
29 
30  virtual QString artPartName() const;
31 
32 public slots:
33  virtual void enableOK();
34 
35 protected:
36  virtual void addControls();
37  virtual void setupControls();
38  virtual void initConnections();
39 
40 private:
41  // copy constructor; not implemented
43 
44  // assignment operator; not implemented
46 
47 protected:
49 };

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)