VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
entityBehaviorOptionsPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtEntityBehaviorOptionsPage.h,v $ $Revision: 145953 $ $State: Exp $
7 ** Created: 8/18/11 MEM
8 ******************************************************************************/
9 
15 
16 #pragma once
17 
19 #include <vrvCoreQt/DtPage.h>
20 
21 class QLabel;
22 
23 namespace makVrv
24 {
25  class DtPersistenceToolbarWidget;
26 }
27 
28 namespace makVrf
29 {
30  class DtEntityBehaviorOptionsWidget;
31  class DtEntityBehaviorOptionsWidgetLogic;
32 
35  {
36  Q_OBJECT
37 
38  public:
40  DtEntityBehaviorOptionsPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f);
41 
43  virtual ~DtEntityBehaviorOptionsPage();
44 
46  virtual QIcon icon();
47 
49  virtual QString title();
50 
52  virtual const std::string& pageClassName() const;
53 
55  static const std::string& thePageClassName();
56 
57  protected:
59  virtual void activate();
60 
62  virtual void deactivate();
63 
64  void setupGui();
65 
66  protected:
68 
69  public:
72  };
73 
76 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)