RectangleSelectors#
RectangleSelectors#
Constructor#
|
Collection of |
Properties#
The opacity of the graphic |
|
How the alpha is handled by the renderer |
|
Used to block events for a graphic and prevent recursion. |
|
Used to block event handlers for a graphic and prevent recursion. |
|
used to emit an event after the graphic is deleted |
|
Registered event handlers. |
|
The imgui popup that is opened by a right-click on this graphic. |
|
Graphic name |
|
[x, y, z] |
|
Orientation of the graphic as a quaternion |
|
(x, y, z) scaling factor |
|
Child selector selections in append order. |
|
events supported by this graphic |
|
set a custom tooltip format function which takes a |
|
Whether the graphic is visible |
|
Associated pygfx WorldObject. |
Methods#
Add axes onto this Graphic |
|
|
Register a callback fired on any selection change. |
|
Create a new child selector and return it. |
Append imgui elements to the right-click popup of this graphic. |
|
Remove all child selectors. |
|
clear all event handlers added to this graphic |
|
Takes a pygfx.PointerEvent and returns formatted pick info. |
|
|
map position from model (data) space to world space, basically applies the world affine transform |
|
map position from world space to model (data) space, basically applies the inverse world affine transform |
Remove a child selector by index or reference. |
|
remove a registered event handler |
|
Remove and return the right-click popup of this graphic |
|
|
Rotate the Graphic with respect to the world. |
Set the imgui popup that is opened by a right-click on this graphic, replaces the popup of the subplot or Figure for this graphic. |