VR-Forces 4.1.1 Class Documentation
DtScriptedTaskOptionsPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 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 DtScriptedTaskOptionsWidget;
25  class DtScriptedTaskOptionsWidgetLogic;
26 
29  {
30  Q_OBJECT
31 
32  public:
34  DtScriptedTaskOptionsPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f);
35 
37  virtual ~DtScriptedTaskOptionsPage();
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 
53  void setupGui();
54 
56  virtual void activate();
57 
59  virtual void deactivate();
60 
61  protected:
65 
66  QLayout* myMainLayout;
67  };
68 
71 }

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)