VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
tdlOptionsPage.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
9 #include <vrvCoreQt/DtPage.h>
10 
11 class QLabel;
12 
13 namespace makVrv
14 {
15  class DtPersistenceToolbarWidget;
16 }
17 
18 namespace makVrf
19 {
20  class DtTDLOptionsWidget;
21  class DtTDLOptionsWidgetLogic;
22 
26  {
27  Q_OBJECT
28 
29  public:
31  DtTDLOptionsPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f);
32 
34  virtual ~DtTDLOptionsPage();
35 
37  virtual QIcon icon();
38 
40  virtual QString title();
41 
43  virtual const std::string& pageClassName() const;
44 
46  static const std::string& thePageClassName();
47 
48  protected:
49 
51  virtual void activate();
52 
54  virtual void deactivate();
55 
56  void setupGui();
57 
58  protected:
62 
63  QLayout* myMainLayout;
64  };
65 
68 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)