VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
entityBehaviorOptionsPage.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2021 MAK Technologies, Inc.
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
13 #include <vrvCoreQt/DtPage.h>
14 
15 class QLabel;
16 
17 namespace makVrv
18 {
19  class DtPersistenceToolbarWidget;
20 }
21 
22 namespace makVrf
23 {
24 
25  class DtEntityBehaviorOptionsWidget;
26  class DtEntityBehaviorOptionsWidgetLogic;
27 
32  { Q_OBJECT;
33  public:
34 
36  DtEntityBehaviorOptionsPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f);
37 
39  virtual ~DtEntityBehaviorOptionsPage();
40 
42  virtual QIcon icon();
43 
46  virtual makVrv::DtQIconConfigurations qIconConfigurations() const;
47 
49  virtual QString title();
50 
52  virtual const std::string& pageClassName() const;
53 
55  static const std::string& thePageClassName();
56 
57  protected:
58 
60  virtual void activate();
61 
63  virtual void deactivate();
64 
65  void setupGui();
66 
67  protected:
68 
70 
71  public:
72 
75 
76  };
77 
78 
81 
82 }
Provides users with the ability to set global backend entity behaviour options like determining if al...
Definition: entityBehaviorOptionsPage.h:31
A widget that displays a persistence GUI in some way Operations presented are import, export, save, and restore.
Definition: DtPersistenceToolbarWidget.h:26
Definition: entityBehaviorOptionsWidgetLogic.h:29
Contains makVrv::DtPage class.
Definition: entityBehaviorOptionsWidget.h:39
#define DT_DLL_VRFGUISETTINGSWIDGETS
Definition: vrfGuiSettingsWidgets.h:22
DtEntityBehaviorOptionsWidget * myBehaviorOptions
Definition: entityBehaviorOptionsPage.h:73
DtEntityBehaviorOptionsWidgetLogic * myLogic
Definition: entityBehaviorOptionsPage.h:69
Definition: DtPage.h:150
makVrv::DtPageCreatorTemplate< DtEntityBehaviorOptionsPage > DtEntityBehaviorOptionsPageCreator
Definition: entityBehaviorOptionsPage.h:80
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
makVrv::DtPersistenceToolbarWidget * myTitle
Definition: entityBehaviorOptionsPage.h:74
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:131

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)