C# Class Moonlight.AtkBridge.RootVisualAdapter

Inheritance: Adapter
Mostrar archivo Open project: mono/uia2atk

Public Methods

Method Description
RootVisualAdapter ( System.Windows.Automation.Peers.AutomationPeer peer ) : Atk

Protected Methods

Method Description
OnGetIndexInParent ( ) : int
OnGetName ( ) : string
OnGetParent ( ) : Atk.Object
OnSetParent ( Atk parent ) : void

Private Methods

Method Description
UpdatePeer ( System.Windows.Automation.Peers.AutomationPeer peer ) : void

Method Details

OnGetIndexInParent() protected method

protected OnGetIndexInParent ( ) : int
return int

OnGetName() protected method

protected OnGetName ( ) : string
return string

OnGetParent() protected method

protected OnGetParent ( ) : Atk.Object
return Atk.Object

OnSetParent() protected method

protected OnSetParent ( Atk parent ) : void
parent Atk
return void

RootVisualAdapter() public method

public RootVisualAdapter ( System.Windows.Automation.Peers.AutomationPeer peer ) : Atk
peer System.Windows.Automation.Peers.AutomationPeer
return Atk