C# Class Plasma.ContainmentActionsPluginsConfig

Inheritance: Object, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross

Protected Properties

Свойство Type Description
interceptor Qyoto.SmokeInvocation

Méthodes publiques

Méthode Description
AddPlugin ( Qyoto.QEvent trigger, string name ) : void Sets trigger to plugin name if you're passing the trigger as an event, the following events are currently understood: -mouse press and release events: button and modifiers -mouse wheel events: direction and modifiers both traditional and graphicsscene events are supported.
AddPlugin ( uint modifiers, Qt button, string name ) : void Sets trigger described by modifiers and button to plugin name
Clear ( ) : void clears everything
ContainmentActionsPluginsConfig ( ) : System
ContainmentActionsPluginsConfig ( Plasma other ) : System
Dispose ( ) : void
Remove ( Qyoto.QEvent trigger ) : void removes trigger

Méthodes protégées

Méthode Description
ContainmentActionsPluginsConfig ( Type dummy ) : System
CreateProxy ( ) : void

Method Details

AddPlugin() public méthode

Sets trigger to plugin name if you're passing the trigger as an event, the following events are currently understood: -mouse press and release events: button and modifiers -mouse wheel events: direction and modifiers both traditional and graphicsscene events are supported.
public AddPlugin ( Qyoto.QEvent trigger, string name ) : void
trigger Qyoto.QEvent
name string
Résultat void

AddPlugin() public méthode

Sets trigger described by modifiers and button to plugin name
public AddPlugin ( uint modifiers, Qt button, string name ) : void
modifiers uint
button Qyoto.Qt
name string
Résultat void

Clear() public méthode

clears everything
public Clear ( ) : void
Résultat void

ContainmentActionsPluginsConfig() public méthode

public ContainmentActionsPluginsConfig ( ) : System
Résultat System

ContainmentActionsPluginsConfig() public méthode

public ContainmentActionsPluginsConfig ( Plasma other ) : System
other Plasma
Résultat System

ContainmentActionsPluginsConfig() protected méthode

protected ContainmentActionsPluginsConfig ( Type dummy ) : System
dummy System.Type
Résultat System

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Remove() public méthode

removes trigger
public Remove ( Qyoto.QEvent trigger ) : void
trigger Qyoto.QEvent
Résultat void

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
Résultat Qyoto.SmokeInvocation