VR-Forces Developer's Guide
 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) 2021 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 
39  virtual DtQIconConfigurations qIconConfigurations() const;
40 
42  virtual QString title();
43 
45  virtual const std::string& pageClassName() const;
46 
48  static const std::string& thePageClassName();
49 
50  protected:
51 
53  void setupGui();
54 
56  virtual void activate();
57 
59  virtual void deactivate();
60 
61  protected:
64 
66  QSplitter* mySplitter;
67  };
68 
72 }
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:66
Contains makVrv::DtPage class declaration.
Contains utility macros and methods for templates.
DtPageCreatorTemplate< DtModelPreloadPage > DtModelPreloadPageCreator
Creator class for makVrv::DtModelPreloadPage.
Definition: DtModelPreloadPage.h:71
DtModelPreloadWidget is the widget displayed that shows utilities for building a model preloading lis...
Definition: DtModelPreloadWidget.h:31
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Definition: DtPage.h:181
DtPersistenceToolbarWidget * myToolbar
Definition: DtModelPreloadPage.h:65
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:51
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:63
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:76
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:131
DtModelPreloadWidget * myWidget
Definition: DtModelPreloadPage.h:62

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)