VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
HumbleDialogWidget.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 
14 
15 #include <QtWidgets/QWidget> // Qt headers must be include last due to signals
16 #include <QtWidgets/QLineEdit>
17 
18 
32  : public QWidget
34 {
35  Q_OBJECT
36 
37 public:
38 
40  HumbleDialogWidget(QWidget* parent = 0, Qt::WindowFlags f = Qt::Widget);
41 
43  virtual ~HumbleDialogWidget();
44 
47  virtual void setText(const std::string& text);
48 
49  public slots:
50 
56  void slot_onReturnPressed();
57 
58 private:
60 };
61 
62 
The main widget for the HumbleDialogPage. This class does not contain any application logic...
Definition: HumbleDialogWidget.h:31
Contains the HumbleDialogWidgetInterface class declaration.
Interface for the HumbleDialogWidget. This class defines the implementation-agnostic interface for th...
Definition: HumbleDialogWidgetInterface.h:24
virtual ~HumbleDialogWidget()
Virtual DTOR.
virtual void setText(const std::string &text)
Sets the text in the QLineEdit widget. Calling this function does not cause any signals to be emitted...
HumbleDialogWidget(QWidget *parent=0, Qt::WindowFlags f=Qt::Widget)
CTOR.
Contains the plug-in export macro.
void slot_onReturnPressed()
Called when the user presses the Return or Enter key while changing text in the QLineEdit widget...
QLineEdit * myTextBox
Definition: HumbleDialogWidget.h:59

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)