Window was activated or deactivated event. More...
#include <activation_change_event.h>
 Inheritance diagram for clan::ActivationChangeEvent:
 Inheritance diagram for clan::ActivationChangeEvent:| Public Member Functions | |
| ActivationChangeEvent (ActivationChangeType type) | |
| ActivationChangeType | type () const | 
| Window activation type. | |
|  Public Member Functions inherited from clan::EventUI | |
| virtual | ~EventUI () | 
| std::shared_ptr< View > | current_target () | 
| View the event is currently being dispatched to. | |
| bool | default_prevented () const | 
| Flag if the event default action should be executed after dispatch. | |
| EventUIPhase | phase () const | 
| Current active event phase during dispatch. | |
| void | prevent_default () | 
| Prevent default action from being executed after dispatch. | |
| bool | propagation_stopped () const | 
| Flag if event propagation should stop. | |
| void | set_timestamp (long long ts) | 
| Set event timestamp. | |
| void | stop_propagation () | 
| Stops event from propagating further. | |
| std::shared_ptr< View > | target () | 
| The target view the event is fired for. | |
| long long | timestamp () const | 
| Timestamp for event in milliseconds since 1970. | |
Window was activated or deactivated event.
| 
 | inline | 
| 
 | inline | 
Window activation type.