VR-Forces Development_Version 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 class HumbleDialogWidget;
17 class HumbleDialogLogic;
18 
30 {
31  Q_OBJECT;
32 
33 public:
34 
39  makVrv::DtDe& de,
40  QWidget* parent = 0,
41  Qt::WindowFlags f = Qt::Widget);
42 
44  virtual ~HumbleDialogPage();
45 
48  virtual QIcon icon();
49 
52  virtual QString title();
53 
56  virtual const std::string& pageClassName() const;
57 
60  static const std::string& thePageClassName();
61 
62 protected:
63 
68  virtual void activate();
69 
74  virtual void deactivate();
75 
76 private:
77 
80 };
81 
87 

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)