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

TimeLanesEditor(extension, device_configurations)

A widget for editing the time lanes of a sequence.

TimeLaneModel(name, lane[, parent])

An abstract list model to represent a time lane.

TimeLaneDelegate

A delegate to display and edit the cells of a time lane.

Modules

digital_lane_editor

Contains components to edit a digital time lane.

analog_lane_editor

Contains components to edit an analog time lane.

camera_lane_editor

Contains components to edit a camera time lane.

extension

Defines types to be used for extending Condetrol with new lanes.