Inkscape
Vector Graphics Editor
|
The pointer has entered a widget or item. More...
#include <canvas-event.h>
Public Member Functions | |
EventType | type () const override |
Return the dynamic type of the CanvasEvent. | |
![]() | |
virtual | ~CanvasEvent () |
virtual unsigned | modifiersChange () const |
Get the change in the modifiers due to this event. | |
unsigned | modifiersAfter () const |
Get the modifiers mask immediately after the event. (Convenience function.) | |
Public Attributes | |
Geom::Point | pos |
Location of the cursor. | |
![]() | |
unsigned | modifiers = 0 |
The modifiers mask immediately before the event. | |
std::shared_ptr< Gdk::Device const > | device |
The device that sourced the event. May be null. | |
The pointer has entered a widget or item.
Definition at line 222 of file canvas-event.h.
|
inlineoverridevirtual |
Return the dynamic type of the CanvasEvent.
Implements Inkscape::CanvasEvent.
Definition at line 224 of file canvas-event.h.
References Inkscape::ENTER.
Geom::Point Inkscape::EnterEvent::pos |
Location of the cursor.
Definition at line 227 of file canvas-event.h.