C# Class Hyena.Data.Gui.Accessibility.ColumnCellAccessible

Inheritance: Atk.Object, Atk.IComponentImplementor
Datei anzeigen Open project: GNOME/hyena Class Usage Examples

Protected Properties

Property Type Description
bound_object object
cell ColumnCell

Public Methods

Method Description
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

Protected Methods

Method Description
OnGetIndexInParent ( ) : int
OnRefStateSet ( ) : Atk.StateSet

Method Details

AddFocusHandler() public method

public AddFocusHandler ( Atk handler ) : uint
handler Atk
return uint

ColumnCellAccessible() public method

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

Contains() public method

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

GetExtents() public method

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

GetPosition() public method

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

GetSize() public method

public GetSize ( int &w, int &h ) : void
w int
h int
return void

GrabFocus() public method

public GrabFocus ( ) : bool
return bool

OnGetIndexInParent() protected method

protected OnGetIndexInParent ( ) : int
return int

OnRefStateSet() protected method

protected OnRefStateSet ( ) : Atk.StateSet
return Atk.StateSet

Redrawn() public method

public Redrawn ( ) : void
return void

RefAccessibleAtPoint() public method

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

RemoveFocusHandler() public method

public RemoveFocusHandler ( uint handlerId ) : void
handlerId uint
return void

SetExtents() public method

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

SetPosition() public method

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

SetSize() public method

public SetSize ( int w, int h ) : bool
w int
h int
return bool

Property Details

bound_object protected_oe property

protected object bound_object
return object

cell protected_oe property

protected ColumnCell cell
return ColumnCell