VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtObserversListPage.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 
12 
13 #include <vrvCoreQt/vrvCoreQt.h>
14 #include <vrvCoreQt/DtPage.h>
15 #include <QtWidgets/QWidget>
16 
17 class QVBoxLayout;
18 
19 namespace makVrv
20 {
21  class DtObserversListWidget;
22  class DtObserversListLogic;
23 
28  {
29  Q_OBJECT
30 
31  public:
32 
34  DtObserversListPage(DtDe& de, QWidget* parent = 0, Qt::WindowFlags f = 0);
35 
37  virtual ~DtObserversListPage();
38 
42  virtual QIcon icon();
43 
46  virtual DtQIconConfigurations qIconConfigurations() const;
47 
49  virtual QString title();
50 
52  virtual const std::string& pageClassName() const;
53 
55  static const std::string& thePageClassName();
56 
57  protected:
58 
60  void setupGui();
61 
63  virtual void activate();
64 
66  virtual void deactivate();
67 
68  private:
69 
72 
75 
77  DtObserversListPage& operator=(const DtObserversListPage& orig);
78 
79  protected:
82  QVBoxLayout* myMainLayout;
83 
84  };
85 
86 
91 }
Contains makVrv::DtPage class.
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Definition: DtPage.h:150
DtObserversListLogic * myObserversListLogic
see DtPage
Definition: DtObserversListPage.h:81
Widget for the observers list panel. &quot;Observers&quot; will include observers.
Definition: DtObserversListWidget.h:20
DtPageCreatorTemplate< DtObserversListPage > DtObserversListPageCreator
The creator class needed to be used to create a DtObserversListPage.
Definition: DtObserversListPage.h:90
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
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
Logic class for the observers list panel. &quot;Observers&quot; will include Observers.
Definition: DtObserversListLogic.h:20
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:75
Page for the observers list panel. &quot;Observers&quot; will include Observers.
Definition: DtObserversListPage.h:27
DtObserversListWidget * myObserversListWidget
see DtPage
Definition: DtObserversListPage.h:80
QVBoxLayout * myMainLayout
see DtPage
Definition: DtObserversListPage.h:82

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)