| ▼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::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::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::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::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 |
| ▼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::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::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::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::SelectionColumnList | Provides the list selected columns |
| COMH::SelectionNodeList | Provides the selected nodes |
| ▼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::PortList | A list of ports on a node |
| COMC::SceneList | A list of scenes contained within a project |
| ▼CListQVar | |
| 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 |
| ▼CListQVar | |
| COMH::Selection | Provides selections within Harmony |
| COMH::SelectionColumnList | Provides the list selected columns |
| COMH::SelectionNodeList | Provides the selected nodes |
| COMC::PythonThreadHelper::PythonGILScope_Priv | |
| COMC::PythonThreadHelper::PythonThreadScope_Priv | |