VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiAnimationMappingWidget.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2009 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #pragma once
13 
14 class QDialogButtonBox;
15 
16 namespace makVrv
17 {
18  class DtMapEditorWidget;
19  class DtCigiAnimationMappingLogic;
20 
26  {
27  Q_OBJECT;
28  public:
30  DtCigiAnimationMappingWidget(DtDe& de, QWidget* parent, const QString& pageTitle);
31 
34 
36  void askUserForAnimationMapping();
37 
38  protected:
40  void setupGui();
41 
42  protected:
45  QDialogButtonBox* myAddButtons;
46  };
47 }
A DtCigiAnimationMappingWidget provides the actual widget that shows the mapping from animation numbe...
Definition: DtCigiAnimationMappingWidget.h:24
DtCigiAnimationMappingLogic * myLogic
Definition: DtCigiAnimationMappingWidget.h:43
Contains makVrv::DtCigiAnimationMappingInterface class.
#define DT_DLL_VRVCIGIQT
Definition: vrvCigiQt.h:19
A widget for editing a map.
Definition: DtMapEditorWidget.h:36
QDialogButtonBox * myAddButtons
Definition: DtCigiAnimationMappingWidget.h:45
The DtCigiSettingsWidget provides the widget that manages named settings.
Definition: DtCigiSettingsWidget.h:19
A DtCigiAnimationMappingLogic object provides the logic for a widget that maps animation numbers to a...
Definition: DtCigiAnimationMappingLogic.h:30
A DtCigiAnimationMappingInterface provides the interface for a widget that maps animation numbers to ...
Definition: DtCigiAnimationMappingInterface.h:21
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtMapEditorWidget * myMapWidget
Definition: DtCigiAnimationMappingWidget.h:44

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)