VR-Forces 4.10 Class Documentation
 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) 2009 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 
40  virtual QString title();
41 
43  virtual const std::string& pageClassName() const;
44 
46  static const std::string& thePageClassName();
47 
48  protected:
49 
51  void setupGui();
52 
54  virtual void activate();
55 
57  virtual void deactivate();
58 
59  protected:
63 
64  QLayout* myMainLayout;
65  };
66 
71 }
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:60
DtPersistenceToolbarWidget * myToolbar
Definition: DtInterestManagementSettingsPage.h:62
DtInterestManagementWidget * myWidget
Definition: DtInterestManagementSettingsPage.h:61
#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:143
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:27
DtPageCreatorTemplate< DtInterestManagementSettingsPage > DtInterestManagementSettingsPageCreator
Creator for the Interest management settings page.
Definition: DtInterestManagementSettingsPage.h:70
QLayout * myMainLayout
Definition: DtInterestManagementSettingsPage.h:64
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
The widget for displaying and editing the interest management settings.
Definition: DtInterestManagementWidget.h:32

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)