VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtEntityDefinitionEditorPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 #include <vrvCoreQt/DtPage.h>
12 
13 namespace makVrv
14 {
15  class DtPersistenceToolbarWidget;
16  class DtElementEditorWidget;
17 
20  {
21  Q_OBJECT
22 
23  public:
24 
26  DtEntityDefinitionEditorPage(DtDe& de, QWidget* parent, Qt::WindowFlags f = 0);
27 
30 
32  virtual QIcon icon();
33 
35  virtual QString title();
36 
38  virtual const std::string& pageClassName() const;
39 
41  static const std::string& thePageClassName();
42 
43  protected:
44 
46  virtual void activate();
47 
49  virtual void deactivate();
50 
53  virtual void askBeforeAction();
54 
56  virtual void onCloseEvent();
57 
59  virtual void onSwitchEvent();
60 
61  protected:
62 
66  };
67 
72 }
A widget that displays a persistence GUI in some way Operations presented are import, export, save, and restore.
Definition: DtPersistenceToolbarWidget.h:26
Contains makVrv::DtPage class.
The main widget for editing element definitions.
Definition: DtElementEditorWidget.h:46
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Definition: DtPage.h:143
DtElementEditorWidget * myWidget
Definition: DtEntityDefinitionEditorPage.h:64
DtPageCreatorTemplate< DtEntityDefinitionEditorPage > DtEntityDefinitionEditorPageCreator
Builder for DtElementDefinitionEditorPage.
Definition: DtEntityDefinitionEditorPage.h:71
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:27
bool myShowRememberToSaveDialog
Definition: DtEntityDefinitionEditorPage.h:65
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
The entity definition editor makVrv::DtPage.
Definition: DtEntityDefinitionEditorPage.h:19
DtPersistenceToolbarWidget * myPersistenceWidget
Definition: DtEntityDefinitionEditorPage.h:63

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)