|
|
|
@ -746,14 +746,14 @@ static const JSCommandEntry JSCommandList [] = {
|
|
|
|
|
{ "GetEntryCopyright", notsupported, "(c)", KParts::LiveConnectExtension::TypeString },
|
|
|
|
|
{ "GetEntryTitle", notsupported, "title", KParts::LiveConnectExtension::TypeString },
|
|
|
|
|
{ "GetFullScreen", isfullscreen, 0L, KParts::LiveConnectExtension::TypeBool },
|
|
|
|
|
{ "GetImagetqStatus", notsupported, "false", KParts::LiveConnectExtension::TypeBool },
|
|
|
|
|
{ "GetImageStatus", notsupported, "false", KParts::LiveConnectExtension::TypeBool },
|
|
|
|
|
{ "GetLastErrorMoreInfoURL", notsupported, "no error", KParts::LiveConnectExtension::TypeString },
|
|
|
|
|
{ "GetLastErrorRMACode", notsupported, "0", KParts::LiveConnectExtension::TypeNumber },
|
|
|
|
|
{ "GetLastErrorSeverity", notsupported, "6", KParts::LiveConnectExtension::TypeNumber },
|
|
|
|
|
{ "GetLastErrorUserCode", notsupported, "0", KParts::LiveConnectExtension::TypeNumber },
|
|
|
|
|
{ "GetLastErrorUserString", notsupported, "no error", KParts::LiveConnectExtension::TypeString },
|
|
|
|
|
{ "GetLastMessage", notsupported, "no error", KParts::LiveConnectExtension::TypeString },
|
|
|
|
|
{ "GetLasttqStatus", notsupported, "no error", KParts::LiveConnectExtension::TypeString },
|
|
|
|
|
{ "GetLastStatus", notsupported, "no error", KParts::LiveConnectExtension::TypeString },
|
|
|
|
|
{ "GetLength", length, 0L, KParts::LiveConnectExtension::TypeNumber },
|
|
|
|
|
{ "GetLiveState", notsupported, "false", KParts::LiveConnectExtension::TypeBool },
|
|
|
|
|
{ "GetLoop", isloop, 0L, KParts::LiveConnectExtension::TypeBool },
|
|
|
|
@ -802,7 +802,7 @@ static const JSCommandEntry JSCommandList [] = {
|
|
|
|
|
{ "SetDoubleSize", notsupported, "true", KParts::LiveConnectExtension::TypeBool },
|
|
|
|
|
{ "SetFileName", setsource, 0L, KParts::LiveConnectExtension::TypeBool },
|
|
|
|
|
{ "SetFullScreen", notsupported, "true", KParts::LiveConnectExtension::TypeBool },
|
|
|
|
|
{ "SetImagetqStatus", notsupported, "true", KParts::LiveConnectExtension::TypeBool },
|
|
|
|
|
{ "SetImageStatus", notsupported, "true", KParts::LiveConnectExtension::TypeBool },
|
|
|
|
|
{ "SetLoop", notsupported, "true", KParts::LiveConnectExtension::TypeBool },
|
|
|
|
|
{ "SetMaintainAspect", notsupported, "true", KParts::LiveConnectExtension::TypeBool },
|
|
|
|
|
{ "SetMute", notsupported, "true", KParts::LiveConnectExtension::TypeBool },
|
|
|
|
|