Control Namespace Reference

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...
 

Detailed Description

Classes related to the Control component of the Animate Workbench.

The classes in this module provides funcionality for a DocumentObjectGroupPython Control instance.

Variable Documentation

◆ FPS_CHUNK_CODE

string Control.FPS_CHUNK_CODE = b'xfPs'

Ancillary private safe-to-copy PNG chunk type code.

Definition at line 65 of file Control.py.

◆ PATH_TO_ICONS

Control.PATH_TO_ICONS
Initial value:
1 = path.join(FreeCAD.getHomePath(), "Mod", "Animate", "Resources",
2  "Icons")

Path to a folder with the necessary icons.

Definition at line 54 of file Control.py.

◆ PATH_TO_UI

Control.PATH_TO_UI
Initial value:
1 = path.join(FreeCAD.getHomePath(), "Mod", "Animate", "Resources",
2  "UIs")

Path to a folder with the necessary user interface files.

Definition at line 58 of file Control.py.