#include <widgetlistener.hpp>
Definition at line 74 of file widgetlistener.hpp.
Public Member Functions | |
| virtual void | widgetHidden (const Event &event) |
| Invoked when a widget is hidden, i.e it's set to be not visible. | |
| virtual void | widgetMoved (const Event &event) |
| Invoked when a widget is moved. | |
| virtual void | widgetResized (const Event &event) |
| Invoked when a widget changes its size. | |
| virtual void | widgetShown (const Event &event) |
| Invoked when a widget is shown, i.e it's set to be visible. | |
| virtual | ~WidgetListener () |
| Destructor. | |
Protected Member Functions | |
| WidgetListener () | |
| Constructor. | |
| gcn::WidgetListener::WidgetListener | ( | ) | [inline, protected] |
Constructor.
You should not be able to make an instance of WidgetListener, therefore its constructor is protected.
Definition at line 124 of file widgetlistener.hpp.
| virtual void gcn::WidgetListener::widgetHidden | ( | const Event & | event | ) | [inline, virtual] |
Invoked when a widget is hidden, i.e it's set to be not visible.
| event | Describes the event. |
Definition at line 106 of file widgetlistener.hpp.
| virtual void gcn::WidgetListener::widgetMoved | ( | const Event & | event | ) | [inline, virtual] |
Invoked when a widget is moved.
| event | Describes the event. |
Definition at line 97 of file widgetlistener.hpp.
| virtual void gcn::WidgetListener::widgetResized | ( | const Event & | event | ) | [inline, virtual] |
Invoked when a widget changes its size.
| event | Describes the event. |
Definition at line 89 of file widgetlistener.hpp.
| virtual void gcn::WidgetListener::widgetShown | ( | const Event & | event | ) | [inline, virtual] |
Invoked when a widget is shown, i.e it's set to be visible.
| event | Describes the event. |
Definition at line 115 of file widgetlistener.hpp.
1.5.2