AtkObjectClass

Undocumented in source.
struct AtkObjectClass {}

Members

Variables

activeDescendantChanged
void function(AtkObject* accessible, void** child) activeDescendantChanged;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
childrenChanged
void function(AtkObject* accessible, uint changeIndex, void* changedChild) childrenChanged;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
connectPropertyChangeHandler
uint function(AtkObject* accessible, AtkPropertyChangeHandler* handler) connectPropertyChangeHandler;
focusEvent
void function(AtkObject* accessible, int focusIn) focusEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getAttributes
AtkAttributeSet* function(AtkObject* accessible) getAttributes;
getDescription
const(char)* function(AtkObject* accessible) getDescription;
getIndexInParent
int function(AtkObject* accessible) getIndexInParent;
getLayer
AtkLayer function(AtkObject* accessible) getLayer;
getMdiZorder
int function(AtkObject* accessible) getMdiZorder;
getNChildren
int function(AtkObject* accessible) getNChildren;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getName
const(char)* function(AtkObject* accessible) getName;
getObjectLocale
const(char)* function(AtkObject* accessible) getObjectLocale;
getParent
AtkObject* function(AtkObject* accessible) getParent;
getRole
AtkRole function(AtkObject* accessible) getRole;
initialize
void function(AtkObject* accessible, void* data) initialize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pad1
AtkFunction pad1;
Undocumented in source.
parent
GObjectClass parent;
Undocumented in source.
propertyChange
void function(AtkObject* accessible, AtkPropertyValues* values) propertyChange;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
refChild
AtkObject* function(AtkObject* accessible, int i) refChild;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
refRelationSet
AtkRelationSet* function(AtkObject* accessible) refRelationSet;
refStateSet
AtkStateSet* function(AtkObject* accessible) refStateSet;
removePropertyChangeHandler
void function(AtkObject* accessible, uint handlerId) removePropertyChangeHandler;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setDescription
void function(AtkObject* accessible, const(char)* description) setDescription;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setName
void function(AtkObject* accessible, const(char)* name) setName;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setParent
void function(AtkObject* accessible, AtkObject* parent) setParent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setRole
void function(AtkObject* accessible, AtkRole role) setRole;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stateChange
void function(AtkObject* accessible, const(char)* name, int stateSet) stateChange;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
visibleDataChanged
void function(AtkObject* accessible) visibleDataChanged;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta