VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfPluginsLoadedPage.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: vrfPluginsLoadedPage.h,v $ $Revision: 1.1 $ $State: Exp $
7 ** Created: 2/20/09 MEM
8 *******************************************************************************/
9 
12 
13 #pragma once
14 
16 
17 
18 #include <vrvCoreQt/DtPage.h>
19 
20 class DtVrfPluginRecord;
21 
22 namespace makVrv
23 {
24  class DtPersistenceToolbarWidget;
25 }
26 
27 namespace makVrf
28 {
29  class DtVrfPluginsLoadedWidget;
30 
32  {
33  Q_OBJECT
34  public:
35 
37  DtVrfPluginsLoadedPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f);
38 
40  virtual ~DtVrfPluginsLoadedPage() override;
41 
43  virtual QIcon icon() override;
44 
47  virtual makVrv::DtQIconConfigurations qIconConfigurations() const override;
48 
50  virtual QString title() override;
51 
53  virtual const std::string& pageClassName() const override;
54 
56  static const std::string& thePageClassName();
57 
58  protected:
59  void setupGui();
60 
62  virtual void activate() override;
63 
65  virtual void deactivate() override;
66 
67  public:
70  };
71 
74 }
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 declaration.
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
makVrv::DtPageCreatorTemplate< DtVrfPluginsLoadedPage > DtVrfPluginsLoadedPageCreator
Definition: vrfPluginsLoadedPage.h:73
Definition: vrfPluginsLoadedPage.h:31
DtVrfPluginsLoadedWidget * myPlugins
Definition: vrfPluginsLoadedPage.h:69
Definition: DtPage.h:181
makVrv::DtPersistenceToolbarWidget * myTitle
Definition: vrfPluginsLoadedPage.h:68
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:51
Definition: vrfPluginsLoadedWidget.h:30
class DtVrfPluginRecord:
Definition: vrfPluginRecord.h:25
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:76
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:131

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)