VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtExamplePage.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 
13 
14 #include <vrvCoreQt/DtPage.h>
15 
16 namespace makVrv
17 {
18 
19  class DtDe;
20  class DtExampleWidget;
21  class DtExampleLogic;
22  class DtPersistenceToolbarWidget;
23 
27  { Q_OBJECT;
28  public:
29 
31  DtExamplePage( DtDe& de, QWidget* parent = 0,
32  Qt::WindowFlags f = Qt::Widget );
33 
35  virtual ~DtExamplePage();
36 
38  virtual QIcon icon();
39 
41  virtual QString title();
42 
44  virtual const std::string& pageClassName() const;
45 
47  static const std::string& thePageClassName();
48 
49  protected:
50 
52  void setupGui();
53 
55  virtual void activate();
56 
58  virtual void deactivate();
59 
60  protected:
61 
65 
66  };
67 
71 }
A widget that displays a persistence GUI in some way Operations presented are import, export, save, and restore.
Definition: DtPersistenceToolbarWidget.h:26
#define DT_DLL_EXAMPLEDIALOGPAGE
Definition: exampleDialogPagePlugin.h:19
Contains makVrv::DtPage class.
Example Page that goes into the example dialog.
Definition: DtExamplePage.h:26
DtExampleLogic * myLogic
Definition: DtExamplePage.h:64
Example Logic (based on humble dialog pattern).
Definition: DtExampleLogic.h:25
DtPageCreatorTemplate< DtExamplePage > DtExamplePageCreator
A creator class for makVrv::DtExamplePage.
Definition: DtExamplePage.h:70
Contains DLL export macros.
Definition: DtPage.h:143
DtPersistenceToolbarWidget * myToolbar
Definition: DtExamplePage.h:63
DtExampleWidget * myWidget
Definition: DtExamplePage.h:62
Example Widget that is part of the example page.
Definition: DtExampleWidget.h:25
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

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)