C# Class UiaAtkBridge.MenuItem

Inheritance: Menu, Atk.IActionImplementor, Atk.ITextImplementor
Afficher le fichier Open project: mono/uia2atk

Private Properties

Свойство Type Description
AddOneChild void
Atk bool
DoClick bool
RequestChildren void

Méthodes publiques

Méthode Description
AddSelection ( int startOffset, int endOffset ) : bool
DoAction ( int i ) : bool
GetBoundedRanges ( Atk rect, Atk coordType, Atk xClipType, Atk yClipType ) : Atk.TextRange
GetCharacterAtOffset ( int offset ) : char
GetCharacterExtents ( int offset, int &x, int &y, int &width, int &height, Atk coords ) : void
GetDescription ( int i ) : string
GetKeybinding ( int i ) : string
GetLocalizedName ( int i ) : string
GetName ( int i ) : string
GetOffsetAtPoint ( int x, int y, Atk coords ) : int
GetRangeExtents ( int startOffset, int endOffset, Atk coordType, Atk &rect ) : void
GetRunAttributes ( int offset, int &startOffset, int &endOffset ) : Atk.Attribute[]
GetSelection ( int selectionNum, int &startOffset, int &endOffset ) : string
GetText ( int startOffset, int endOffset ) : string
GetTextAfterOffset ( int offset, Atk boundaryType, int &startOffset, int &endOffset ) : string
GetTextAtOffset ( int offset, Atk boundaryType, int &startOffset, int &endOffset ) : string
GetTextBeforeOffset ( int offset, Atk boundaryType, int &startOffset, int &endOffset ) : string
MenuItem ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
RaiseAutomationPropertyChangedEvent ( AutomationPropertyChangedEventArgs e ) : void
SetCaretOffset ( int offset ) : bool
SetDescription ( int i, string desc ) : bool
SetSelection ( int selectionNum, int startOffset, int endOffset ) : bool

Méthodes protégées

Méthode Description
AddChildToParent ( Atk child ) : void
MenuItem ( IntPtr ptr ) : System
OnChildrenChanged ( uint change_index, IntPtr changed_child ) : void
OnRefStateSet ( ) : Atk.StateSet

Private Methods

Méthode Description
AddOneChild ( Atk child ) : void
Atk ( int i ) : bool
DoClick ( ) : bool
RequestChildren ( ) : void

Method Details

AddChildToParent() protected méthode

protected AddChildToParent ( Atk child ) : void
child Atk
Résultat void

AddSelection() public méthode

public AddSelection ( int startOffset, int endOffset ) : bool
startOffset int
endOffset int
Résultat bool

DoAction() public méthode

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

GetBoundedRanges() public méthode

public GetBoundedRanges ( Atk rect, Atk coordType, Atk xClipType, Atk yClipType ) : Atk.TextRange
rect Atk
coordType Atk
xClipType Atk
yClipType Atk
Résultat Atk.TextRange

GetCharacterAtOffset() public méthode

public GetCharacterAtOffset ( int offset ) : char
offset int
Résultat char

GetCharacterExtents() public méthode

public GetCharacterExtents ( int offset, int &x, int &y, int &width, int &height, Atk coords ) : void
offset int
x int
y int
width int
height int
coords Atk
Résultat void

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

GetOffsetAtPoint() public méthode

public GetOffsetAtPoint ( int x, int y, Atk coords ) : int
x int
y int
coords Atk
Résultat int

GetRangeExtents() public méthode

public GetRangeExtents ( int startOffset, int endOffset, Atk coordType, Atk &rect ) : void
startOffset int
endOffset int
coordType Atk
rect Atk
Résultat void

GetRunAttributes() public méthode

public GetRunAttributes ( int offset, int &startOffset, int &endOffset ) : Atk.Attribute[]
offset int
startOffset int
endOffset int
Résultat Atk.Attribute[]

GetSelection() public méthode

public GetSelection ( int selectionNum, int &startOffset, int &endOffset ) : string
selectionNum int
startOffset int
endOffset int
Résultat string

GetText() public méthode

public GetText ( int startOffset, int endOffset ) : string
startOffset int
endOffset int
Résultat string

GetTextAfterOffset() public méthode

public GetTextAfterOffset ( int offset, Atk boundaryType, int &startOffset, int &endOffset ) : string
offset int
boundaryType Atk
startOffset int
endOffset int
Résultat string

GetTextAtOffset() public méthode

public GetTextAtOffset ( int offset, Atk boundaryType, int &startOffset, int &endOffset ) : string
offset int
boundaryType Atk
startOffset int
endOffset int
Résultat string

GetTextBeforeOffset() public méthode

public GetTextBeforeOffset ( int offset, Atk boundaryType, int &startOffset, int &endOffset ) : string
offset int
boundaryType Atk
startOffset int
endOffset int
Résultat string

MenuItem() public méthode

public MenuItem ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
provider System.Windows.Automation.Provider.IRawElementProviderSimple
Résultat System

MenuItem() protected méthode

protected MenuItem ( IntPtr ptr ) : System
ptr System.IntPtr
Résultat System

OnChildrenChanged() protected méthode

protected OnChildrenChanged ( uint change_index, IntPtr changed_child ) : void
change_index uint
changed_child System.IntPtr
Résultat void

OnRefStateSet() protected méthode

protected OnRefStateSet ( ) : Atk.StateSet
Résultat Atk.StateSet

RaiseAutomationPropertyChangedEvent() public méthode

public RaiseAutomationPropertyChangedEvent ( AutomationPropertyChangedEventArgs e ) : void
e System.Windows.Automation.AutomationPropertyChangedEventArgs
Résultat void

SetCaretOffset() public méthode

public SetCaretOffset ( int offset ) : bool
offset int
Résultat bool

SetDescription() public méthode

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

SetSelection() public méthode

public SetSelection ( int selectionNum, int startOffset, int endOffset ) : bool
selectionNum int
startOffset int
endOffset int
Résultat bool