Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
Inkscape::EnterEvent Struct Referencefinal

The pointer has entered a widget or item. More...

#include <canvas-event.h>

Inheritance diagram for Inkscape::EnterEvent:
Inkscape::CanvasEvent

Public Member Functions

EventType type () const override
 Return the dynamic type of the CanvasEvent.
 
- Public Member Functions inherited from Inkscape::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.
 
- Public Attributes inherited from Inkscape::CanvasEvent
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.
 

Detailed Description

The pointer has entered a widget or item.

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

Member Function Documentation

◆ type()

EventType Inkscape::EnterEvent::type ( ) const
inlineoverridevirtual

Return the dynamic type of the CanvasEvent.

Implements Inkscape::CanvasEvent.

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

References Inkscape::ENTER.

Member Data Documentation

◆ pos

Geom::Point Inkscape::EnterEvent::pos

Location of the cursor.

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


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