VR-Forces 4.1 Class Documentation
DtIndirectFireSettingsPage.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 DtIndirectFireSettingsWidget;
25  class DtIndirectFireSettingsLogic;
26 
31  {
32  Q_OBJECT
33 
34  public:
36  DtIndirectFireSettingsPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f);
37 
39  virtual ~DtIndirectFireSettingsPage();
40 
42  virtual QIcon icon();
43 
45  virtual QString title();
46 
48  virtual const std::string& pageClassName() const;
49 
51  static const std::string& thePageClassName();
52 
53  protected:
54 
56  virtual void activate();
57 
59  virtual void deactivate();
60 
61  void setupGui();
62 
63  protected:
67 
68  QLayout* myMainLayout;
69  };
70 
73 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)