C# 클래스 Hyena.Data.Gui.Accessibility.ColumnCellAccessible

상속: Atk.Object, Atk.IComponentImplementor
파일 보기 프로젝트 열기: GNOME/hyena 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
bound_object object
cell ColumnCell

공개 메소드들

메소드 설명
AddFocusHandler ( Atk handler ) : uint
ColumnCellAccessible ( object bound_object, ColumnCell cell, ICellAccessibleParent parent ) : System
Contains ( int x, int y, Atk coordType ) : bool
GetExtents ( int &x, int &y, int &w, int &h, Atk coordType ) : void
GetPosition ( int &x, int &y, Atk coordType ) : void
GetSize ( int &w, int &h ) : void
GrabFocus ( ) : bool
Redrawn ( ) : void
RefAccessibleAtPoint ( int x, int y, Atk coordType ) : Atk.Object
RemoveFocusHandler ( uint handlerId ) : void
SetExtents ( int x, int y, int w, int h, Atk coordType ) : bool
SetPosition ( int x, int y, Atk coordType ) : bool
SetSize ( int w, int h ) : bool

보호된 메소드들

메소드 설명
OnGetIndexInParent ( ) : int
OnRefStateSet ( ) : Atk.StateSet

메소드 상세

AddFocusHandler() 공개 메소드

public AddFocusHandler ( Atk handler ) : uint
handler Atk
리턴 uint

ColumnCellAccessible() 공개 메소드

public ColumnCellAccessible ( object bound_object, ColumnCell cell, ICellAccessibleParent parent ) : System
bound_object object
cell ColumnCell
parent ICellAccessibleParent
리턴 System

Contains() 공개 메소드

public Contains ( int x, int y, Atk coordType ) : bool
x int
y int
coordType Atk
리턴 bool

GetExtents() 공개 메소드

public GetExtents ( int &x, int &y, int &w, int &h, Atk coordType ) : void
x int
y int
w int
h int
coordType Atk
리턴 void

GetPosition() 공개 메소드

public GetPosition ( int &x, int &y, Atk coordType ) : void
x int
y int
coordType Atk
리턴 void

GetSize() 공개 메소드

public GetSize ( int &w, int &h ) : void
w int
h int
리턴 void

GrabFocus() 공개 메소드

public GrabFocus ( ) : bool
리턴 bool

OnGetIndexInParent() 보호된 메소드

protected OnGetIndexInParent ( ) : int
리턴 int

OnRefStateSet() 보호된 메소드

protected OnRefStateSet ( ) : Atk.StateSet
리턴 Atk.StateSet

Redrawn() 공개 메소드

public Redrawn ( ) : void
리턴 void

RefAccessibleAtPoint() 공개 메소드

public RefAccessibleAtPoint ( int x, int y, Atk coordType ) : Atk.Object
x int
y int
coordType Atk
리턴 Atk.Object

RemoveFocusHandler() 공개 메소드

public RemoveFocusHandler ( uint handlerId ) : void
handlerId uint
리턴 void

SetExtents() 공개 메소드

public SetExtents ( int x, int y, int w, int h, Atk coordType ) : bool
x int
y int
w int
h int
coordType Atk
리턴 bool

SetPosition() 공개 메소드

public SetPosition ( int x, int y, Atk coordType ) : bool
x int
y int
coordType Atk
리턴 bool

SetSize() 공개 메소드

public SetSize ( int w, int h ) : bool
w int
h int
리턴 bool

프로퍼티 상세

bound_object 보호되어 있는 프로퍼티

protected object bound_object
리턴 object

cell 보호되어 있는 프로퍼티

protected ColumnCell cell
리턴 ColumnCell