#include <containerlistener.hpp>
◆ ContainerListener()
| fcn::ContainerListener::ContainerListener |
( |
| ) |
|
|
protecteddefault |
Constructor.
Instances should not be created directly, therefore the constructor is declared protected.
◆ widgetAdded()
| virtual void fcn::ContainerListener::widgetAdded |
( |
ContainerEvent const & | containerEvent | ) |
|
|
pure virtual |
Called when a widget is added to a container.
- Parameters
-
| containerEvent | The event of the action. |
◆ widgetRemoved()
| virtual void fcn::ContainerListener::widgetRemoved |
( |
ContainerEvent const & | containerEvent | ) |
|
|
pure virtual |
Called when a widget is removed from a container.
- Parameters
-
| containerEvent | The event of the action. |
The documentation for this class was generated from the following file: