Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Runner ( ) : |
Returns the Plasma.AbstractRunner associated with this script component | |
RunnerScript ( ) : System | ||
RunnerScript ( |
Default constructor for a RunnerScript. Subclasses should not attempt to access the Plasma.AbstractRunner associated with this RunnerScript in the constructor. All such set up that requires the AbstractRunner itself should be done in the init() method. | |
SetRunner ( Plasma runner ) : void | Sets the Plasma.AbstractRunner associated with this RunnerScript |
Method | Description | |
---|---|---|
Action ( string id ) : Qyoto.QAction | ||
Actions ( ) : string | ||
AddAction ( string id, Qyoto.QIcon icon, string text ) : Qyoto.QAction | ||
AddAction ( string id, Qyoto.QAction action ) : void | ||
AddSyntax ( Plasma syntax ) : void | ||
ClearActions ( ) : void | ||
Config ( ) : Kimono.KConfigGroup | ||
CreateProxy ( ) : void | ||
DataEngine ( string name ) : |
||
Description ( ) : Kimono.KPluginInfo | ||
RemoveAction ( string id ) : void | ||
RunnerScript ( |
||
ServiceQuery ( string serviceType ) : List |
||
ServiceQuery ( string serviceType, string constraint ) : List |
||
SetHasRunOptions ( bool hasRunOptions ) : void | ||
SetIgnoredTypes ( uint types ) : void | ||
SetPriority ( Plasma newPriority ) : void | ||
SetSpeed ( Plasma newSpeed ) : void | ||
SetSyntaxes ( List |
Method | Description | |
---|---|---|
MainScript ( ) : string | ||
Match ( Plasma search ) : void | ||
Package ( ) : |
||
Run ( Plasma search, Plasma action ) : void |
protected Action ( string id ) : Qyoto.QAction | ||
id | string | |
return | Qyoto.QAction |
protected AddAction ( string id, Qyoto.QIcon icon, string text ) : Qyoto.QAction | ||
id | string | |
icon | Qyoto.QIcon | |
text | string | |
return | Qyoto.QAction |
protected AddAction ( string id, Qyoto.QAction action ) : void | ||
id | string | |
action | Qyoto.QAction | |
return | void |
protected DataEngine ( string name ) : |
||
name | string | |
return |
protected Description ( ) : Kimono.KPluginInfo | ||
return | Kimono.KPluginInfo |
public RunnerScript ( |
||
parent | ||
return | System |
protected RunnerScript ( |
||
dummy | ||
return | System |
protected ServiceQuery ( string serviceType ) : List |
||
serviceType | string | |
return | List |
protected ServiceQuery ( string serviceType, string constraint ) : List |
||
serviceType | string | |
constraint | string | |
return | List |
protected SetHasRunOptions ( bool hasRunOptions ) : void | ||
hasRunOptions | bool | |
return | void |
protected SetIgnoredTypes ( uint types ) : void | ||
types | uint | |
return | void |
protected SetPriority ( Plasma newPriority ) : void | ||
newPriority | Plasma | |
return | void |
protected SetSpeed ( Plasma newSpeed ) : void | ||
newSpeed | Plasma | |
return | void |