VR-Forces 4.10 Class Documentation
 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) 2019 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 
45  virtual QString title();
46 
48  virtual const std::string& pageClassName() const;
49 
51  static const std::string& thePageClassName();
52 
53  protected:
54 
56  void setupGui();
57 
59  virtual void activate();
60 
62  virtual void deactivate();
63 
64  private:
65 
68 
71 
73  DtObserversListPage& operator=(const DtObserversListPage& orig);
74 
75  protected:
78  QVBoxLayout* myMainLayout;
79 
80  };
81 
82 
87 }
Contains makVrv::DtPage class.
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Definition: DtPage.h:143
DtObserversListLogic * myObserversListLogic
Definition: DtObserversListPage.h:77
Widget for the observers list panel.
Definition: DtObserversListWidget.h:20
DtPageCreatorTemplate< DtObserversListPage > DtObserversListPageCreator
The creator class needed to be used to create a DtObserversListPage.
Definition: DtObserversListPage.h:86
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:27
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Logic class for the observers list panel.
Definition: DtObserversListLogic.h:20
Page for the observers list panel.
Definition: DtObserversListPage.h:27
DtObserversListWidget * myObserversListWidget
Definition: DtObserversListPage.h:76
QVBoxLayout * myMainLayout
Definition: DtObserversListPage.h:78

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)