import "sbIMediaListViewTreeView.idl";
Public Member Functions | |
void | onCellEdited (in sbIMediaItem item, in AString property, in AString oldValue) |
Called back when a cell has been edited in the playlist tree. | |
Public Attributes | |
const long | DROP_BEFORE = -1 |
const long | DROP_ON = 0 |
const long | DROP_AFTER = 1 |
Definition at line 44 of file sbIMediaListViewTreeView.idl.
void sbIMediaListViewTreeViewObserver::onCellEdited | ( | in sbIMediaItem | item, | |
in AString | property, | |||
in AString | oldValue | |||
) |
Called back when a cell has been edited in the playlist tree.
item | media item this affects (has already been changed) | |
property | name of the property changed | |
oldValue | old value of the property |