List of all members.
Detailed Description
A Button on Windows that "Hides" the window and its children.
Constructor & Destructor Documentation
| CloseButton::CloseButton |
( |
|
) |
[inline] |
| CloseButton::~CloseButton |
( |
|
) |
[inline] |
Member Function Documentation
| virtual void CloseButton::drawPlain |
( |
|
) |
[inline, protected, virtual] |
| void CloseButton::drawSkin |
( |
|
) |
[inline, protected, virtual] |
Draws a button skinned.
- Todo:
- This method only supports type
SkinPartType::PART_ENNEAD. This should also support SkinPartType::PART_TRIAD.
Reimplemented from Button.
| void CloseButton::initialize |
( |
|
) |
[inline, protected, virtual] |
| void CloseButton::onClick |
( |
Event * |
event |
) |
[inline, private, virtual] |
Button's onClick handler.
Notifies a click Listener and pushes a Click event to it.
- Warning:
- The event pushed into the click Listener is owned by the Button and as such is destroyed by Button. Do not store a direct pointer to the Event.
Reimplemented from Button.
| void CloseButton::onMouseButtonUp |
( |
Event * |
event |
) |
[inline, private, virtual] |
| void CloseButton::onPressed |
( |
Event * |
event |
) |
[inline, private, virtual] |
The documentation for this class was generated from the following file:
- C:/Development/LoM/client/src/Gui/Controls/Window.h