VR-Forces 4.1 Class Documentation
DtCockpitMappingEditorWidget.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtCockpitMappingEditorWidget.h,v $ $Revision: 1.2 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
16 
17 #include <QtGui/QWidget>
19 
20 class QDialogButtonBox;
21 
22 namespace makVrv
23 {
24  class DtDe;
25  class DtCockpitMappingEditorLogic;
26  class DtEntityTypeMapEditorWidget;
27  class DtPersistenceToolbarWidget;
28 
33  {
34  Q_OBJECT;
35  public:
36 
39 
42 
44  virtual void warnUserOfExistingEntityType(const std::string& entityType);
45 
47  virtual void askUserForEntityTypeMapping(const std::string& defaultType = "");
48 
49  virtual void activate();
50  virtual void deactivate();
51 
52  protected slots:
53 
54  void on_validate_entityType(QString str);
55 
56  protected:
57  void setupGui();
58 
63 
64  QDialogButtonBox* myEntityTypeMappingButtons;
65  };
66 } //makVrv::

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)