|
libsuit
0.1.1
SFML User Interface Toolkit
|
The standard action set. More...
#include <ui/Action.h>

Public Member Functions | |
| StandardActionSet () | |
| Construct the standard action set. More... | |
| void | handleArea (Area &area) |
| Handle an area. More... | |
Public Member Functions inherited from ui::ActionSet | |
| void | addAction (std::shared_ptr< Action > action) |
| Add an action. More... | |
| void | update (const sf::Event &event) |
| Update all the actions. More... | |
| void | reset () |
| Reset all the actions. More... | |
The standard action set.
| ui::StandardActionSet::StandardActionSet | ( | ) |
Construct the standard action set.
The standard action set is composed of:
| void ui::StandardActionSet::handleArea | ( | Area & | area | ) |
Handle an area.
| area | the area to handle. |
1.8.7