C# 클래스 atkSharpHelloWorld.HelloButton

상속: Atk.Object, Atk.TextImplementor
파일 보기 프로젝트 열기: mono/uia2atk

공개 메소드들

메소드 설명
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

메소드 상세

AddSelection() 공개 메소드

public AddSelection ( int start_offset, int end_offset ) : bool
start_offset int
end_offset int
리턴 bool

FirePushButton() 공개 메소드

public FirePushButton ( ) : void
리턴 void

GetBoundedRanges() 공개 메소드

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
리턴 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

GetOffsetAtPoint() 공개 메소드

public GetOffsetAtPoint ( int x, int y, Atk coords ) : int
x int
y int
coords Atk
리턴 int

GetRangeExtents() 공개 메소드

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
리턴 void

GetRunAttributes() 공개 메소드

public GetRunAttributes ( int offset, int &start_offset, int &end_offset ) : Atk.Attribute[]
offset int
start_offset int
end_offset int
리턴 Atk.Attribute[]

GetSelection() 공개 메소드

public GetSelection ( int selection_num, int &start_offset, int &end_offset ) : string
selection_num int
start_offset int
end_offset int
리턴 string

GetText() 공개 메소드

public GetText ( int start_offset, int end_offset ) : string
start_offset int
end_offset int
리턴 string

GetTextAfterOffset() 공개 메소드

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
리턴 string

GetTextAtOffset() 공개 메소드

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
리턴 string

GetTextBeforeOffset() 공개 메소드

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
리턴 string

HelloButton() 공개 메소드

public HelloButton ( string caption ) : System
caption string
리턴 System

RemoveSelection() 공개 메소드

public RemoveSelection ( int selection_num ) : bool
selection_num int
리턴 bool

SetCaretOffset() 공개 메소드

public SetCaretOffset ( int offset ) : bool
offset int
리턴 bool

SetSelection() 공개 메소드

public SetSelection ( int selection_num, int start_offset, int end_offset ) : bool
selection_num int
start_offset int
end_offset int
리턴 bool