AccessibleObject

Undocumented in source.
class AccessibleObject {}

Constructors

this
this(int type, GtkWidget* widget, Accessible accessible, int parentType, bool isLightweight)
Undocumented in source.

Members

Functions

addChild
void addChild(AccessibleObject child)
Undocumented in source. Be warned that the author may not have intended to support it.
getAccessibleListeners
AccessibleListener[] getAccessibleListeners()
Undocumented in source. Be warned that the author may not have intended to support it.
getChildByHandle
AccessibleObject getChildByHandle(AtkObject* handle)
Undocumented in source. Be warned that the author may not have intended to support it.
getChildByID
AccessibleObject getChildByID(int childId)
Undocumented in source. Be warned that the author may not have intended to support it.
getChildByIndex
AccessibleObject getChildByIndex(int childIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
getControlListeners
AccessibleControlListener[] getControlListeners()
Undocumented in source. Be warned that the author may not have intended to support it.
getText
String getText()
Undocumented in source. Be warned that the author may not have intended to support it.
getTextListeners
AccessibleTextListener[] getTextListeners()
Undocumented in source. Be warned that the author may not have intended to support it.
release
void release()
Undocumented in source. Be warned that the author may not have intended to support it.
removeChild
void removeChild(AccessibleObject child, bool unref)
Undocumented in source. Be warned that the author may not have intended to support it.
selectionChanged
void selectionChanged()
Undocumented in source. Be warned that the author may not have intended to support it.
setFocus
void setFocus(int childID)
Undocumented in source. Be warned that the author may not have intended to support it.
setParent
void setParent(AccessibleObject parent)
Undocumented in source. Be warned that the author may not have intended to support it.
textCaretMoved
void textCaretMoved(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
textChanged
void textChanged(int type, int startIndex, int length)
Undocumented in source. Be warned that the author may not have intended to support it.
textSelectionChanged
void textSelectionChanged()
Undocumented in source. Be warned that the author may not have intended to support it.
updateChildren
void updateChildren()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

atkAction_get_keybinding
char* atkAction_get_keybinding(void* obj, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
atkAction_get_name
char* atkAction_get_name(void* obj, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
atkComponent_get_extents
void atkComponent_get_extents(void* obj, int* x, int* y, int* width, int* height, int coord_type)
Undocumented in source. Be warned that the author may not have intended to support it.
atkComponent_get_position
void atkComponent_get_position(void* obj, int* x, int* y, int coord_type)
Undocumented in source. Be warned that the author may not have intended to support it.
atkComponent_get_size
void atkComponent_get_size(void* obj, int* width, int* height)
Undocumented in source. Be warned that the author may not have intended to support it.
atkComponent_ref_accessible_at_point
AtkObject* atkComponent_ref_accessible_at_point(void* obj, int x, int y, int coord_type)
Undocumented in source. Be warned that the author may not have intended to support it.
atkHypertext_get_link
AtkHyperlink* atkHypertext_get_link(void* obj, int link_index)
Undocumented in source. Be warned that the author may not have intended to support it.
atkHypertext_get_link_index
int atkHypertext_get_link_index(void* obj, int char_index)
Undocumented in source. Be warned that the author may not have intended to support it.
atkHypertext_get_n_links
int atkHypertext_get_n_links(void* obj)
Undocumented in source. Be warned that the author may not have intended to support it.
atkObject_get_description
char* atkObject_get_description(AtkObject* atkObject)
Undocumented in source. Be warned that the author may not have intended to support it.
atkObject_get_index_in_parent
int atkObject_get_index_in_parent(AtkObject* atkObject)
Undocumented in source. Be warned that the author may not have intended to support it.
atkObject_get_n_children
int atkObject_get_n_children(AtkObject* atkObject)
Undocumented in source. Be warned that the author may not have intended to support it.
atkObject_get_name
char* atkObject_get_name(AtkObject* atkObject)
Undocumented in source. Be warned that the author may not have intended to support it.
atkObject_get_parent
AtkObject* atkObject_get_parent(AtkObject* atkObject)
Undocumented in source. Be warned that the author may not have intended to support it.
atkObject_get_role
int atkObject_get_role(AtkObject* atkObject)
Undocumented in source. Be warned that the author may not have intended to support it.
atkObject_ref_child
AtkObject* atkObject_ref_child(AtkObject* atkObject, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
atkObject_ref_state_set
AtkStateSet* atkObject_ref_state_set(AtkObject* atkObject)
Undocumented in source. Be warned that the author may not have intended to support it.
atkSelection_is_child_selected
int atkSelection_is_child_selected(void* obj, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
atkSelection_ref_selection
AtkObject* atkSelection_ref_selection(void* obj, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
atkText_get_caret_offset
int atkText_get_caret_offset(void* obj)
Undocumented in source. Be warned that the author may not have intended to support it.
atkText_get_character_at_offset
uint atkText_get_character_at_offset(void* obj, int offset)
Undocumented in source. Be warned that the author may not have intended to support it.
atkText_get_character_count
int atkText_get_character_count(void* obj)
Undocumented in source. Be warned that the author may not have intended to support it.
atkText_get_n_selections
int atkText_get_n_selections(void* obj)
Undocumented in source. Be warned that the author may not have intended to support it.
atkText_get_selection
char* atkText_get_selection(void* obj, int selection_num, int* start_offset, int* end_offset)
Undocumented in source. Be warned that the author may not have intended to support it.
atkText_get_text
char* atkText_get_text(void* obj, int start_offset, int end_offset)
Undocumented in source. Be warned that the author may not have intended to support it.
atkText_get_text_after_offset
char* atkText_get_text_after_offset(void* obj, int offset_value, int boundary_type, int* start_offset, int* end_offset)
Undocumented in source. Be warned that the author may not have intended to support it.
atkText_get_text_at_offset
char* atkText_get_text_at_offset(void* obj, int offset_value, int boundary_type, int* start_offset, int* end_offset)
Undocumented in source. Be warned that the author may not have intended to support it.
atkText_get_text_before_offset
char* atkText_get_text_before_offset(void* obj, int offset_value, int boundary_type, int* start_offset, int* end_offset)
Undocumented in source. Be warned that the author may not have intended to support it.
gObjectClass_finalize
void gObjectClass_finalize(GObject* atkObject)
Undocumented in source. Be warned that the author may not have intended to support it.
getAccessibleObject
AccessibleObject getAccessibleObject(AtkObject* atkObject)
Undocumented in source. Be warned that the author may not have intended to support it.
nextIndexOfChar
int nextIndexOfChar(String str, String searchChars, int startIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
nextIndexOfNotChar
int nextIndexOfNotChar(String str, String searchChars, int startIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
previousIndexOfChar
int previousIndexOfChar(String str, String searchChars, int startIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
previousIndexOfNotChar
int previousIndexOfNotChar(String str, String searchChars, int startIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
static_this
void static_this()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

ATK_ACTION_TYPE
ptrdiff_t ATK_ACTION_TYPE;
Undocumented in source.
ATK_COMPONENT_TYPE
ptrdiff_t ATK_COMPONENT_TYPE;
Undocumented in source.
ATK_HYPERTEXT_TYPE
ptrdiff_t ATK_HYPERTEXT_TYPE;
Undocumented in source.
ATK_SELECTION_TYPE
ptrdiff_t ATK_SELECTION_TYPE;
Undocumented in source.
ATK_TEXT_TYPE
ptrdiff_t ATK_TEXT_TYPE;
Undocumented in source.
AccessibleObjects
AccessibleObject[AtkObject*] AccessibleObjects;
Undocumented in source.
DEBUG
bool DEBUG;
Undocumented in source.
actionNamePtr
String actionNamePtr;
Undocumented in source.
descriptionPtr
String descriptionPtr;
Undocumented in source.
keybindingPtr
String keybindingPtr;
Undocumented in source.
namePtr
String namePtr;
Undocumented in source.
static_this_completed
bool static_this_completed;
Undocumented in source.

Variables

accessible
Accessible accessible;
Undocumented in source.
children
Hashtable children;
Undocumented in source.
handle
AtkObject* handle;
id
int id;
Undocumented in source.
index
int index;
Undocumented in source.
isLightweight
bool isLightweight;
Undocumented in source.
parent
AccessibleObject parent;
Undocumented in source.
parentType
int parentType;
Undocumented in source.

Meta