Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
MainScript ( ) : string | ||
Match ( Plasma search ) : void | ||
Package ( ) : |
||
Run ( Plasma search, Plasma action ) : void |
protected Action ( string id ) : Qyoto.QAction | ||
id | string | |
Результат | Qyoto.QAction |
protected AddAction ( string id, Qyoto.QIcon icon, string text ) : Qyoto.QAction | ||
id | string | |
icon | Qyoto.QIcon | |
text | string | |
Результат | Qyoto.QAction |
protected AddAction ( string id, Qyoto.QAction action ) : void | ||
id | string | |
action | Qyoto.QAction | |
Результат | void |
protected AddSyntax ( Plasma syntax ) : void | ||
syntax | Plasma | |
Результат | void |
protected DataEngine ( string name ) : |
||
name | string | |
Результат |
protected Description ( ) : Kimono.KPluginInfo | ||
Результат | Kimono.KPluginInfo |
protected RemoveAction ( string id ) : void | ||
id | string | |
Результат | void |
public RunnerScript ( |
||
parent | ||
Результат | System |
protected RunnerScript ( |
||
dummy | ||
Результат | System |
protected ServiceQuery ( string serviceType ) : List |
||
serviceType | string | |
Результат | List |
protected ServiceQuery ( string serviceType, string constraint ) : List |
||
serviceType | string | |
constraint | string | |
Результат | List |
protected SetHasRunOptions ( bool hasRunOptions ) : void | ||
hasRunOptions | bool | |
Результат | void |
protected SetIgnoredTypes ( uint types ) : void | ||
types | uint | |
Результат | void |
protected SetPriority ( Plasma newPriority ) : void | ||
newPriority | Plasma | |
Результат | void |
protected SetSpeed ( Plasma newSpeed ) : void | ||
newSpeed | Plasma | |
Результат | void |