![]() |
Blamite Game Engine - Keystone
00386.06.16.23.0646.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
#include <alert_widget.h>
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.