VR-Forces 4.2 Class Documentation
DtPerformanceOptionsPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtPerformanceOptionsPage.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
16 #include <vrvCoreQt/DtPage.h>
17 
18 class QLabel;
19 
20 namespace makVrv
21 {
22  class DtPersistenceToolbarWidget;
23 }
24 
25 namespace makVrf
26 {
27  class DtPerformanceOptionsWidget;
28  class DtPerformanceOptionsWidgetLogic;
29 
31  class DT_DLL_VRFGUICOREQT DtPerformanceOptionsPage : public makVrv::DtPage
32  {
33  Q_OBJECT
34 
35  public:
37  DtPerformanceOptionsPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f);
38 
40  virtual ~DtPerformanceOptionsPage();
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:
56  virtual void activate();
57 
59  virtual void deactivate();
60 
61  void setupGui();
62 
63  protected:
65 
66  public:
68  makVrv::DtPersistenceToolbarWidget* myTitle;
69  };
70 
71  typedef makVrv::DtPageCreatorTemplate<DtPerformanceOptionsPage>
73 }

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)