VR-Forces 4.7 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 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)