The interface for giving context to a playlistcommands object. More...
import"sbIPlaylistCommands.idl";
Public Attributes | |
readonly attribute nsIDOMNode | playlist |
The playlist against which the commands are acting. More... | |
readonly attribute sbIMediaItem | medialist |
The medialist against which the commands are acting. More... | |
readonly attribute nsIDOMWindow | window |
The outer window containing the playlist against which the commands are acting. More... | |
readonly attribute sbIPlaylistCommands | commands |
The commands object itself. More... | |
The interface for giving context to a playlistcommands object.
Definition at line 509 of file sbIPlaylistCommands.idl.
readonly attribute sbIPlaylistCommands sbIPlaylistCommandsContext::commands |
The commands object itself.
Definition at line 529 of file sbIPlaylistCommands.idl.
readonly attribute sbIMediaItem sbIPlaylistCommandsContext::medialist |
The medialist against which the commands are acting.
Definition at line 519 of file sbIPlaylistCommands.idl.
readonly attribute nsIDOMNode sbIPlaylistCommandsContext::playlist |
The playlist against which the commands are acting.
Definition at line 514 of file sbIPlaylistCommands.idl.
readonly attribute nsIDOMWindow sbIPlaylistCommandsContext::window |
The outer window containing the playlist against which the commands are acting.
Definition at line 524 of file sbIPlaylistCommands.idl.