메소드 | 설명 | |
---|---|---|
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 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 |
public RunnerScript ( |
||
parent | ||
리턴 | 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 SetPriority ( Plasma newPriority ) : void | ||
newPriority | Plasma | |
리턴 | void |