VR-Forces 4.8 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 ** $RCSfile: DtInterestManagementSettingsPage.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
8 
9 #pragma once
10 #include <vrvCoreQt/vrvCoreQt.h>
11 #include <vrvCoreQt/DtPage.h>
12 #include <QtCore/QString>
13 #include <QtGui/QIcon>
14 
15 class QWidget;
16 class QLayout;
17 
18 namespace makVrv
19 {
20  class DtDe;
21  class DtPersistenceToolbarWidget;
22  class DtInterestManagementLogic;
23  class DtInterestManagementWidget;
24 
29  {
30  Q_OBJECT
31  public:
33  DtInterestManagementSettingsPage(DtDe& de, QWidget* parent,
34  Qt::WindowFlags f = 0);
35 
38 
40  virtual QIcon icon();
41 
43  virtual QString title();
44 
46  virtual const std::string& pageClassName() const;
47 
49  static const std::string& thePageClassName();
50 
51  protected:
52 
54  void setupGui();
55 
57  virtual void activate();
58 
60  virtual void deactivate();
61 
62  protected:
66 
67  QLayout* myMainLayout;
68  };
69 
74 }
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:63
DtPersistenceToolbarWidget * myToolbar
Definition: DtInterestManagementSettingsPage.h:65
DtInterestManagementWidget * myWidget
Definition: DtInterestManagementSettingsPage.h:64
#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:28
Definition: DtPage.h:146
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:73
QLayout * myMainLayout
Definition: DtInterestManagementSettingsPage.h:67
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 Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)