C# Class atkSharpHelloWorld.HelloButton

Inheritance: Atk.Object, Atk.TextImplementor
Afficher le fichier Open project: mono/uia2atk

Méthodes publiques

Méthode Description
AddSelection ( int start_offset, int end_offset ) : bool
FirePushButton ( ) : void
GetBoundedRanges ( Atk rect, Atk coord_type, Atk x_clip_type, Atk y_clip_type ) : Atk.TextRange
GetCharacterAtOffset ( int offset ) : char
GetCharacterExtents ( int offset, int &x, int &y, int &width, int &height, Atk coords ) : void
GetOffsetAtPoint ( int x, int y, Atk coords ) : int
GetRangeExtents ( int start_offset, int end_offset, Atk coord_type, Atk &rect ) : void
GetRunAttributes ( int offset, int &start_offset, int &end_offset ) : Atk.Attribute[]
GetSelection ( int selection_num, int &start_offset, int &end_offset ) : string
GetText ( int start_offset, int end_offset ) : string
GetTextAfterOffset ( int offset, Atk boundary_type, int &start_offset, int &end_offset ) : string
GetTextAtOffset ( int offset, Atk boundary_type, int &start_offset, int &end_offset ) : string
GetTextBeforeOffset ( int offset, Atk boundary_type, int &start_offset, int &end_offset ) : string
HelloButton ( string caption ) : System
RemoveSelection ( int selection_num ) : bool
SetCaretOffset ( int offset ) : bool
SetSelection ( int selection_num, int start_offset, int end_offset ) : bool

Method Details

AddSelection() public méthode

public AddSelection ( int start_offset, int end_offset ) : bool
start_offset int
end_offset int
Résultat bool

FirePushButton() public méthode

public FirePushButton ( ) : void
Résultat void

GetBoundedRanges() public méthode

public GetBoundedRanges ( Atk rect, Atk coord_type, Atk x_clip_type, Atk y_clip_type ) : Atk.TextRange
rect Atk
coord_type Atk
x_clip_type Atk
y_clip_type 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

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 start_offset, int end_offset, Atk coord_type, Atk &rect ) : void
start_offset int
end_offset int
coord_type Atk
rect Atk
Résultat void

GetRunAttributes() public méthode

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

GetSelection() public méthode

public GetSelection ( int selection_num, int &start_offset, int &end_offset ) : string
selection_num int
start_offset int
end_offset int
Résultat string

GetText() public méthode

public GetText ( int start_offset, int end_offset ) : string
start_offset int
end_offset int
Résultat string

GetTextAfterOffset() public méthode

public GetTextAfterOffset ( int offset, Atk boundary_type, int &start_offset, int &end_offset ) : string
offset int
boundary_type Atk
start_offset int
end_offset int
Résultat string

GetTextAtOffset() public méthode

public GetTextAtOffset ( int offset, Atk boundary_type, int &start_offset, int &end_offset ) : string
offset int
boundary_type Atk
start_offset int
end_offset int
Résultat string

GetTextBeforeOffset() public méthode

public GetTextBeforeOffset ( int offset, Atk boundary_type, int &start_offset, int &end_offset ) : string
offset int
boundary_type Atk
start_offset int
end_offset int
Résultat string

HelloButton() public méthode

public HelloButton ( string caption ) : System
caption string
Résultat System

RemoveSelection() public méthode

public RemoveSelection ( int selection_num ) : bool
selection_num int
Résultat bool

SetCaretOffset() public méthode

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

SetSelection() public méthode

public SetSelection ( int selection_num, int start_offset, int end_offset ) : bool
selection_num int
start_offset int
end_offset int
Résultat bool