timelanes_editor
Provides a widget for editing time lanes.
The main class is TimeLanesEditor which is a widget that displays multiple
time lanes, along with the time steps, in a table-like view.
To know how to display and edit a specific type of lane, the editor uses
the extension.CondetrolLaneExtensionProtocol to know how to build a
TimeLaneModel and a TimeLaneDelegate for each lane.
Classes
|
A widget for editing the time lanes of a sequence. |
|
An abstract list model to represent a time lane. |
A delegate to display and edit the cells of a time lane. |
Modules
Contains components to edit a digital time lane. |
|
Contains components to edit an analog time lane. |
|
Contains components to edit a camera time lane. |
|
Defines types to be used for extending Condetrol with new lanes. |