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

/inkscape/src/
H A Dverbs.cpp365 _actions(0),
387 * The only allocated variable is the _actions variable. If it has
393 delete _actions;
631 if ( _actions == NULL ) {
632 _actions = new ActionTable;
634 ActionTable::iterator action_found = _actions->find(context.getView());
636 if (action_found != _actions->end()) {
646 for (ActionTable::iterator cur_action = _actions->begin();
647 cur_action != _actions->end() && context.getView() != NULL;
656 _actions
[all...]
H A Dverbs.h422 ActionTable * _actions; member in class:Inkscape::Verb
511 * This function also sets \c _actions to NULL.
535 _actions(0),

Completed in 19 milliseconds