메소드 |
설명 |
|
ActionsForMatch ( Plasma match ) : List |
Retrieves the list of actions, if any, for a match |
|
AllowedRunners ( ) : List |
|
|
Dispose ( ) : void |
|
|
Matches ( ) : List |
Retrieves all available matches found so far for the previously launched query |
|
Query ( ) : string |
|
|
ReloadConfiguration ( ) : void |
Causes a reload of the current configuration |
|
Run ( Plasma match ) : void |
Runs a given match @arg match the match to be executed |
|
Run ( string id ) : void |
Runs a given match @arg id the id of the match to run |
|
Runner ( string name ) : AbstractRunner |
Finds and returns a loaded runner or NULL @arg name the name of the runner |
|
RunnerManager ( ) : System |
|
|
RunnerManager ( Kimono.KConfigGroup config ) : System |
|
|
RunnerManager ( Kimono.KConfigGroup config, QObject parent ) : System |
|
|
RunnerManager ( QObject parent ) : System |
|
|
RunnerName ( string id ) : string |
Returns the translated name of a runner @arg id the id of the runner |
|
Runners ( ) : List |
|
|
SearchContext ( ) : RunnerContext |
Retrieves the current context |
|
SetAllowedRunners ( List runners ) : void |
Sets a whitelist for the plugins that can be loaded @arg plugins the plugin names of allowed runners |
|
SetSingleMode ( bool singleMode ) : void |
Sets whether or not the manager is in single mode. @arg singleMode true if the manager should be in single mode, false otherwise |
|
SetSingleModeRunnerId ( string id ) : void |
Puts the manager into "single runner" mode using the given runner; if the runner does not exist or can not be loaded then the single runner mode will not be started and singleModeRunner() will return NULL @arg id the id of the runner to use |
|
SingleMode ( ) : bool |
|
|
SingleModeAdvertisedRunnerIds ( ) : List |
|
|
SingleModeRunner ( ) : AbstractRunner |
|
|
SingleModeRunnerId ( ) : string |
|
|