VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtAggregateMappingEditorWidget.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtAggregateMappinEditorWidget.h,v $ $Revision: 1.10 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvUtil/signalslib.h>
16 
17 #include <vrvVrlQt/vrvVrlQt.h>
18 #include <QtGui/QWidget>
21 
22 class QDialogButtonBox;
23 
24 namespace makVrv
25 {
26  class DtDe;
27  class DtEntityTypeToElementDefinitionLogic;
28  class DtEntityTypeMapEditorWidget;
29  class DtPersistenceToolbarWidget;
30 
35  {
36  Q_OBJECT;
37  public:
40 
43 
45  virtual void warnUserOfExistingEntityType(const std::string& entityType);
46 
49  virtual void askUserForEntityTypeMapping(const std::string& defaultMappingn = "");
50 
51  virtual void activate();
52 
53  virtual void deactivate();
54 
55  protected slots:
56 
57  void on_validate_entityType(QString str);
58 
59  protected:
60  void setupGui();
61 
66 
67  QDialogButtonBox* myEntityTypeMappingButtons;
68  };
69 }

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)