C# Класс Plasma.RunnerScript

Наследование: Plasma.ScriptEngine, IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void
Runner ( ) : AbstractRunner Returns the Plasma.AbstractRunner associated with this script component
RunnerScript ( ) : System
RunnerScript ( QObject parent ) : System 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 ) : DataEngine
Description ( ) : Kimono.KPluginInfo
RemoveAction ( string id ) : void
RunnerScript ( Type dummy ) : System
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 syns ) : void

Приватные методы

Метод Описание
MainScript ( ) : string
Match ( Plasma search ) : void
Package ( ) : Package
Run ( Plasma search, Plasma action ) : void

Описание методов

Action() защищенный Метод

protected Action ( string id ) : Qyoto.QAction
id string
Результат Qyoto.QAction

Actions() защищенный Метод

protected Actions ( ) : string
Результат string

AddAction() защищенный Метод

protected AddAction ( string id, Qyoto.QIcon icon, string text ) : Qyoto.QAction
id string
icon Qyoto.QIcon
text string
Результат Qyoto.QAction

AddAction() защищенный Метод

protected AddAction ( string id, Qyoto.QAction action ) : void
id string
action Qyoto.QAction
Результат void

AddSyntax() защищенный Метод

protected AddSyntax ( Plasma syntax ) : void
syntax Plasma
Результат void

ClearActions() защищенный Метод

protected ClearActions ( ) : void
Результат void

Config() защищенный Метод

protected Config ( ) : Kimono.KConfigGroup
Результат Kimono.KConfigGroup

CreateProxy() защищенный Метод

protected CreateProxy ( ) : void
Результат void

DataEngine() защищенный Метод

protected DataEngine ( string name ) : DataEngine
name string
Результат DataEngine

Description() защищенный Метод

protected Description ( ) : Kimono.KPluginInfo
Результат Kimono.KPluginInfo

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

RemoveAction() защищенный Метод

protected RemoveAction ( string id ) : void
id string
Результат void

Runner() публичный Метод

Returns the Plasma.AbstractRunner associated with this script component
public Runner ( ) : AbstractRunner
Результат AbstractRunner

RunnerScript() публичный Метод

public RunnerScript ( ) : System
Результат 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.
public RunnerScript ( QObject parent ) : System
parent Qyoto.QObject
Результат System

RunnerScript() защищенный Метод

protected RunnerScript ( Type dummy ) : System
dummy System.Type
Результат System

ServiceQuery() защищенный Метод

protected ServiceQuery ( string serviceType ) : List
serviceType string
Результат List

ServiceQuery() защищенный Метод

protected ServiceQuery ( string serviceType, string constraint ) : List
serviceType string
constraint string
Результат List

SetHasRunOptions() защищенный Метод

protected SetHasRunOptions ( bool hasRunOptions ) : void
hasRunOptions bool
Результат void

SetIgnoredTypes() защищенный Метод

protected SetIgnoredTypes ( uint types ) : void
types uint
Результат void

SetPriority() защищенный Метод

protected SetPriority ( Plasma newPriority ) : void
newPriority Plasma
Результат void

SetRunner() публичный Метод

Sets the Plasma.AbstractRunner associated with this RunnerScript
public SetRunner ( Plasma runner ) : void
runner Plasma
Результат void

SetSpeed() защищенный Метод

protected SetSpeed ( Plasma newSpeed ) : void
newSpeed Plasma
Результат void

SetSyntaxes() защищенный Метод

protected SetSyntaxes ( List syns ) : void
syns List
Результат void