![]() |
Provides selections within Harmony.
The Selection object is provided from the OMH::HarmonyScene from the OMH::HarmonyScene::selection attribute.
Deselecting Undesired Nodes
Public Member Functions | |
bool | contains (OMC::BaseObject *) const |
Identifies if the list contains the node (or subnode). | |
virtual std::vector< OMC::BaseObject * > | list () const override |
Converts the dynamic list into a concrete list of node objects. | |
virtual void | add (const QVariant &item) |
Add an item to the selection. | |
virtual void | remove (const QVariant &node) |
Remove an item from the selection. | |
void | select_all () |
Selects all nodes and all columns in the scene. | |
void | select_none () |
Removes all items from the selection. | |
virtual void | setFrameRange (int startFrame, int length) |
Sets the selection range. | |
QString | create_template (const QString &name, const QString &path, const OMC::CopyOptions *copyOptions=null) const |
Creates template from the current selection in the scene, using only the current drawing versions. More... | |
Public Attributes | |
OMH::SelectionNodeList * | nodes |
The list of selected nodes. | |
OMH::SelectionColumnList * | columns |
The list of selected columns. | |
OMC::BaseObject * | operator[int idx] |
Provides the object at the given index within the selection. More... | |
bool | ranged |
True if the selection has a range.. | |
size_t | frame_range |
The number of frames selected. | |
int | frame_start |
The start frame of the selected range. | |
QString OMH::Selection::create_template | ( | const QString & | name, |
const QString & | path, | ||
const OMC::CopyOptions * | copyOptions = null |
||
) | const |
Creates template from the current selection in the scene, using only the current drawing versions.
No template is created when there is nothing selected, when the path is not valid or when there is an IO error.
name | : The name of the new template. |
path | : The location of the new template. |
copyOptions | : [optional] The OMC::copyOptions that provide extra options when creating the template. |
OMC::BaseObject* OMH::Selection::operator[int idx] |
Provides the object at the given index within the selection.
The provided value can be of any supported selection-type. For more information see the available selection-specializations: