Definition in file action.h.
#include "helper/helper-forward.h"
#include "libnr/nr-object.h"
#include "forward.h"
Go to the source code of this file.
Namespaces | |
namespace | Inkscape |
Classes | |
struct | SPAction |
struct | SPActionClass |
struct | SPActionEventVector |
Defines | |
#define | SP_ACTION(o) (NR_CHECK_INSTANCE_CAST((o), SP_TYPE_ACTION, SPAction)) |
#define | SP_IS_ACTION(o) (NR_CHECK_INSTANCE_TYPE((o), SP_TYPE_ACTION)) |
#define | SP_TYPE_ACTION (sp_action_get_type()) |
Functions | |
NRType | sp_action_get_type () |
Inkscape::UI::View::View * | sp_action_get_view (SPAction *action) |
SPAction * | sp_action_new (Inkscape::UI::View::View *view, gchar const *id, gchar const *name, gchar const *tip, gchar const *image, Inkscape::Verb *verb) |
void | sp_action_perform (SPAction *action, void *data) |
Executes an action. | |
void | sp_action_set_active (SPAction *action, unsigned active) |
void | sp_action_set_sensitive (SPAction *action, unsigned sensitive) |