Classes related to the Control component of the Animate Workbench. More...
Classes | |
| class | ControlCommand |
| ControlCommand class specifying Animate workbench's Control button/command. More... | |
| class | ControlPanel |
| Class providing funcionality to a Control panel inside the TaskView. More... | |
| class | ControlProxy |
Proxy class for a DocumentObjectGroupPython Control instance. More... | |
| class | ViewProviderControlProxy |
Proxy class for Gui.ViewProviderDocumentObject Control.ViewObject. More... | |
Variables | |
| PATH_TO_ICONS | |
| Path to a folder with the necessary icons. More... | |
| PATH_TO_UI | |
| Path to a folder with the necessary user interface files. More... | |
| string | NAME_NUMBER_FORMAT = "%05d" |
| Format string to format image number inside image name while recording. | |
| string | FPS_CHUNK_CODE = b'xfPs' |
| Ancillary private safe-to-copy PNG chunk type code. More... | |
Classes related to the Control component of the Animate Workbench.
The classes in this module provides funcionality for a DocumentObjectGroupPython Control instance.
| string Control.FPS_CHUNK_CODE = b'xfPs' |
Ancillary private safe-to-copy PNG chunk type code.
Definition at line 65 of file Control.py.
| Control.PATH_TO_ICONS |
Path to a folder with the necessary icons.
Definition at line 54 of file Control.py.
| Control.PATH_TO_UI |
Path to a folder with the necessary user interface files.
Definition at line 58 of file Control.py.