VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtSpeedTreeSettingsPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtSpeedTreeSettingsPage.h,v $ $Revision: 1.14 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvStQt/vrvStQt.h>
15 #include <vrvCoreQt/DtPage.h>
16 
17 namespace makVrv
18 {
19 
20  class DtDe;
21  class DtSpeedTreeSettingsWidget;
22  class DtSpeedTreeSettingsLogic;
23  class DtPersistenceToolbarWidget;
24 
29  {
30  Q_OBJECT
31  public:
32 
34  DtSpeedTreeSettingsPage(DtDe& de, QWidget* parent = 0,
35  Qt::WindowFlags f = Qt::Widget);
36 
39 
41  virtual QIcon icon();
42 
44  virtual QString title();
45 
47  virtual const std::string& pageClassName() const;
48 
50  static const std::string& thePageClassName();
51 
52  protected:
54  void setupGui();
55 
57  virtual void activate();
58 
60  virtual void deactivate();
61 
62  protected:
63 
68 
69  };
70 
71 
76 }

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)