Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
enums.h File Reference

Go to the source code of this file.

Classes

class  Inkscape::EventMask
 A mask representing a subset of EventTypes. More...
 

Namespaces

namespace  Inkscape
 Helper class to stream background task notifications as a series of messages.
 

Enumerations

enum class  Inkscape::EventType {
  Inkscape::ENTER , Inkscape::LEAVE , Inkscape::MOTION , Inkscape::BUTTON_PRESS ,
  Inkscape::BUTTON_RELEASE , Inkscape::KEY_PRESS , Inkscape::KEY_RELEASE , Inkscape::SCROLL ,
  Inkscape::NUM_EVENTS
}
 The type of a CanvasEvent. More...
 

Functions

constexpr EventMask Inkscape::operator~ (EventType a)
 
constexpr EventMask Inkscape::operator& (EventType a, EventMask b)
 
constexpr EventMask Inkscape::operator| (EventType a, EventMask b)