VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
propDefinitionDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
13 
14 
15 namespace makVrf
16 {
21  {
22 
23  Q_OBJECT
24 
25  public:
26 
28  DtPropDefinitionDialog(makVrv::DtDe& de, QWidget* parent, const QString& title="", DtDialogInteractionMode mode=DtCreationMode);
29 
31  virtual ~DtPropDefinitionDialog();
32 
33  virtual void init(const DtEntityType&);
34 
35  protected:
36  virtual void populate( const makVrv::DtUniqueID& id);
37 
38  virtual DtPointObjectDefinitionDialogLogic* createLogic();
39 
40  };
41 
43  {
44 
45  public:
46 
49 
51  virtual ~DtPropDefinitionDialogLogic();
52 
53  protected:
55  virtual void createConnections();
56 
57  virtual void objectCreated();
58  virtual void cancelDialog();
59  };
60 
62  {
63  public:
64  virtual DtCreateAndEditObjectDialogInterface* createDialog(makVrv::DtDe& de, QWidget* parent, const QString& title,
66 
67  virtual void initializeDialog(makVrv::DtDe& de, DtCreateAndEditObjectDialogInterface*, const DtEntityType& entityType,
69  const DtEditingType& editType);
70  };
71 }

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)