|
Public Member Functions |
virtual | ~Component () |
AtkComponent* | gobj () |
| Provides access to the underlying C GObject.
|
const AtkComponent* | gobj () const |
| Provides access to the underlying C GObject.
|
guint | add_focus_handler (AtkFocusHandler handler) |
bool | contains (int x, int y, CoordType coord_type) const |
Glib::RefPtr<Atk::Object> | get_accessible_at_point (int x, int y, CoordType coord_type) |
void | get_extents (int& x, int& y, int& width, int& height, CoordType coord_type) const |
void | get_position (int& x, int& y, CoordType coord_type) const |
void | get_size (int& width, int& height) const |
Layer | get_layer () const |
int | get_mdi_zorder () const |
bool | grab_focus () |
void | remove_focus_handler (guint handler_id) |
bool | set_extents (int x, int y, int width, int height, CoordType coord_type) |
bool | set_position (int x, int y, CoordType coord_type) |
bool | set_size (int width, int height) |
Static Public Member Functions |
void | add_interface (GType gtype_implementer) |
Protected Member Functions |
virtual guint | add_focus_handler_vfunc (AtkFocusHandler handler) |
virtual bool | contains_vfunc (int x, int y, CoordType coord_type) |
virtual Glib::RefPtr<Atk::Object> | get_accessible_at_point_vfunc (int x, int y, CoordType coord_type) |
virtual void | get_extents_vfunc (int& x, int& y, int& width, int& height, CoordType coord_type) |
virtual void | get_position_vfunc (int& x, int& y, CoordType coord_type) |
virtual void | get_size_vfunc (int& width, int& height) |
virtual Layer | get_layer_vfunc () |
virtual int | get_mdi_zorder_vfunc () |
virtual bool | grab_focus_vfunc () |
virtual void | remove_focus_handler_vfunc (guint handler_id) |
virtual bool | set_extents_vfunc (int x, int y, int width, int height, CoordType coord_type) |
virtual bool | set_position_vfunc (int x, int y, CoordType coord_type) |
virtual bool | set_size_vfunc (int width, int height) |
Related Functions |
(Note that these are not member functions.)
|
Glib::RefPtr<Atk::Component> | wrap (AtkComponent* object, bool take_copy=false) |