C# Класс UiaAtkBridge.ListItem

Наследование: ComponentAdapter, Atk.ITextImplementor, Atk.IActionImplementor, Atk.IEditableTextImplementor, Atk.IImageImplementor
Показать файл Открыть проект

Открытые методы

Метод Описание
AddSelection ( int startOffset, int endOffset ) : bool
CopyText ( int start_pos, int end_pos ) : void
CutText ( int start_pos, int end_pos ) : void
DeleteText ( int start_pos, int end_pos ) : void
DoAction ( int action ) : 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 action ) : string
GetImagePosition ( int &x, int &y, Atk coord_type ) : void
GetImageSize ( int &width, int &height ) : void
GetKeybinding ( int action ) : string
GetLocalizedName ( int action ) : string
GetName ( int action ) : 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
InsertText ( string str, int &position ) : void
ListItem ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
PasteText ( int position ) : void
RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void
RaiseAutomationPropertyChangedEvent ( AutomationPropertyChangedEventArgs e ) : void
RemoveSelection ( int selectionNum ) : bool
SetCaretOffset ( int offset ) : bool
SetDescription ( int action, string description ) : bool
SetImageDescription ( string description ) : bool
SetRunAttributes ( GLib attrib_set, int start_offset, int end_offset ) : bool
SetSelection ( int selectionNum, int startOffset, int endOffset ) : bool

Защищенные методы

Метод Описание
OnRefStateSet ( ) : Atk.StateSet

Приватные методы

Метод Описание
DoClick ( ) : bool
DoInvoke ( ) : bool
DoToggle ( ) : bool
IsChecked ( ToggleState state ) : bool

Описание методов

AddSelection() публичный Метод

public AddSelection ( int startOffset, int endOffset ) : bool
startOffset int
endOffset int
Результат bool

CopyText() публичный Метод

public CopyText ( int start_pos, int end_pos ) : void
start_pos int
end_pos int
Результат void

CutText() публичный Метод

public CutText ( int start_pos, int end_pos ) : void
start_pos int
end_pos int
Результат void

DeleteText() публичный Метод

public DeleteText ( int start_pos, int end_pos ) : void
start_pos int
end_pos int
Результат void

DoAction() публичный Метод

public DoAction ( int action ) : bool
action int
Результат bool

GetBoundedRanges() публичный Метод

public GetBoundedRanges ( Atk rect, Atk coordType, Atk xClipType, Atk yClipType ) : Atk.TextRange
rect Atk
coordType Atk
xClipType Atk
yClipType Atk
Результат Atk.TextRange

GetCharacterAtOffset() публичный Метод

public GetCharacterAtOffset ( int offset ) : char
offset int
Результат char

GetCharacterExtents() публичный Метод

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
Результат void

GetDescription() публичный Метод

public GetDescription ( int action ) : string
action int
Результат string

GetImagePosition() публичный Метод

public GetImagePosition ( int &x, int &y, Atk coord_type ) : void
x int
y int
coord_type Atk
Результат void

GetImageSize() публичный Метод

public GetImageSize ( int &width, int &height ) : void
width int
height int
Результат void

GetKeybinding() публичный Метод

public GetKeybinding ( int action ) : string
action int
Результат string

GetLocalizedName() публичный Метод

public GetLocalizedName ( int action ) : string
action int
Результат string

GetName() публичный Метод

public GetName ( int action ) : string
action int
Результат string

GetOffsetAtPoint() публичный Метод

public GetOffsetAtPoint ( int x, int y, Atk coords ) : int
x int
y int
coords Atk
Результат int

GetRangeExtents() публичный Метод

public GetRangeExtents ( int startOffset, int endOffset, Atk coordType, Atk &rect ) : void
startOffset int
endOffset int
coordType Atk
rect Atk
Результат void

GetRunAttributes() публичный Метод

public GetRunAttributes ( int offset, int &startOffset, int &endOffset ) : Atk.Attribute[]
offset int
startOffset int
endOffset int
Результат Atk.Attribute[]

GetSelection() публичный Метод

public GetSelection ( int selectionNum, int &startOffset, int &endOffset ) : string
selectionNum int
startOffset int
endOffset int
Результат string

GetText() публичный Метод

public GetText ( int startOffset, int endOffset ) : string
startOffset int
endOffset int
Результат string

GetTextAfterOffset() публичный Метод

public GetTextAfterOffset ( int offset, Atk boundaryType, int &startOffset, int &endOffset ) : string
offset int
boundaryType Atk
startOffset int
endOffset int
Результат string

GetTextAtOffset() публичный Метод

public GetTextAtOffset ( int offset, Atk boundaryType, int &startOffset, int &endOffset ) : string
offset int
boundaryType Atk
startOffset int
endOffset int
Результат string

GetTextBeforeOffset() публичный Метод

public GetTextBeforeOffset ( int offset, Atk boundaryType, int &startOffset, int &endOffset ) : string
offset int
boundaryType Atk
startOffset int
endOffset int
Результат string

InsertText() публичный Метод

public InsertText ( string str, int &position ) : void
str string
position int
Результат void

ListItem() публичный Метод

public ListItem ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
provider System.Windows.Automation.Provider.IRawElementProviderSimple
Результат System

OnRefStateSet() защищенный Метод

protected OnRefStateSet ( ) : Atk.StateSet
Результат Atk.StateSet

PasteText() публичный Метод

public PasteText ( int position ) : void
position int
Результат void

RaiseAutomationEvent() публичный Метод

public RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void
eventId System.Windows.Automation.AutomationEvent
e System.Windows.Automation.AutomationEventArgs
Результат void

RaiseAutomationPropertyChangedEvent() публичный Метод

public RaiseAutomationPropertyChangedEvent ( AutomationPropertyChangedEventArgs e ) : void
e System.Windows.Automation.AutomationPropertyChangedEventArgs
Результат void

RemoveSelection() публичный Метод

public RemoveSelection ( int selectionNum ) : bool
selectionNum int
Результат bool

SetCaretOffset() публичный Метод

public SetCaretOffset ( int offset ) : bool
offset int
Результат bool

SetDescription() публичный Метод

public SetDescription ( int action, string description ) : bool
action int
description string
Результат bool

SetImageDescription() публичный Метод

public SetImageDescription ( string description ) : bool
description string
Результат bool

SetRunAttributes() публичный Метод

public SetRunAttributes ( GLib attrib_set, int start_offset, int end_offset ) : bool
attrib_set GLib
start_offset int
end_offset int
Результат bool

SetSelection() публичный Метод

public SetSelection ( int selectionNum, int startOffset, int endOffset ) : bool
selectionNum int
startOffset int
endOffset int
Результат bool