C# 클래스 Plasma.ContainmentActionsPluginsConfig

상속: Object, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross

보호된 프로퍼티들

프로퍼티 타입 설명
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