▼CBAPP_SpecialFolders | |
CspecialFolders | By using the SpecialFolders functions, you can retrieve information about the different folders (directories) used by the application. All of the functions are read-only. They return strings that represent folders in use by the various applications. Depending on the application (e.g. Toon Boom Harmony versus Toon Boom AnimatePro), the same content is stored in a different location |
▼CLabeled | |
CComboBox | Simplified ComboBox widget |
CDateEdit | Simplified DateEdit widget |
CLineEdit | Simplified LineEdit widget. Note that this widget is derived from Label, so also has a label property |
CNumberEdit | Simplified NumberEdit widget |
CSlider | Simplified slider widget |
CSpinBox | Simplified SpinBox widget |
CTimeEdit | Simplified TimeEdit widget |
▼CQObject | |
Cabout | Returns information about the current application running the script and its environment. You can use it in both Script Editor and scriptModule |
CColorOverride | Defines an interface for the colour override node |
CColorRGBA | |
CCompositionItem | A class that represent a single entry in the composition order. The composition order is an array of this composition item |
CDateEditEnum | Enum class for simplified DateEdit class - specifies display order of day, month, year |
CDir | Interface to operating system Dir operations, ie, mkdir, rmdir, rename, etc |
CDirSpec | Enum for directory operations |
CDrawingToolParams | DrawingTool params class - used as parameters in drawingTools calls |
CFile | Interface to operating system File operations, ie open, close, read, write.. |
CFileAccess | Enum to define file operation |
CMatrix4x4 | Defines a four by four matrix container. Matrix4x4 objects can be instantiated in the scripting environment |
CPalette | Defines a palette of colours |
CPaletteList | Defines a collection of palettes |
CPoint2d | |
CPoint3d | |
CProcess | Used to launch an external process. Processes can be instantiated in the scripting environment |
CRemoteCmd | |
CSCR_DragObject | |
CSCR_FileIOTypeWrapper | |
CSCR_FileWrapper | Used to represent an actual image file on disk. Files can be instantiated in the scripting environment or retrieved in an SM_InputPortWrapper object |
CSRC_TemporaryFileContext | |
CVector2d | |
CVector3d | |
▼CQScriptable | |
CDir | Interface to operating system Dir operations, ie, mkdir, rmdir, rename, etc |
CFile | Interface to operating system File operations, ie open, close, read, write.. |
▼CSCR_BaseInterface | |
Cabout | Returns information about the current application running the script and its environment. You can use it in both Script Editor and scriptModule |
CAction | Action interface is used to perform menu or tool bar functions |
Ccolumn | With the Column function, you can retrieve values from columns in your scene and you can add and remove them |
CcompositionOrder | Scriptable interface for extracting the timeline composition order. var composition = composition.buildDefaultCompositionOrder() or var composition = composition.buildCompositionOrderForDisplay( displayNode ); |
CcopyPaste | Implement the copy paste interface, to/from templates, which is available to the scripting environment |
CDrawing | |
CDrawingTools | |
Celement | With the Element functions, you can retrieve information about the elements in your scene and you can add and remove them. Each element has an index (0..nbElements), an integer id (key of the element in the database), which is unique and a name ( which is not guaranteed to be unique ) |
Cexporter | This set of functions provides access to the project's export directory |
CFileDialog | Simplified FileDialog interface |
CfileMapper | Map paths from one format to another |
Cframe | With the Frame functions, you can retrieve values from frames and you can add and remove frames in your scene |
Cfunc | With the Function Curve functions, you can retrieve and modify values in the function curves |
CInput | Access to Simplified Input Dialogs |
CKeyModifiers | |
Clibrary | Interface to select templates, and generate thumbnails and movies for them |
CMessageBox | Simplified MessageBox widget |
CMessageLog | Allows the user to print messages to the message log window |
CMovieImport | |
Cnode | Nodes are synonymous with Filter, IO, Move and Group Modules in the Network View |
CPaletteManager | Query information from the Colour view |
CPaletteObjectManager | Provide access to palette list (PaletteList) and palette (Palette) objects |
CPenstyleManager | This set of functions is used to query/modify the current penstyle and list of penstyles. The list of penstyles includes the brush, pencil and texture styles |
Cpreferences | With the Preferences functions, you can retrieve information about the whole preference system. The user can set and retrieve the value of any preferences in the software |
Crender | The Render class is used to render the scene or a part of the scene. The scripting environment can receive notifications when scene frame is ready. See the TB_ExportFLV script for an example |
Cscene | With the Scene functions, you can retrieve and set global scene attributes, like the aspect ratio of the cells in the scene grid |
Cselection | With the Selection functions, you can retrieve information about the modules or columns you have selected within a view. These functions work best if run from an icon in the Views Toolbar |
Csound | The Sound class is used to access the scene's soundtrack in part or in whole. The scripting environment can receive notifications when scene frame is ready. See the TB_ExportFLV script for an example |
CSystem | |
CTimeline | With the Timeline functions, you can return values for layers and frames in the Timeline window |
CToolProperties | This object controls most of the tool properties that can be found on the Tool Properties Panel. The Tool Presets view must have been loaded for these function to be available |
CUiloader | The UILoader interface allows the user to load pre-defined Qt forms that define Qt widgets (generally built within Qt Designer). This allows users to build complex dialogs, using all of the pre-defined widgets that Qt4.8 supports. See Qt documentation for further details: http://qt-project.org/doc/qt-4.8 |
Cview | The View functions provide information about the contents of selected View windows |
▼CSCRIPT_QSWidget | |
CCheckBox | Simplified CheckBox widget |
CDialog | Simplified Dialog widget. This class and the associated widget classes are used to build simple dialogs |
CGroupBox | Simplified GroupBox widget |
CLabel | Simplified Label widget |
CRadioButton | Simplified RadioButton widget |
CTextEdit | Simplified TextEdit widget |
▼CUI_DialogController | |
CExportVideoDlg | |