|
Main Page
Widgets
Namespaces
Book
Atk::Action Class ReferenceInheritance diagram for Atk::Action:
[legend]List of all members.
Constructor & Destructor Documentation
virtual Atk::Action::~Action |
( |
|
) |
[virtual] |
|
Member Function Documentation
void Atk::Action::add_interface |
( |
GType |
gtype_implementer |
) |
[static] |
|
bool Atk::Action::do_action |
( |
int |
i |
) |
|
|
|
Perform the specified action on the object.
- Parameters:
-
i | The action index corresponding to the action to be performed. |
- Returns:
true if success, false otherwise.
|
virtual bool Atk::Action::do_action_vfunc |
( |
int |
i |
) |
[protected, virtual] |
|
|
Returns a description of the specified action of the object.
- Parameters:
-
i | The action index corresponding to the action to be performed. |
- Returns:
- A description string, or
0 if action does not implement this interface.
|
virtual const char* Atk::Action::get_description_vfunc |
( |
int |
i |
) |
[protected, virtual] |
|
|
Returns a keybinding associated with this action, if one exists.
- Parameters:
-
i | The action index corresponding to the action to be performed. |
- Returns:
- A string representing the keybinding, or
0 if there is no keybinding for this action.
|
virtual const char* Atk::Action::get_keybinding_vfunc |
( |
int |
i |
) |
[protected, virtual] |
|
|
Returns the localized name of the specified action of the object.
- Parameters:
-
i | The action index corresponding to the action to be performed. |
- Returns:
- A name string, or
0 if action does not implement this interface.
|
int Atk::Action::get_n_actions |
( |
|
) |
const |
|
|
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:
- A the number of actions, or 0 if action does not implement this interface.
|
virtual int Atk::Action::get_n_actions_vfunc |
( |
|
) |
[protected, virtual] |
|
|
Returns the name of the specified action of the object.
- Parameters:
-
i | The action index corresponding to the action to be performed. |
- Returns:
- A name string, or
0 if action does not implement this interface.
|
virtual const char* Atk::Action::get_name_vfunc |
( |
int |
i |
) |
[protected, virtual] |
|
const AtkAction* Atk::Action::gobj |
( |
|
) |
const [inline] |
|
AtkAction* Atk::Action::gobj |
( |
|
) |
[inline] |
|
bool Atk::Action::set_description |
( |
int |
i, |
|
|
const Glib::ustring& |
desc |
|
) |
|
|
|
Sets a description of the specified action of the object.
- Parameters:
-
i | The action index corresponding to the action to be performed. |
desc | The description to be assigned to this action. |
- Returns:
- A
bool representing if the description was successfully set;.
|
virtual bool Atk::Action::set_description_vfunc |
( |
int |
i, |
|
|
const Glib::ustring& |
desc |
|
) |
[protected, virtual] |
|
Friends And Related Function Documentation
Glib::RefPtr<Atk::Action> wrap |
( |
AtkAction* |
object, |
|
|
bool |
take_copy = false |
|
) |
[related] |
|
The documentation for this class was generated from the following file:
Generated for gtkmm by
Doxygen 1.3-rc1 © 1997-2001
|