PopupPlateWidget Class
| Header: | #include <PopupPlateWidget> |
| Inherits: | TFrame |
Public Functions
| PopupPlateWidget(QWidget *parent = Q_NULLPTR) | |
| ~PopupPlateWidget() | |
| QVariant | exec() |
| void | setBodyWidget(QWidget * const iBodyWgt) |
| void | setCloseCallback(const std::function<QVariant() > &iCallbk) |
| void | setCloseOutSide(bool iClsOtSd = true) |
| void | setWindowIcon(const QIcon &icon) |
| void | setWindowTitle(const QString &title) |
Protected Functions
| bool | event(QEvent *event) |
| void | mouseMoveEvent(QMouseEvent *event) |
| void | mousePressEvent(QMouseEvent *event) |
| void | mouseReleaseEvent(QMouseEvent *) |
- 2 protected functions inherited from TUiInterface
Additional Inherited Members
- 2 public slots inherited from TFrame
- 9 public slots inherited from TUiInterface
- 2 signals inherited from TFrame
- 1 signal inherited from TUiInterface
- 1 protected type inherited from TFrame
- 1 protected type inherited from TUiInterface
Detailed Description
Member Function Documentation
PopupPlateWidget::PopupPlateWidget(QWidget *parent = Q_NULLPTR)
Default constructs an instance of PopupPlateWidget.
PopupPlateWidget::~PopupPlateWidget()
Destroys the instance of PopupPlateWidget.