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 | Left .ClassVar[MouseButton] |
typing | Middle .ClassVar[MouseButton] |
typing | Right .ClassVar[MouseButton] |
Members: Left Right Middle
None meshlib.mrviewerpy.MouseButton.__init__ | ( | self, | |
int | value ) |
bool meshlib.mrviewerpy.MouseButton.__eq__ | ( | self, | |
typing.Any | other ) |
int meshlib.mrviewerpy.MouseButton.__getstate__ | ( | self | ) |
int meshlib.mrviewerpy.MouseButton.__hash__ | ( | self | ) |
int meshlib.mrviewerpy.MouseButton.__index__ | ( | self | ) |
int meshlib.mrviewerpy.MouseButton.__int__ | ( | self | ) |
bool meshlib.mrviewerpy.MouseButton.__ne__ | ( | self, | |
typing.Any | other ) |
str meshlib.mrviewerpy.MouseButton.__repr__ | ( | self | ) |
None meshlib.mrviewerpy.MouseButton.__setstate__ | ( | self, | |
int | state ) |
str meshlib.mrviewerpy.MouseButton.__str__ | ( | self | ) |
str meshlib.mrviewerpy.MouseButton.name | ( | self | ) |
int meshlib.mrviewerpy.MouseButton.value | ( | self | ) |
|
static |
|
static |
|
static |