VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HumbleDialogPage.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 
14 #include <vrvCoreQt/DtPage.h>
15 
16 namespace makVrv { class DtDe; }
17 
18 class HumbleDialogWidget;
19 class HumbleDialogLogic;
20 
32 {
33  Q_OBJECT;
34 
35 public:
36 
41  makVrv::DtDe& de,
42  QWidget* parent = 0,
43  Qt::WindowFlags f = Qt::Widget);
44 
46  virtual ~HumbleDialogPage();
47 
50  virtual QIcon icon();
51 
54  virtual QString title();
55 
58  virtual const std::string& pageClassName() const;
59 
62  static const std::string& thePageClassName();
63 
64 protected:
65 
70  virtual void activate();
71 
76  virtual void deactivate();
77 
78 private:
79 
83 };
84 
90 

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)