VR-Forces 4.1 Class Documentation
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 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)