Uranium
Application Framework
|
Public Member Functions | |
__init__ (self, window) | |
handleEvent (self, event) | |
![]() | |
str | getId (self) |
None | setPluginId (self, str plugin_id) |
None | setMetaData (self, Dict[str, Any] metadata) |
Dict[str, Any] | getMetaData (self) |
str | getPluginId (self) |
None | setVersion (self, str version) |
str | getVersion (self) |
Protected Member Functions | |
_qtButtonsToButtonList (self, qt_buttons) | |
_normalizeCoordinates (self, x, y) | |
Protected Attributes | |
_x | |
_y | |
_window | |
![]() | |
_plugin_id | |
_version | |
_metadata | |
_name | |
Additional Inherited Members | |
![]() | |
event = Signal() | |
An InputDevice subclass that processes Qt mouse events and returns a UM.Event.MouseEvent
UM.Qt.QtMouseDevice.QtMouseDevice.__init__ | ( | self, | |
window ) |
Reimplemented from UM.InputDevice.InputDevice.