VR-Forces 4.1 Class Documentation
DtPropDefinitionDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtPropDefinitionDialog.h,v $ $Revision: 111874 $ $State: Exp $
7 ******************************************************************************/
10 
11 
12 #pragma once
13 
16 
17 
18 namespace makVrf
19 {
24  {
25 
26  Q_OBJECT
27 
28  public:
29 
31  DtPropDefinitionDialog(makVrv::DtDe& de, QWidget* parent, const QString& title="", DtDialogInteractionMode mode=DtCreationMode);
32 
34  virtual ~DtPropDefinitionDialog();
35 
36  virtual void init();
37 
38  protected:
39  virtual void populate( const makVrv::DtUniqueID& id);
40 
41  virtual DtPointObjectDefinitionDialogLogic* createLogic();
42 
43  };
44 
46  {
47 
48  public:
49 
52 
54  virtual ~DtPropDefinitionDialogLogic();
55 
56  protected:
58  virtual void createConnections();
59 
60  virtual void objectCreated();
61  };
62 
64  {
65  public:
66 
67  virtual DtCreateAndEditObjectDialogInterface* create(makVrv::DtDe& de, QWidget* parent,
68  DtEntityType entityType, const QString& title="", DtCreationSignalType signalCreate= DtNoCreationSignal,
71  };
72 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)