C# 클래스 Moonlight.AtkBridge.PatternImplementors.BaseActionImplementor

상속: BasePatternImplementor
파일 보기 프로젝트 열기: mono/uia2atk

보호된 프로퍼티들

프로퍼티 타입 설명
actions List

공개 메소드들

메소드 설명
BaseActionImplementor ( Adapter adapter, System.Windows.Automation.Peers.AutomationPeer peer ) : Atk
DoAction ( int i ) : bool
GetDescription ( int i ) : string
GetKeybinding ( int i ) : string
GetLocalizedName ( int i ) : string
GetName ( int i ) : string
SetDescription ( int i, string desc ) : bool

보호된 메소드들

메소드 설명
RefreshActions ( ) : void

메소드 상세

BaseActionImplementor() 공개 메소드

public BaseActionImplementor ( Adapter adapter, System.Windows.Automation.Peers.AutomationPeer peer ) : Atk
adapter Moonlight.AtkBridge.Adapter
peer System.Windows.Automation.Peers.AutomationPeer
리턴 Atk

DoAction() 공개 메소드

public DoAction ( int i ) : bool
i int
리턴 bool

GetDescription() 공개 메소드

public GetDescription ( int i ) : string
i int
리턴 string

GetKeybinding() 공개 메소드

public GetKeybinding ( int i ) : string
i int
리턴 string

GetLocalizedName() 공개 메소드

public GetLocalizedName ( int i ) : string
i int
리턴 string

GetName() 공개 메소드

public GetName ( int i ) : string
i int
리턴 string

RefreshActions() 보호된 추상적인 메소드

protected abstract RefreshActions ( ) : void
리턴 void

SetDescription() 공개 메소드

public SetDescription ( int i, string desc ) : bool
i int
desc string
리턴 bool

프로퍼티 상세

actions 보호되어 있는 프로퍼티

protected List actions
리턴 List