VR-Forces 4.10 Class Documentation
 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 #include <vrvUtil/signalslib.h>
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();
41 
43  virtual QIcon icon();
44 
46  virtual QString title();
47 
49  virtual const std::string& pageClassName() const;
50 
52  static const std::string& thePageClassName();
53 
54  protected:
55  void setupGui();
56 
58  virtual void activate();
59 
61  virtual void deactivate();
62 
63  public:
66  };
67 
70 }
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.
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
makVrv::DtPageCreatorTemplate< DtVrfPluginsLoadedPage > DtVrfPluginsLoadedPageCreator
Definition: vrfPluginsLoadedPage.h:69
Definition: vrfPluginsLoadedPage.h:31
DtVrfPluginsLoadedWidget * myPlugins
Definition: vrfPluginsLoadedPage.h:65
Definition: DtPage.h:143
makVrv::DtPersistenceToolbarWidget * myTitle
Definition: vrfPluginsLoadedPage.h:64
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:27
Definition: vrfPluginsLoadedWidget.h:38
class DtVrfPluginRecord:
Definition: vrfPluginRecord.h:28
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)