Uranium
Application Framework
Loading...
Searching...
No Matches
UM.InputDevice.InputDevice Class Reference
Inheritance diagram for UM.InputDevice.InputDevice:
UM.PluginObject.PluginObject UM.Qt.QtKeyDevice.QtKeyDevice UM.Qt.QtMouseDevice.QtMouseDevice

Public Member Functions

None __init__ (self)
Public Member Functions inherited from UM.PluginObject.PluginObject
None __init__ (self, *args, **kwags)
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

Protected Attributes inherited from UM.PluginObject.PluginObject
 _plugin_id = None
 _version = None
dict _metadata = {}
 _name = None

Detailed Description

Abstract base class for all input devices (Human Input Devices)

Examples of this are mouse & keyboard

The documentation for this class was generated from the following file:
  • UM/InputDevice.py