VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtModelPreloadPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/DtPage.h>
13 #include <vrvUtil/templateUtil.h>
14 
15 namespace makVrv
16 {
17  class DtPersistenceToolbarWidget;
18  class DtModelPreloadWidget;
19  class DtModelPreloadPageLogic;
20  class QSplitter;
21 
25  {
26  Q_OBJECT;
27  public:
29  DtModelPreloadPage(DtDe& de, QWidget* parent, Qt::WindowFlags f = 0);
30 
32  virtual ~DtModelPreloadPage();
33 
35  virtual QIcon icon();
36 
38  virtual QString title();
39 
41  virtual const std::string& pageClassName() const;
42 
44  static const std::string& thePageClassName();
45 
46  protected:
47 
49  void setupGui();
50 
52  virtual void activate();
53 
55  virtual void deactivate();
56 
57  protected:
60 
62  QSplitter* mySplitter;
63  };
64 
68 }
A widget that displays a persistence GUI in some way Operations presented are import, export, save, and restore.
Definition: DtPersistenceToolbarWidget.h:26
Page for model preloader page.
Definition: DtModelPreloadPage.h:24
QSplitter * mySplitter
Definition: DtModelPreloadPage.h:62
Contains makVrv::DtPage class.
Contains utility macros and methods for templates.
DtPageCreatorTemplate< DtModelPreloadPage > DtModelPreloadPageCreator
Creator class for makVrv::DtModelPreloadPage.
Definition: DtModelPreloadPage.h:67
DtModelPreloadWidget is the widget displayed that shows utilities for building a model preloading lis...
Definition: DtModelPreloadWidget.h:24
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Definition: DtPage.h:143
DtPersistenceToolbarWidget * myToolbar
Definition: DtModelPreloadPage.h:61
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:27
A DtModModelPreloadPageLogic provides the logic for a widget that allowd for the constuction of a lis...
Definition: DtModelPreloadPageLogic.h:25
DtModelPreloadPageLogic * myLogic
Definition: DtModelPreloadPage.h:59
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtModelPreloadWidget * myWidget
Definition: DtModelPreloadPage.h:58

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)