An interface to specify playlist commands from remote web pages. More...
import"sbIRemoteCommands.idl";
Public Member Functions | |
void | addCommand (in AString aType, in AString aID, in AString aName, in AString aTooltip) |
void | removeCommand (in AString aID) |
void | setCommandData (in unsigned long aNumCommands, [const, array, size_is(aNumCommands)] in wstring aTypeArray, [const, array, size_is(aNumCommands)] in wstring aIDArray, [const, array, size_is(aNumCommands)] in wstring aNameArray, [const, array, size_is(aNumCommands)] in wstring aTooltipArray) |
Public Attributes | |
attribute sbIRemotePlayer | owner |
An interface to specify playlist commands from remote web pages.
TODO: Write this documentation
Definition at line 51 of file sbIRemoteCommands.idl.
void sbIRemoteCommands::addCommand | ( | in AString | aType, |
in AString | aID, | ||
in AString | aName, | ||
in AString | aTooltip | ||
) |
void sbIRemoteCommands::removeCommand | ( | in AString | aID | ) |
void sbIRemoteCommands::setCommandData | ( | in unsigned long | aNumCommands, |
[const, array, size_is(aNumCommands)] in wstring | aTypeArray, | ||
[const, array, size_is(aNumCommands)] in wstring | aIDArray, | ||
[const, array, size_is(aNumCommands)] in wstring | aNameArray, | ||
[const, array, size_is(aNumCommands)] in wstring | aTooltipArray | ||
) |
attribute sbIRemotePlayer sbIRemoteCommands::owner |
Definition at line 90 of file sbIRemoteCommands.idl.