31 #include "view_event_handler.h"
38 class ActivationChangeEvent;
39 class FocusChangeEvent;
55 T *
view()
const {
return dynamic_cast<T*
>(view<View>()); }
73 std::unique_ptr<ViewActionImpl> impl;
View * view() const
Returns the view the action is attached to.
Base class for managing a tree of views.
Definition: view_tree.h:42
void end_action()
Releases capture of events.
Recognizes actions in a view and captures input for the duration of the action.
Definition: view_action.h:45
Event sink interface for view events.
Definition: view_event_handler.h:41
void remove_from_view()
Removes recognizer from the view it is attached to.
friend class ViewActionImpl
Definition: view_action.h:77
T * view() const
Definition: view_action.h:55
void begin_action()
Captures events until end is called.
bool action_active() const
Returns true if the action is capturing events.
View for an area of the user interface.
Definition: view.h:68
Definition: Application/application.h:35