![]() |
![]() |
Public Member Functions | |
virtual | ~Action () |
AtkAction* | gobj () |
Provides access to the underlying C GObject. | |
const AtkAction* | gobj () const |
Provides access to the underlying C GObject. | |
bool | do_action (int i) |
Perform the specified action on the object. | |
int | get_n_actions () const |
Gets the number of accessible actions available on the object. | |
Glib::ustring | get_description (int i) const |
Returns a description of the specified action of the object. | |
Glib::ustring | get_name (int i) const |
Returns the name of the specified action of the object. | |
Glib::ustring | get_keybinding (int i) |
Returns a keybinding associated with this action, if one exists. | |
bool | set_description (int i, const Glib::ustring& desc) |
Sets a description of the specified action of the object. | |
Glib::ustring | get_localized_name (int i) |
Returns the localized name of the specified action of the object. | |
Static Public Member Functions | |
void | add_interface (GType gtype_implementer) |
Protected Member Functions | |
virtual bool | do_action_vfunc (int i) |
virtual int | get_n_actions_vfunc () |
virtual const char* | get_description_vfunc (int i) |
virtual const char* | get_name_vfunc (int i) |
virtual const char* | get_keybinding_vfunc (int i) |
virtual bool | set_description_vfunc (int i, const Glib::ustring& desc) |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr<Atk::Action> | wrap (AtkAction* object, bool take_copy=false) |
|
|
|
|
|
Perform the specified action on the object.
|
|
|
|
Returns a description of the specified action of the object.
|
|
|
|
Returns a keybinding associated with this action, if one exists.
|
|
|
|
Returns the localized name of the specified action of the object.
|
|
Gets the number of accessible actions available on the object. If there are more than one, the first one is considered the "default" action of the object.
|
|
|
|
Returns the name of the specified action of the object.
|
|
|
|
Provides access to the underlying C GObject.
Reimplemented from Glib::Interface. Reimplemented in Atk::NoOpObject. |
|
Provides access to the underlying C GObject.
Reimplemented from Glib::Interface. Reimplemented in Atk::NoOpObject. |
|
Sets a description of the specified action of the object.
|
|
|
|
|