Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
Inkscape::canvas_event_detail Namespace Reference

Functions

template<typename E >
E & cast_helper (CanvasEvent &event)
 
template<typename E >
E const & cast_helper (CanvasEvent const &event)
 
template<typename E >
E && cast_helper (CanvasEvent &&event)
 

Function Documentation

◆ cast_helper() [1/3]

template<typename E >
E && Inkscape::canvas_event_detail::cast_helper ( CanvasEvent &&  event)

Definition at line 272 of file canvas-event.h.

◆ cast_helper() [2/3]

template<typename E >
E & Inkscape::canvas_event_detail::cast_helper ( CanvasEvent event)

Definition at line 260 of file canvas-event.h.

◆ cast_helper() [3/3]

template<typename E >
E const & Inkscape::canvas_event_detail::cast_helper ( CanvasEvent const &  event)

Definition at line 266 of file canvas-event.h.