Elaztek Developer Hub
Blamite Game Engine - Keystone  00386.06.16.23.0646.blamite
A library that enables the use of Qt in Blamite's editing tools.
alert_widget Class Reference

#include <alert_widget.h>

+ Inheritance diagram for alert_widget:
+ Collaboration 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...
 

Constructor & Destructor Documentation

◆ alert_widget()

alert_widget::alert_widget ( KeystoneMessageBoxType  _type,
std::string  message,
QWidget *  parent = Q_NULLPTR 
)

◆ ~alert_widget()

alert_widget::~alert_widget ( )

Member Function Documentation

◆ resizeEvent()

void alert_widget::resizeEvent ( QResizeEvent *  event)

Called when the dialog is resized.

Used to ensure proper icon sizing.

◆ showEvent()

void alert_widget::showEvent ( QShowEvent *  event)

Called when the dialog is fully shown.

Used to ensure proper icon sizing.


The documentation for this class was generated from the following files: