The Timeline JavaScript global object. Used to get informations about layers and frames from the Timeline view.
More...
|
bool | selIsColumn (int selectionIndex) |
| Returns true if the selectionIndex points to a column. More...
|
|
String | selToColumn (int selectionIndex) |
| Converts the selection index to a column. More...
|
|
String | selToNode (int selectionIndex) |
| Converts the selection index to a node. More...
|
|
bool | selIsNode (int selectionIndex) |
| Returns true if the selection index is a node. More...
|
|
bool | layerIsColumn (int layerIndex) |
| Returns true if the layer index is a column. More...
|
|
String | layerToColumn (int layerIndex) |
| Returns the layer as a column, or the empty string if this layer is not a column. More...
|
|
bool | layerIsNode (int layerIndex) |
| Returns true if the layer is a node. More...
|
|
String | layerToNode (int layerIndex) |
| Returns the node associated to the layer, or the empty string if this layer is not a node. More...
|
|
int | selToLayer (int selectionIndex) |
| Converts a selection index to a layer index. More...
|
|
int | parentNodeIndex (int layerIndex) |
| Returns the layer index of the parent node. More...
|
|
bool | isAncestorOf (int parentLayerIndex, int layerIndex) |
| Returns true if the parent layer index is an ancestor of the layer index. More...
|
|
bool | setDisplayToUnconnected () |
| Returns true if the display was set to unconnected. More...
|
|
The Timeline JavaScript global object. Used to get informations about layers and frames from the Timeline view.
There are two main groups of Timeline functions:
- selToXX: the selection functions work with a selection using the selIdx parameter.
- layerToXX: the layer functions work with Timeline layers using the layerIdx parameter.
The layerIdx and selIdx parameters are used in many of the functions:
- layerIdx: this is an integer that represents the layer in the Timeline. The first layer in the Timeline is considered 0 (zero).
- selIdx: this is an integer that represents the selection in the Timeline. It is a number from 0 to the number of layers selected minus 1.
function printTimelineLayerInformation()
{
{
}
for ( var i = 0; i < numSelLayers; i++ )
{
}
}
◆ firstFrameSel()
int Timeline::firstFrameSel |
( |
| ) |
|
Returns the first frame selected.
- Returns
- Returns the first selected frame number.
◆ isAncestorOf
bool Timeline::isAncestorOf |
( |
int |
parentLayerIndex, |
|
|
int |
layerIndex |
|
) |
| |
|
slot |
Returns true if the parent layer index is an ancestor of the layer index.
- Parameters
-
parentLayerIndex | : The parent layer index in the timeline layer. |
layerIndex | : The layer index in the timeline layer. |
- Returns
- Returns true if the parent layer index is an ancestor of the layer index.
◆ layerIsColumn
bool Timeline::layerIsColumn |
( |
int |
layerIndex | ) |
|
|
slot |
Returns true if the layer index is a column.
- Parameters
-
layerIndex | : The layer index in the timeline layer. |
- Returns
- Returns true if the layer index is a column.
◆ layerIsNode
bool Timeline::layerIsNode |
( |
int |
layerIndex | ) |
|
|
slot |
Returns true if the layer is a node.
- Parameters
-
layerIndex | : The layer index in the timeline layer. |
- Returns
- Returns true if the layer is a node.
◆ layerToColumn
String Timeline::layerToColumn |
( |
int |
layerIndex | ) |
|
|
slot |
Returns the layer as a column, or the empty string if this layer is not a column.
- Parameters
-
layerIndex | : The layer index in the timeline layer. |
- Returns
- Returns the layer as a column, or the empty string if this layer is not a column.
◆ layerToNode
String Timeline::layerToNode |
( |
int |
layerIndex | ) |
|
|
slot |
Returns the node associated to the layer, or the empty string if this layer is not a node.
- Parameters
-
layerIndex | : The layer index in the timeline layer. |
- Returns
- Returns the node associate to the layer, or the empty string if this layer is not a node.
◆ numFrameSel()
int Timeline::numFrameSel |
( |
| ) |
|
Returns the number of the selected frame, if only one frame is selected. It will return zero (0) if no frames are selected.
- Returns
- Returns the number of selected frame.
◆ numLayers()
int Timeline::numLayers |
( |
| ) |
|
Returns the number of layers in the timeline.
- Returns
- Returns the number of layers in the timeline.
◆ numLayerSel()
int Timeline::numLayerSel |
( |
| ) |
|
Returns the number of layer selected.
- Returns
- Returns the number of selected layers.
◆ parentNodeIndex
int Timeline::parentNodeIndex |
( |
int |
layerIndex | ) |
|
|
slot |
Returns the layer index of the parent node.
- Parameters
-
layerIndex | : The layer index in the timeline layer. |
- Returns
- Returns the layer index of the parent node.
◆ selIsColumn
bool Timeline::selIsColumn |
( |
int |
selectionIndex | ) |
|
|
slot |
Returns true if the selectionIndex points to a column.
- Parameters
-
selectionIndex | : The selection index in the timeline layer. |
- Returns
- Returns true if the selIdx points to a column.
◆ selIsNode
bool Timeline::selIsNode |
( |
int |
selectionIndex | ) |
|
|
slot |
Returns true if the selection index is a node.
- Parameters
-
selectionIndex | : The selection index in the timeline layer. |
- Returns
- Returns true if the selection index is a node.
◆ selToColumn
String Timeline::selToColumn |
( |
int |
selectionIndex | ) |
|
|
slot |
Converts the selection index to a column.
- Parameters
-
selectionIndex | : The selection index in the timeline layer. |
- Returns
- Returns the name of the column.
◆ selToLayer
int Timeline::selToLayer |
( |
int |
selectionIndex | ) |
|
|
slot |
Converts a selection index to a layer index.
- Parameters
-
selectionIndex | : The selection index in the timeline layer. |
- Returns
- Returns a layer index.
◆ selToNode
String Timeline::selToNode |
( |
int |
selectionIndex | ) |
|
|
slot |
Converts the selection index to a node.
- Parameters
-
selectionIndex | : The selecton index in the timeline layer. |
- Returns
- Returns the name of the node.
◆ setDisplayToUnconnected
bool Timeline::setDisplayToUnconnected |
( |
| ) |
|
|
slot |
Returns true if the display was set to unconnected.
- Returns
- Returns true if the display was set to unconnected.
◆ firstFrameSel
int Timeline::firstFrameSel |
|
read |
Returns the first selected frame number.
- Returns
- Returns the first selected frame number.
◆ numFrameSel
int Timeline::numFrameSel |
|
read |
Returns the number of selected the frame. If only 1 frame is selected.
- Returns
- Returns the number of the selected frame.
◆ numLayers
Returns the number of layers in the timeline.
- Returns
- Returns the number of layers in the timeline.
◆ numLayerSel
int Timeline::numLayerSel |
|
read |
Returns the number of selected layers.
- Returns
- Returns the number of selected layers.