KLayout Manual: Main Index » Class Index » API reference - Class QTabletEventAPI reference - Class QTabletEventNotation used in Ruby API documentation Description: Binding of QTabletEvent Class hierarchy: QTabletEvent » QInputEvent » QEvent Public methods
Public static methods and constants
Detailed description[static] QTabletEvent_TabletDevice AirbrushDescription: Enum constant enum QTabletEvent::Airbrush [static] QTabletEvent_PointerType CursorDescription: Enum constant enum QTabletEvent::Cursor [static] QTabletEvent_PointerType EraserDescription: Enum constant enum QTabletEvent::Eraser [static] QTabletEvent_TabletDevice FourDMouseDescription: Enum constant enum QTabletEvent::FourDMouse [static] QTabletEvent_TabletDevice NoDeviceDescription: Enum constant enum QTabletEvent::NoDevice [static] QTabletEvent_PointerType PenDescription: Enum constant enum QTabletEvent::Pen [static] QTabletEvent_TabletDevice PuckDescription: Enum constant enum QTabletEvent::Puck [static] QTabletEvent_TabletDevice RotationStylusDescription: Enum constant enum QTabletEvent::RotationStylus [static] QTabletEvent_TabletDevice StylusDescription: Enum constant enum QTabletEvent::Stylus [static] QTabletEvent_PointerType UnknownPointerDescription: Enum constant enum QTabletEvent::UnknownPointer [static] QTabletEvent_TabletDevice XFreeEraserDescription: Enum constant enum QTabletEvent::XFreeEraser [const] void assign(const QTabletEvent other)Description: Assign the contents of another object to self This method assigns the contents of another object to self. This is a deep copy that does not only copy the reference but the actual content. void createDescription: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. void destroyDescription: Explicitly destroy the object Explicitly destroy the object on C++ side if it was owned by the Ruby interpreter. Subsequent access to this object will throw an exception. If the object is not owned by Ruby, this method will do nothing. [const] bool destroyed?Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. [const] QTabletEvent_TabletDevice deviceDescription: Method QTabletEvent::TabletDevice QTabletEvent::device() [const] QTabletEvent dupDescription: Creates a copy of self [const] QPoint globalPosDescription: Method const QPoint & QTabletEvent::globalPos() [const] int globalXDescription: Method int QTabletEvent::globalX() [const] int globalYDescription: Method int QTabletEvent::globalY() [const] QPointF hiResGlobalPosDescription: Method const QPointF & QTabletEvent::hiResGlobalPos() [const] double hiResGlobalXDescription: Method double QTabletEvent::hiResGlobalX() [const] double hiResGlobalYDescription: Method double QTabletEvent::hiResGlobalY() [const] bool is_const_object?Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. [const] QTabletEvent_PointerType pointerTypeDescription: Method QTabletEvent::PointerType QTabletEvent::pointerType() [const] QPoint posDescription: Method const QPoint & QTabletEvent::pos() [const] double pressureDescription: Method double QTabletEvent::pressure() [const] double rotationDescription: Method double QTabletEvent::rotation() [const] double tangentialPressureDescription: Method double QTabletEvent::tangentialPressure() [const] long long uniqueIdDescription: Method qint64 QTabletEvent::uniqueId() [const] int xDescription: Method int QTabletEvent::x() [const] int xTiltDescription: Method int QTabletEvent::xTilt() [const] int yDescription: Method int QTabletEvent::y() [const] int yTiltDescription: Method int QTabletEvent::yTilt() [const] int zDescription: Method int QTabletEvent::z() |