C# Класс Hyena.Data.Gui.Accessibility.ColumnCellAccessible

Наследование: Atk.Object, Atk.IComponentImplementor
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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