C# Class Moonlight.AtkBridge.PatternImplementors.BaseActionImplementor

Inheritance: BasePatternImplementor
Mostra file Open project: mono/uia2atk

Protected Properties

Property Type Description
actions List

Public Methods

Method Description
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

Protected Methods

Method Description
RefreshActions ( ) : void

Method Details

BaseActionImplementor() public method

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

DoAction() public method

public DoAction ( int i ) : bool
i int
return bool

GetDescription() public method

public GetDescription ( int i ) : string
i int
return string

GetKeybinding() public method

public GetKeybinding ( int i ) : string
i int
return string

GetLocalizedName() public method

public GetLocalizedName ( int i ) : string
i int
return string

GetName() public method

public GetName ( int i ) : string
i int
return string

RefreshActions() protected abstract method

protected abstract RefreshActions ( ) : void
return void

SetDescription() public method

public SetDescription ( int i, string desc ) : bool
i int
desc string
return bool

Property Details

actions protected_oe property

protected List actions
return List