#include <uboxes.hpp>
Inheritance diagram for ubit::UAlertbox:
Public Member Functions | |
UAlertbox (const UArgs &=UArgs::none) | |
virtual void | show (bool b) |
show/hide this object. | |
virtual void | show (const char *msg) |
virtual void | show (const UStr &msg) |
virtual void | showMsg (const char *msg) |
virtual void | showMsg (const UStr &msg) |
shows the alert box with this message. | |
Static Public Member Functions | |
static UStyle * | createStyle () |
< important: all subclasses MUST contain this declaration. static function that returns the UStyle of this class (see details!). |
UStyle * ubit::UAlertbox::createStyle | ( | ) | [static] |
< important: all subclasses MUST contain this declaration. static function that returns the UStyle of this class (see details!).
this macro defines the UClass that corresponds to this class and:
Reimplemented from ubit::UBox.
virtual void ubit::UAlertbox::show | ( | bool | b | ) | [virtual] |
show/hide this object.
objects are shown by default (except UWin subclasses).
Reimplemented from ubit::UGroup.