C# Класс Plasma.ContainmentActionsPluginsConfig

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

Защищенные свойства (Protected)

Свойство Тип Описание
interceptor Qyoto.SmokeInvocation

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

Метод Описание
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

Защищенные методы

Метод Описание
ContainmentActionsPluginsConfig ( Type dummy ) : System
CreateProxy ( ) : void

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

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

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
Результат void

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

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
Результат void

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

clears everything
public Clear ( ) : void
Результат void

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

public ContainmentActionsPluginsConfig ( ) : System
Результат System

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

public ContainmentActionsPluginsConfig ( Plasma other ) : System
other Plasma
Результат System

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

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

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

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

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

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

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

removes trigger
public Remove ( Qyoto.QEvent trigger ) : void
trigger Qyoto.QEvent
Результат void

Описание свойств

interceptor защищенное свойство

protected SmokeInvocation,Qyoto interceptor
Результат Qyoto.SmokeInvocation