Storyboard
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CBAPP_SpecialFolders
 CspecialFoldersBy 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
 CComboBoxSimplified ComboBox widget
 CDateEditSimplified DateEdit widget
 CLineEditSimplified LineEdit widget. Note that this widget is derived from Label, so also has a label property
 CNumberEditSimplified NumberEdit widget
 CSliderSimplified slider widget
 CSpinBoxSimplified SpinBox widget
 CTimeEditSimplified TimeEdit widget
 CQObject
 CaboutReturns information about the current application running the script and its environment. You can use it in both Script Editor and scriptModule
 CCaptionManagerThis interface is used to access caption properties. Note that the text in captions is in html format
 CColorRGBA
 CDateEditEnumEnum class for simplified DateEdit class - specifies display order of day, month, year
 CDirInterface to operating system Dir operations, ie, mkdir, rmdir, rename, etc
 CDirSpecEnum for directory operations
 CDrawingToolParamsDrawingTool params class - used as parameters in drawingTools calls
 CExportManagerThis interface is used to export the storyboard project
 CFileInterface to operating system File operations, ie open, close, read, write..
 CFileAccessEnum to define file operation
 CFunctionManagerWith the Function Manager, you can manipulate the camera functions and the layer functions. Note that for all methods you must give the unique id. For the camera, this is the sceneId. For a layer functions, this is the panelId
 CLayerManagerThis interface is used to access the layers within a given panel
 CMotionManagerThis interface is used to access the shot cameras or the panel layers, and add or remove motion to them
 CPrjMgtManagerThis interface is used to merge/extract another storyboard into the main storyboard
 CProcessUsed to launch an external process. Processes can be instantiated in the scripting environment
 CPropertiesManagerThis interface is used to access the properties of the storyboard project
 CSelectionManagerThis interface is used to access the GUI storyboard selection. In batch mode, this interface is a no-op
 CsoundColumnInterface
 CsoundSequenceInterface
 CSoundTrackManagerThis interface is used to access the audio tracks of a storyboard project
 CStoryboardManagerThis interface is used to access the main storyboard project. It can be used to query the sequences, scenes, panels and transitions of the project. As well, it can be used to create, delete or rename project objects
 CQScriptable
 CDirInterface to operating system Dir operations, ie, mkdir, rmdir, rename, etc
 CFileInterface to operating system File operations, ie open, close, read, write..
 CsoundColumnInterface
 CsoundSequenceInterface
 CSCR_BaseInterface
 CaboutReturns information about the current application running the script and its environment. You can use it in both Script Editor and scriptModule
 CActionAction interface is used to perform menu or tool bar functions
 CDrawingTools
 CFileDialogSimplified FileDialog interface
 CfileMapperMap paths from one format to another
 CInputAccess to Simplified Input Dialogs
 CKeyModifiers
 CMessageBoxSimplified MessageBox widget
 CMessageLogAllows the user to print messages to the message log window
 CPenstyleManagerThis 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
 CpreferencesWith 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
 CsceneWith the Scene functions, you can retrieve and set global scene attributes, like the aspect ratio of the cells in the scene grid
 CSystem
 CUiloaderThe 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
 CviewThe View functions provide information about the contents of selected View windows
 CSCRIPT_QSWidget
 CCheckBoxSimplified CheckBox widget
 CDialogSimplified Dialog widget. This class and the associated widget classes are used to build simple dialogs
 CGroupBoxSimplified GroupBox widget
 CLabelSimplified Label widget
 CRadioButtonSimplified RadioButton widget
 CTextEditSimplified TextEdit widget