VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
performanceOptionsPage.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 
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:
69  };
70 
73 }

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)