VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtObjectsListPage.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 DtObjectsListWidget;
22  class DtObjectsListLogic;
23 
29  {
30  Q_OBJECT
31 
32  public:
33 
35  DtObjectsListPage(DtDe& de, QWidget* parent = 0, Qt::WindowFlags f = 0);
36 
38  virtual ~DtObjectsListPage();
39 
43  virtual QIcon icon();
44 
46  virtual QString title();
47 
49  virtual const std::string& pageClassName() const;
50 
52  static const std::string& thePageClassName();
53 
55 
56  protected:
57 
59  void setupGui();
60 
62  virtual void activate();
63 
65  virtual void deactivate();
66 
67  private:
68 
71 
74 
76  DtObjectsListPage& operator=(const DtObjectsListPage& orig);
77 
78  protected:
81  QVBoxLayout* myMainLayout;
82 
83  };
84 
85 
90 }
Contains makVrv::DtPage class.
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
QVBoxLayout * myMainLayout
Definition: DtObjectsListPage.h:81
Contains DLL export macros.
Logic class for the objects list panel.
Definition: DtObjectsListLogic.h:21
Widget for the objects list panel.
Definition: DtObjectsListWidget.h:21
Definition: DtPage.h:143
DtPageCreatorTemplate< DtObjectsListPage > DtObjectsListPageCreator
The creator class needed to be used to create a DtObjectsListPage.
Definition: DtObjectsListPage.h:89
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
DtObjectsListLogic * myObjectsListLogic
Definition: DtObjectsListPage.h:80
DtObjectsListWidget * myObjectsListWidget
Definition: DtObjectsListPage.h:79
Page for the objects list panel.
Definition: DtObjectsListPage.h:28

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)