VR-Forces 4.8 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) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
13 #include <vrvCoreQt/DtPage.h>
14 #include <vrvUtil/templateUtil.h>
15 
16 namespace makVrv
17 {
18  class DtPersistenceToolbarWidget;
19  class DtModelPreloadWidget;
20  class DtModelPreloadPageLogic;
21  class QSplitter;
22 
26  {
27  Q_OBJECT;
28  public:
30  DtModelPreloadPage(DtDe& de, QWidget* parent, Qt::WindowFlags f = 0);
31 
33  virtual ~DtModelPreloadPage();
34 
36  virtual QIcon icon();
37 
39  virtual QString title();
40 
42  virtual const std::string& pageClassName() const;
43 
45  static const std::string& thePageClassName();
46 
47  protected:
48 
50  void setupGui();
51 
53  virtual void activate();
54 
56  virtual void deactivate();
57 
58  protected:
61 
63  QSplitter* mySplitter;
64  };
65 
69 }
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:25
QSplitter * mySplitter
Definition: DtModelPreloadPage.h:63
Contains makVrv::DtPage class.
Contains utility macros and methods for templates.
DtPageCreatorTemplate< DtModelPreloadPage > DtModelPreloadPageCreator
Creator class for makVrv::DtModelPreloadPage.
Definition: DtModelPreloadPage.h:68
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
Contains DLL export macros.
Definition: DtPage.h:146
DtPersistenceToolbarWidget * myToolbar
Definition: DtModelPreloadPage.h:62
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
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:60
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtModelPreloadWidget * myWidget
Definition: DtModelPreloadPage.h:59

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)