Public Member Functions | |
| bool | __eq__ (self, typing.Any other) |
| int | __getstate__ (self) |
| int | __hash__ (self) |
| int | __index__ (self) |
| None | __init__ (self, int value) |
| int | __int__ (self) |
| bool | __ne__ (self, typing.Any other) |
| str | __repr__ (self) |
| None | __setstate__ (self, int state) |
| str | __str__ (self) |
| str | name (self) |
| int | value (self) |
Static Public Attributes | |
| typing | centimetersPerSecond .ClassVar[MovementSpeedUnit] |
| typing | feetPerSecond .ClassVar[MovementSpeedUnit] |
| typing | inchesPerSecond .ClassVar[MovementSpeedUnit] |
| typing | metersPerSecond .ClassVar[MovementSpeedUnit] |
| typing | micronsPerSecond .ClassVar[MovementSpeedUnit] |
| typing | millimetersPerSecond .ClassVar[MovementSpeedUnit] |
Static Protected Attributes | |
| typing | _count .ClassVar[MovementSpeedUnit] |
Members: micronsPerSecond millimetersPerSecond centimetersPerSecond metersPerSecond inchesPerSecond feetPerSecond _count
| None mrmeshpy.MovementSpeedUnit.__init__ | ( | self, | |
| int | value ) |
| bool mrmeshpy.MovementSpeedUnit.__eq__ | ( | self, | |
| typing.Any | other ) |
| int mrmeshpy.MovementSpeedUnit.__getstate__ | ( | self | ) |
| int mrmeshpy.MovementSpeedUnit.__hash__ | ( | self | ) |
| int mrmeshpy.MovementSpeedUnit.__index__ | ( | self | ) |
| int mrmeshpy.MovementSpeedUnit.__int__ | ( | self | ) |
| bool mrmeshpy.MovementSpeedUnit.__ne__ | ( | self, | |
| typing.Any | other ) |
| str mrmeshpy.MovementSpeedUnit.__repr__ | ( | self | ) |
| None mrmeshpy.MovementSpeedUnit.__setstate__ | ( | self, | |
| int | state ) |
| str mrmeshpy.MovementSpeedUnit.__str__ | ( | self | ) |
| str mrmeshpy.MovementSpeedUnit.name | ( | self | ) |
| int mrmeshpy.MovementSpeedUnit.value | ( | self | ) |
|
staticprotected |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |