VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtAggregateDefinitionEditorPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 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 
22  {
23  Q_OBJECT
24 
25  public:
26 
28  DtAggregateDefinitionEditorPage(DtDe& de, QWidget* parent,
29  Qt::WindowFlags f = 0);
30 
33 
35  virtual QIcon icon();
36 
38  virtual QString title();
39 
41  virtual const std::string& pageClassName() const;
42 
44  static const std::string& thePageClassName();
45 
46  protected:
47 
49  virtual void activate();
50 
52  virtual void deactivate();
53 
56  virtual void askBeforeAction();
57 
59  virtual void onCloseEvent();
60 
62  virtual void onSwitchEvent();
63 
64  protected:
65 
69  };
70 
75 }
DtPageCreatorTemplate< DtAggregateDefinitionEditorPage > DtAggregateDefinitionEditorPageCreator
Builder for makVrv::DtAggregateDefinitionEditorPage.
Definition: DtAggregateDefinitionEditorPage.h:74
A widget that displays a persistence GUI in some way Operations presented are import, export, save, and restore.
Definition: DtPersistenceToolbarWidget.h:26
DtPersistenceToolbarWidget * myPersistenceWidget
Definition: DtAggregateDefinitionEditorPage.h:66
Contains makVrv::DtPage class.
The main widget for editing element definitions.
Definition: DtElementEditorWidget.h:46
DtAggregateDefinitionEditorPage allows editing of aggregate visual definitions.
Definition: DtAggregateDefinitionEditorPage.h:21
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Definition: DtPage.h:143
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:27
bool myShowRememberToSaveDialog
Definition: DtAggregateDefinitionEditorPage.h:68
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtElementEditorWidget * myWidget
Definition: DtAggregateDefinitionEditorPage.h:67

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)