![]() |
Blamite Game Engine - Keystone
00350.01.30.22.1421.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
#include <alert_widget.h>
Inheritance diagram for alert_widget:Public Member Functions | |
| alert_widget (KeystoneMessageBoxType _type, std::string message, QWidget *parent=Q_NULLPTR) | |
| ~alert_widget () | |
| void | resizeEvent (QResizeEvent *event) |
| Called when the dialog is resized. More... | |
| void | showEvent (QShowEvent *event) |
| Called when the dialog is fully shown. More... | |
| alert_widget::alert_widget | ( | KeystoneMessageBoxType | _type, |
| std::string | message, | ||
| QWidget * | parent = Q_NULLPTR |
||
| ) |
| alert_widget::~alert_widget | ( | ) |
| void alert_widget::resizeEvent | ( | QResizeEvent * | event | ) |
Called when the dialog is resized.
Used to ensure proper icon sizing.
| void alert_widget::showEvent | ( | QShowEvent * | event | ) |
Called when the dialog is fully shown.
Used to ensure proper icon sizing.