Uranium
Application Framework
|
Public Member Functions | |
None | __init__ (self) |
![]() | |
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) |
Static Public Attributes | |
event = Signal() | |
Additional Inherited Members | |
![]() | |
_plugin_id | |
_version | |
_metadata | |
_name | |
Abstract base class for all input devices (Human Input Devices) Examples of this are mouse & keyboard
None UM.InputDevice.InputDevice.__init__ | ( | self | ) |
Reimplemented from UM.PluginObject.PluginObject.