VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
HumbleDialogPage.h
Go to the documentation of this file.
1 /*****************************************************************************
2 * Copyright (c) 2019 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 
The main widget for the HumbleDialogPage.
Definition: HumbleDialogWidget.h:31
virtual void activate()
Called by the Pager when this page becomes active.
virtual ~HumbleDialogPage()
Virtual DTOR.
Contains makVrv::DtPage class.
virtual QString title()
Get the title of the page.
Definition: DtPage.h:146
virtual const std::string & pageClassName() const
Get the class name of the page.
makVrv::DtPageCreatorTemplate< HumbleDialogPage > HumbleDialogPageCreator
A creator class for makVrv::HumbleDialogPage.
Definition: HumbleDialogPage.h:86
HumbleDialogPage(makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags f=Qt::Widget)
CTOR.
Contains the plug-in export macro.
HumbleDialogLogic * myLogic
Definition: HumbleDialogPage.h:79
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
virtual void deactivate()
Called by the Pager when this page becomes active.
static const std::string & thePageClassName()
Get the class name of the page.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
virtual QIcon icon()
Get the icon of the page.
The example page that will be inserted into the example dialog.
Definition: HumbleDialogPage.h:29
HumbleDialogWidget * myWidget
Definition: HumbleDialogPage.h:78
The logic for the HumbleDialogWidget.
Definition: HumbleDialogLogic.h:27

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)