C# Class Moonlight.AtkBridge.PatternImplementors.BaseActionImplementor

Inheritance: BasePatternImplementor
Afficher le fichier Open project: mono/uia2atk

Protected Properties

Свойство Type Description
actions List

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
RefreshActions ( ) : void

Method Details

BaseActionImplementor() public méthode

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

DoAction() public méthode

public DoAction ( int i ) : bool
i int
Résultat bool

GetDescription() public méthode

public GetDescription ( int i ) : string
i int
Résultat string

GetKeybinding() public méthode

public GetKeybinding ( int i ) : string
i int
Résultat string

GetLocalizedName() public méthode

public GetLocalizedName ( int i ) : string
i int
Résultat string

GetName() public méthode

public GetName ( int i ) : string
i int
Résultat string

RefreshActions() protected abstract méthode

protected abstract RefreshActions ( ) : void
Résultat void

SetDescription() public méthode

public SetDescription ( int i, string desc ) : bool
i int
desc string
Résultat bool

Property Details

actions protected_oe property

protected List actions
Résultat List