#include <upopup.hpp>
Inheritance diagram for ufo::UPopup:
Public Member Functions | |
virtual void | hide ()=0 |
virtual void | pack ()=0 |
virtual UWidget * | getContentPane () const =0 |
USignal1< UPopup * > & | sigPopupAboutToClose () |
A popup is created via the popup manager and is initially visible. The life cycle for popups are generally short. After hiding it, you shouldn't access it anymore. UPopup implementations should emit a popup about to close signal.
|
Returns the content pane for the user widgets. |
|
Hides the popup and disposes its internal data. You shouldn't access a popup after hiding it. |
|
Sets the size of the popup to the preferred size. |