VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtInterestManagementSettingsPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 #include <vrvCoreQt/vrvCoreQt.h>
8 #include <vrvCoreQt/DtPage.h>
9 #include <QtCore/QString>
10 #include <QtGui/QIcon>
11 
12 class QWidget;
13 class QLayout;
14 
15 namespace makVrv
16 {
17  class DtDe;
18  class DtPersistenceToolbarWidget;
19  class DtInterestManagementLogic;
20  class DtInterestManagementWidget;
21 
26  {
27  Q_OBJECT
28  public:
30  DtInterestManagementSettingsPage(DtDe& de, QWidget* parent,
31  Qt::WindowFlags f = 0);
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:
53 
55  void setupGui();
56 
58  virtual void activate();
59 
61  virtual void deactivate();
62 
63  protected:
67 
68  QLayout* myMainLayout;
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
Contains makVrv::DtPage class.
DtInterestManagementLogic * myLogic
Definition: DtInterestManagementSettingsPage.h:64
DtPersistenceToolbarWidget * myToolbar
Definition: DtInterestManagementSettingsPage.h:66
DtInterestManagementWidget * myWidget
Definition: DtInterestManagementSettingsPage.h:65
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Page for interest management settings, to coordinate logic and widget instantiation.
Definition: DtInterestManagementSettingsPage.h:25
Definition: DtPage.h:150
The logic for controlling the intereste management widget.
Definition: DtInterestManagementLogic.h:18
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
DtPageCreatorTemplate< DtInterestManagementSettingsPage > DtInterestManagementSettingsPageCreator
Creator for the Interest management settings page.
Definition: DtInterestManagementSettingsPage.h:74
QLayout * myMainLayout
Definition: DtInterestManagementSettingsPage.h:68
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
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:75
The widget for displaying and editing the interest management settings.
Definition: DtInterestManagementWidget.h:32

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)