|
Python API 2.0 Reference
|
Inheritance diagram for OpenMayaUI.MTimeSliderDrawPrimitive:Public Member Functions | |
| def | __init__ () |
Static Public Member Functions | |
| def | __new__ () |
Properties | |
| bottom = property(...) | |
| color = property(...) | |
| drawType = property(...) | |
| endTime = property(...) | |
| height = property(...) | |
| label = property(...) | |
| priority = property(...) | |
| startTime = property(...) | |
| tooltip = property(...) | |
Primitive to be drawn set in a context with MTimeSiderCustomDrawManager.
| def OpenMayaUI.MTimeSliderDrawPrimitive.__init__ | ( | ) |
Initialize self. See help(type(self)) for accurate signature.
|
static |
Create and return a new object. See help(type) for accurate signature.
|
static |
Bottom offset.
|
static |
Color of the primitive.
|
static |
One of the primitive type. kFilledRect Draws a filled rectangle with no border. kUpperOutline Draws an outline with no bottom side. kFullOutline Draws an outline on all sides. kVerticalLine Draws a vertical line at startTime. kBracket Draws a bracket from start to end time. kFrameFlag Draws a flag at a specific frame.
|
static |
End time of the primitive.
|
static |
The drawing height.
|
static |
Label of the primitive.
|
static |
The drawing priority.
|
static |
Start time of the primitive.
|
static |
Tooltip of the primitive.