![]() |
▶CBaseObject | |
COMC::About | Get the active about details from the instance of the application |
COMC::Actions | The Action global object |
▶COMC::Application | The object representing the overall running application at the base level |
COMH::HarmonyApplication | The Harmony Application object |
▶COMC::Attribute | The attribute wrapper |
COMC::BoolAttribute | The boolean attribute wrapper |
COMC::ColourAttribute | The colour attribute wrapper |
COMC::DoubleAttribute | The double attribute wrapper |
COMC::DrawingAttribute | The attribute wrapper |
COMC::ElementAttribute | The element attribute wrapper |
COMC::EnumAttribute | The enumerated attribute wrapper |
COMC::IntAttribute | The int attribute wrapper |
COMC::Position2DAttribute | The Position2D attribute wrapper |
COMC::Position3DAttribute | The Position3D attribute wrapper |
COMC::TextAttribute | The text-attribute wrapper |
COMC::TimingAttribute | The attribute wrapper |
COMC::Backdrop | The backdrop wrapping object. Represents a specific backdrop in the group |
COMC::Cable | Represents and provides the methods for a cable connecting nodes in the node view |
COMC::Cel | An object that contains a reference to a rendered cel (image) in the application |
▶COMC::Clipboard | Provides copy and paste functionality |
COMH::HarmonyClipboard | The specialized Clipboard class for Harmony |
▶COMC::Colour | A generic colour object that can be used as a colour argument for some internal methiods |
COMC::PaletteGradientPosition | Object representation of a colour gradient position |
▶COMC::Column | Represents and provides the methods for a column in a scene |
COMC::DrawingTimingColumn | Represents and provides the methods for an timing column in a scene |
COMC::ElementColumn | Represents and provides the methods for an element column in a scene |
COMC::ExpressionColumn | Represents and provides the methods for an expression column in a scene |
▶COMC::KeyframeableColumn | The base class for all Keyframeable Columns |
COMC::BezierColumn | A column providing an interpolated value from a bezier curve defined by control points |
COMC::EaseColumn | A column providing an interpolated value from an easy curve defined by control points |
▶COMC::Path3DColumn | A Column type that provides an interpolated 3D point as a value |
COMC::QuaternionColumn | Represents and provides the methods for a quaternion path column in a scene |
COMC::VeloBasedColumn | A Column type that provides an interpolated value based on a velocity property |
▶COMC::ColumnValue | A frame-value object that is provided from a column's list[idx] operator or iterator |
COMC::BezierColumnValue | The value provided by a BezierColumn when accessed as a list, or iterated |
COMC::EaseColumnValue | The value provided by a EaseColumn when accessed as a list, or iterated |
COMC::Path3DColumnValue | The value provided by the list[idx] operator or iterator of a Path3DColumn |
COMC::VeloBasedColumnValue | Frame,value object provided from the VeloBasedColumn |
▶COMC::ControlPoint | The control point base class, this is specialized for the specific column types that provide specialized ControlPoint types |
COMC::BezierControlPoint | An object that represents the control point of bezier column |
COMC::EaseControlPoint | An object that represents the control point of ease column |
COMC::Path3DControlPoint | The 3D Path Control Point provided by a Path3DColumn |
COMC::VeloBasedControlPoint | An object that represents the control point of velo based column |
COMC::CopyObject | An object that represents copied content in memory |
COMC::CopyOptions | Copy Options used in copy methods within OMC::Clipboard |
COMC::Deformation | Provides a wrapper for a deformation applied by a node |
COMC::DrawingAccess | Provides access to modifying Toon Boom drawings |
▶COMC::DrawingLayer | Represents a generic layer in a vector drawing |
COMC::DrawingVectorLayer | Represents a vector layer in a vector drawing |
COMC::DrawingVectorColour | Represents colour information to be used when drawing a vector object |
COMC::DrawingVectorContour | The vector composite for vector drawings. This composite contains the individual art layers that compose the drawings |
COMC::DrawingVectorJoint | The joint defined by the begginning, end or intersection of a stroke |
COMC::DrawingVectorLineStyle | Represents a line style applied to a stroke |
COMC::DrawingVectorStroke | A object providing a reference to a stroke in a OMC::DrawingVectorLayer* |
COMC::DrawingVectorThickness | Represents a thickness binder for a vector stroke |
COMC::DrawingVectorThicknessPathPoint | Represents a point on the thickness path |
COMC::Element | Provides the methods and properties for an Element |
COMC::ElementDrawing | Represents a drawing belonging to an element |
COMC::EnumAttributeOption | An option for the OMC::EnumAttribute attribute |
COMC::FlatCable | Represents a flat-cable that is agnostic of any waypoints or groups. Read-only |
COMC::History | Undo History for the Application |
COMC::Javascript | An interface for providing access to javascript classes and functions |
COMC::Matrix | Provides a 3D transformation matrix (4x4) |
COMC::MetaDataPair | The key,value pair of the metadata object |
▶COMC::Node | The node wrapping object. Represents a specific node in the scene |
COMC::CameraNode | Represents and provides the methods for a camera node |
COMC::DisplayNode | Represents and provides the methods for a display node. |
COMC::GroupNode | Represents and provides the methods for a group node |
▶COMC::MultiPortNode | Represents and provides the methods for a multiport node |
COMC::MultiPortInNode | Represents and provides the methods for a multiport-in node |
COMC::MultiPortOutNode | Represents and provides the methods for a multiport-out node |
COMC::PegNode | Represents and provides the methods for a Peg node |
COMC::ReadNode | Represents and provides the methods for a Read (Drawing) node |
COMC::Node_Colour | Represents and provides the methods for the colour of a node |
COMC::Node_Coordinates | Represents and provides the methods for the coordinates of a node in the node view |
COMC::NodeSubselection | The node subselection object. Represents a subselection relative to a node |
COMC::PasteActionOptions | Paste Actions options used in OMC::Clipboard::paste_action_template |
COMC::PasteOptions | Paste options used in pasting with OMC::Clipboard |
COMC::Path3DControlPointValue | The Control Point value provided by a Path3DColumn |
COMC::Path3DXYZColumnValue | The value provided at a frame-value object for a Path3DColumn |
▶COMC::Point2d | Provides a 2D Point using double values |
COMC::Vector2d | Provides a 2D Vector using double values |
▶COMC::Point3d | Provides a 3D Point using double values |
COMC::Vector3d | Provides a 3D Vector using double values |
▶COMC::Port | Represents and provides the methods for a node's port |
COMC::InPort | Represents and provides the methods for a node's in port |
COMC::OutPort | Represents and provides the methods for a node's out port |
COMC::PreferencePair | The key,value pair of an item in the application's preferences |
COMC::Preferences | The user preferences for the application |
▶COMC::Project | Generic Project wrapper - overridden as needed for the appropriate application |
COMH::HarmonyProject | The project loaded within the application. The project provides access to functions and properties related to the active project within the instance of the application |
COMC::ProjectNamedResolution | A named resolution object, containing the properties of a saved resolution |
COMC::ProjectResolution | The current resolution of the scene |
▶COMC::Rect2D | Provides a 2D Rectangle using double values for width and height |
COMC::AllocatedRect2D | Provides a rectangle with position, width and height, provided as a double value |
▶COMC::Rect2DI | Provides a rectangle with width and height, provided as an integer value |
COMC::AllocatedRect2DI | Provides a rectangle with position, width and height, provided as an integer value |
▶COMC::Scene | A scene within the project in the application |
COMH::HarmonyScene | A scene within a loaded project |
COMC::SceneAspect | The aspect ratio of the cells in the scene grid |
COMC::SceneCenter | The center coordinates of the scene |
COMC::SceneUnitConverter | A converter utility for changing between OGL units and scene units |
COMC::SceneUnits | The units in the scene |
COMC::Transformation | Provides a transformation object that can contain transformation, depth and deformation data |
COMH::ExportHandler | Object handler responsible for exporting video, images and audio from the project |
▶COMH::ExportSettingsBase | The base class to be inherited by all export settings options |
COMH::ExportAudioSettings | The audio export options |
▶COMH::ExportFramesSettings | |
COMH::ExportOGLFramesSettings | Settings for exporting OGL frames from within the application |
COMH::ExportGifSettings | The GIF export options |
COMH::ImportHandler | Object handler responsible for importing video, images and audio to the project |
▶COMH::ImportSettingsBase | The base class to be inherited by all import settings options |
COMH::Import3DObjectSettings | Provides the default 3D object import options |
COMH::ImportAudioSettings | Provides the default audio import options |
▶COMH::ImportVectorSettings | Provides the default vectorized image import options |
▶COMH::ImportRasterSettings | Provides the default image import options |
COMH::ImportMovieSettings | Provides the default movie import options |
COMH::ImportPhotoshopImageSettings | Provides the default photoshop image import options |
COMH::TimelineMarker | An object that represents a single Timeline Marker in the scene |
▶CContainer | |
COMC::Preferences | The user preferences for the application |
COMH::ExportOGLMovieSettings | Settings for exporting OGL movies from within the application |
COMH::ExportOH264Settings | The OpenH264 export options |
COMH::ExportProResSettings | The ProRes export options |
COMH::ExportQuicktimeSettings | The Quicktime export options |
COMH::ExportWMVSettings | The Windows Media Video (WMV) export options |
COMC::FrameOptions | Frame options for when inserting and removing frames |
CHarmonyModule | The root object that provides initialization and access to the Harmony session |
COMH::HarmonyRenderHandler | The render-handler object for Harmony |
▶CIterable | |
COMC::Preferences | The user preferences for the application |
▶CIterableObj | |
COMC::AttributeList | Represents a list of attributes for a node, or subattributes of an attribute |
COMC::BackdropList | A list containing all backdrops within a group |
COMC::CableList | Provides a list of OMC::Cables attached to an OutPort |
COMC::ColumnList | Represents a list of columns in a scene |
COMC::ControlPointList | A class representing a list of control points, providing utilities to modify the list |
COMC::ElementDrawingList | Provides a list of ElementDrawings provided from a Element |
COMC::ElementList | Provides a list of elements that are owned by the scene |
COMC::FlatCableList | Represents a flattened cables connecting nodes in the node view, ignoring all groups and waypoints |
COMC::NodeList | A class representing a list of nodes, providing utilities to modify, filter, and search the list |
COMC::NodeSubselectionList | A list providing the available subselection interfaces for the node |
COMC::Palette | Represents and provides the methods for a Palette in a project |
COMC::PaletteColour | Provides methods to access palette colour objects and their gradient positions |
COMC::PaletteList | Represents and provides methods to create and access Palette objects from the current project |
COMC::PaletteListList | Provides methods to access Palettelist objects in a project |
▶COMC::PortList | A list of ports on a node |
COMC::InPortList | A port list specific for InPort lists on nodes |
▶COMC::MultiPortList | A dynamic list of Port objects belonging to a node |
COMC::MultiInPortList | A dynamic list of InPort objects belonging to a node |
▶COMC::SceneList | A list of scenes contained within a project |
COMH::HarmonySceneList | The Scene List specialized for Harmony |
▶CIterableQVar | |
COMC::Bezier | Defines a bezier formed with a number of points |
COMC::BezierPath | Defines of a path of bezier points |
COMC::Drawing | The vector composite for vector drawings. This composite contains the individual art layers that compose the drawings |
▶COMC::DrawingArtLayer | Represents a generic art-layer in a vector drawing composite (OMC::Drawing) |
COMC::DrawingVectorArtLayer | A wrapper for Vector Art layers provided by the vector art composite. Contains the layers that make up the drawing on the given art-layer |
COMC::DrawingVectorContourList | A list providing all vector contours associated with a specific OMC::DrawingVectorLayer* |
COMC::DrawingVectorJointList | A list providing all vector joints associated with a specific OMC::DrawingVectorLayer* |
COMC::DrawingVectorStrokeList | The list of strokes provided by a OMC::DrawingVectorLayer* in a OMC::Drawing |
COMC::DrawingVectorThicknessPath | Represents a thickness path used for a vector stroke |
▶COMC::JavascriptObject | An object that represents a loaded javascript object and its global context |
COMC::JavascriptRootObject | An object that represents the root javascript object and its global context, as well as information about its original script's source |
COMC::MetaDataHandler | Provides access to the metadata of a specific object – a node, or a scene |
COMH::Selection | Provides selections within Harmony |
COMH::SelectionBackdropList | Provides the selected backdrops |
COMH::SelectionColumnList | Provides the selected columns |
COMH::SelectionNodeList | Provides the selected nodes |
COMH::SubselectionList | Provides the selected subselection objects |
COMH::TimelineMarkerList | A list providing access to creating OMC::TimelineMarker objects that represent timeline markers in a Harmony project |
▶CListObj | |
COMC::AttributeList | Represents a list of attributes for a node, or subattributes of an attribute |
COMC::CableList | Provides a list of OMC::Cables attached to an OutPort |
COMC::ColumnList | Represents a list of columns in a scene |
COMC::ControlPointList | A class representing a list of control points, providing utilities to modify the list |
COMC::ElementDrawingList | Provides a list of ElementDrawings provided from a Element |
COMC::ElementList | Provides a list of elements that are owned by the scene |
COMC::FlatCableList | Represents a flattened cables connecting nodes in the node view, ignoring all groups and waypoints |
COMC::NodeList | A class representing a list of nodes, providing utilities to modify, filter, and search the list |
COMC::NodeSubselectionList | A list providing the available subselection interfaces for the node |
COMC::Palette | Represents and provides the methods for a Palette in a project |
▶COMC::PaletteBaseColour | Interface base class for textures and colors owned by palettes |
COMC::PaletteColour | Provides methods to access palette colour objects and their gradient positions |
COMC::PaletteTexture | Provides methods to access palette texture objects on a palette |
COMC::PaletteList | Represents and provides methods to create and access Palette objects from the current project |
COMC::PaletteListList | Provides methods to access Palettelist objects in a project |
COMC::PortList | A list of ports on a node |
COMC::SceneList | A list of scenes contained within a project |
▶CListQVar | |
COMC::BackdropList | A list containing all backdrops within a group |
COMC::Bezier | Defines a bezier formed with a number of points |
COMC::BezierPath | Defines of a path of bezier points |
COMC::Drawing | The vector composite for vector drawings. This composite contains the individual art layers that compose the drawings |
COMC::DrawingArtLayer | Represents a generic art-layer in a vector drawing composite (OMC::Drawing) |
COMC::DrawingVectorContourList | A list providing all vector contours associated with a specific OMC::DrawingVectorLayer* |
COMC::DrawingVectorJointList | A list providing all vector joints associated with a specific OMC::DrawingVectorLayer* |
COMC::DrawingVectorStrokeList | The list of strokes provided by a OMC::DrawingVectorLayer* in a OMC::Drawing |
COMC::DrawingVectorThicknessPath | Represents a thickness path used for a vector stroke |
COMC::JavascriptObject | An object that represents a loaded javascript object and its global context |
COMC::MetaDataHandler | Provides access to the metadata of a specific object – a node, or a scene |
COMH::Selection | Provides selections within Harmony |
COMH::SelectionBackdropList | Provides the selected backdrops |
COMH::SelectionColumnList | Provides the selected columns |
COMH::SelectionNodeList | Provides the selected nodes |
COMH::SubselectionList | Provides the selected subselection objects |
COMH::TimelineMarkerList | A list providing access to creating OMC::TimelineMarker objects that represent timeline markers in a Harmony project |
© 1994–2024 Toon Boom Animation Inc. All rights reserved.
Generated by Doxygen 1.8.14 | Terms and Conditions | Privacy Policy | Report Piracy