Searched refs:ActionTable (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dverbs.h419 typedef std::map<Inkscape::UI::View::View *, SPAction *> ActionTable; typedef in class:Inkscape::Verb
422 ActionTable * _actions;
H A Dverbs.cpp611 * will create the verb if it can't be found in the ActionTable. Also,
612 * if the \c ActionTable has not been created, it gets created by this
632 _actions = new ActionTable;
634 ActionTable::iterator action_found = _actions->find(context.getView());
646 for (ActionTable::iterator cur_action = _actions->begin();
656 _actions->insert(ActionTable::value_type(context.getView(), action));
676 for (ActionTable::iterator cur_action = _actions->begin();
725 for (ActionTable::iterator cur_action = _actions->begin();
755 ActionTable::iterator action_found = _actions->find(view);

Completed in 52 milliseconds