Property | Type | Description | |
---|---|---|---|
interceptor |
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, |
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 |
Method | Description | |
---|---|---|
ContainmentActionsPluginsConfig ( |
||
CreateProxy ( ) : void |
public AddPlugin ( Qyoto.QEvent trigger, string name ) : void | ||
trigger | Qyoto.QEvent | |
name | string | |
return | void |
public AddPlugin ( uint modifiers, |
||
modifiers | uint | |
button | ||
name | string | |
return | void |
public ContainmentActionsPluginsConfig ( ) : System | ||
return | System |
public ContainmentActionsPluginsConfig ( Plasma other ) : System | ||
other | Plasma | |
return | System |
protected ContainmentActionsPluginsConfig ( |
||
dummy | ||
return | System |
public Remove ( Qyoto.QEvent trigger ) : void | ||
trigger | Qyoto.QEvent | |
return | void |