uicore::ActivationChangeEvent Class Reference

Window was activated or deactivated event. More...

#include <activation_change_event.h>

+ Inheritance diagram for uicore::ActivationChangeEvent:

Public Member Functions

 ActivationChangeEvent (ActivationChangeType type)
 
ActivationChangeType type () const
 Window activation type. More...
 
- Public Member Functions inherited from uicore::EventUI
virtual ~EventUI ()
 
std::shared_ptr< Viewcurrent_target ()
 View the event is currently being dispatched to. More...
 
bool default_prevented () const
 Flag if the event default action should be executed after dispatch. More...
 
EventUIPhase phase () const
 Current active event phase during dispatch. More...
 
void prevent_default ()
 Prevent default action from being executed after dispatch. More...
 
bool propagation_stopped () const
 Flag if event propagation should stop. More...
 
void set_timestamp (long long ts)
 Set event timestamp. More...
 
void stop_propagation ()
 Stops event from propagating further. More...
 
std::shared_ptr< Viewtarget ()
 The target view the event is fired for. More...
 
long long timestamp () const
 Timestamp for event in milliseconds since 1970. More...
 

Detailed Description

Window was activated or deactivated event.

Constructor & Destructor Documentation

uicore::ActivationChangeEvent::ActivationChangeEvent ( ActivationChangeType  type)
inline

Member Function Documentation

ActivationChangeType uicore::ActivationChangeEvent::type ( ) const
inline

Window activation type.


The documentation for this class was generated from the following file: