VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtSpeedTreeSettingsPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 #include <vrvStQt/vrvStQt.h>
12 #include <vrvCoreQt/DtPage.h>
13 
14 namespace makVrv
15 {
16 
17  class DtSpeedTreeSettingsWidget;
18  class DtSpeedTreeSettingsLogic;
19  class DtPersistenceToolbarWidget;
20 
25  {
26  Q_OBJECT
27  public:
28 
30  DtSpeedTreeSettingsPage(DtDe& de, QWidget* parent = 0,
31  Qt::WindowFlags f = Qt::Widget);
32 
35 
37  virtual QIcon icon();
38 
41  virtual DtQIconConfigurations qIconConfigurations() const;
42 
44  virtual QString title();
45 
47  virtual const std::string& pageClassName() const;
48 
50  static const std::string& thePageClassName();
51 
52  protected:
54  void setupGui();
55 
57  virtual void activate();
58 
60  virtual void deactivate();
61 
62  protected:
63 
67 
68  };
69 
70 
75 }
A widget that displays a persistence GUI in some way Operations presented are import, export, save, and restore.
Definition: DtPersistenceToolbarWidget.h:26
The DtSpeedTreeSettingsLogic class provides the logic for how to change the speedtree settings...
Definition: DtSpeedTreeSettingsLogic.h:24
Contains makVrv::DtPage class.
#define DT_DLL_VRVSTQT
Definition: vrvStQt.h:20
DtPageCreatorTemplate< DtSpeedTreeSettingsPage > DtSpeedTreeSettingsPageCreator
A creator class for makVrv::DtSpeedTreeSettingsPage.
Definition: DtSpeedTreeSettingsPage.h:74
Contains DLL export macros.
The widget for editing SpeedTree settings.
Definition: DtSpeedTreeSettingsWidget.h:23
Definition: DtPage.h:150
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
The DtSpeedTreeSettingsPage is the dialog page for editing the speedtree settings.
Definition: DtSpeedTreeSettingsPage.h:24
DtPersistenceToolbarWidget * myToolbar
Definition: DtSpeedTreeSettingsPage.h:65
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
DtSpeedTreeSettingsLogic * myLogic
Definition: DtSpeedTreeSettingsPage.h:66
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:75
DtSpeedTreeSettingsWidget * myWidget
Definition: DtSpeedTreeSettingsPage.h:64

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)