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

Inheritance: Atk.Object, Atk.IComponentImplementor
Afficher le fichier Open project: GNOME/hyena Class Usage Examples

Protected Properties

Свойство Type Description
bound_object object
cell ColumnCell

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnGetIndexInParent ( ) : int
OnRefStateSet ( ) : Atk.StateSet

Method Details

AddFocusHandler() public méthode

public AddFocusHandler ( Atk handler ) : uint
handler Atk
Résultat uint

ColumnCellAccessible() public méthode

public ColumnCellAccessible ( object bound_object, ColumnCell cell, ICellAccessibleParent parent ) : System
bound_object object
cell ColumnCell
parent ICellAccessibleParent
Résultat System

Contains() public méthode

public Contains ( int x, int y, Atk coordType ) : bool
x int
y int
coordType Atk
Résultat bool

GetExtents() public méthode

public GetExtents ( int &x, int &y, int &w, int &h, Atk coordType ) : void
x int
y int
w int
h int
coordType Atk
Résultat void

GetPosition() public méthode

public GetPosition ( int &x, int &y, Atk coordType ) : void
x int
y int
coordType Atk
Résultat void

GetSize() public méthode

public GetSize ( int &w, int &h ) : void
w int
h int
Résultat void

GrabFocus() public méthode

public GrabFocus ( ) : bool
Résultat bool

OnGetIndexInParent() protected méthode

protected OnGetIndexInParent ( ) : int
Résultat int

OnRefStateSet() protected méthode

protected OnRefStateSet ( ) : Atk.StateSet
Résultat Atk.StateSet

Redrawn() public méthode

public Redrawn ( ) : void
Résultat void

RefAccessibleAtPoint() public méthode

public RefAccessibleAtPoint ( int x, int y, Atk coordType ) : Atk.Object
x int
y int
coordType Atk
Résultat Atk.Object

RemoveFocusHandler() public méthode

public RemoveFocusHandler ( uint handlerId ) : void
handlerId uint
Résultat void

SetExtents() public méthode

public SetExtents ( int x, int y, int w, int h, Atk coordType ) : bool
x int
y int
w int
h int
coordType Atk
Résultat bool

SetPosition() public méthode

public SetPosition ( int x, int y, Atk coordType ) : bool
x int
y int
coordType Atk
Résultat bool

SetSize() public méthode

public SetSize ( int w, int h ) : bool
w int
h int
Résultat bool

Property Details

bound_object protected_oe property

protected object bound_object
Résultat object

cell protected_oe property

protected ColumnCell cell
Résultat ColumnCell