VR-Forces 4.2 Class Documentation
DtRangeRingsOptionsPage.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
13 #include <vrvCoreQt/DtPage.h>
14 
15 class QLabel;
16 
17 namespace makVrv
18 {
19  class DtPersistenceToolbarWidget;
20 }
21 
22 namespace makVrf
23 {
24  class DtRangeRingsOptionsWidget;
25  class DtRangeRingsOptionsWidgetLogic;
26 
28  class DT_DLL_VRFGUICOREQT DtRangeRingsOptionsPage : public makVrv::DtPage
29  {
30  Q_OBJECT
31 
32  public:
34  DtRangeRingsOptionsPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f);
35 
37  virtual ~DtRangeRingsOptionsPage();
38 
40  virtual QIcon icon();
41 
43  virtual QString title();
44 
46  virtual const std::string& pageClassName() const;
47 
49  static const std::string& thePageClassName();
50 
51  protected:
52 
54  virtual void activate();
55 
57  virtual void deactivate();
58 
59  void setupGui();
60 
61  protected:
64  makVrv::DtPersistenceToolbarWidget* myToolbar;
65 
66  QLayout* myMainLayout;
67  };
68 
69  typedef makVrv::DtPageCreatorTemplate<DtRangeRingsOptionsPage>
71 }

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)