C# Class Plasma.ContainmentActionsPluginsConfig

Inheritance: Object, IDisposable
显示文件 Open project: 0xd34df00d/Qross

Protected Properties

Property Type Description
interceptor Qyoto.SmokeInvocation

Public Methods

Method 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

Protected Methods

Method Description
ContainmentActionsPluginsConfig ( Type dummy ) : System
CreateProxy ( ) : void

Method Details

AddPlugin() public method

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
return void

AddPlugin() public method

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
return void

Clear() public method

clears everything
public Clear ( ) : void
return void

ContainmentActionsPluginsConfig() public method

public ContainmentActionsPluginsConfig ( ) : System
return System

ContainmentActionsPluginsConfig() public method

public ContainmentActionsPluginsConfig ( Plasma other ) : System
other Plasma
return System

ContainmentActionsPluginsConfig() protected method

protected ContainmentActionsPluginsConfig ( Type dummy ) : System
dummy System.Type
return System

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Remove() public method

removes trigger
public Remove ( Qyoto.QEvent trigger ) : void
trigger Qyoto.QEvent
return void

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return Qyoto.SmokeInvocation