Lines Matching defs:view
486 * @param view Which view the action should be created for.
610 * This function will get the action for a given view for this verb. It
618 * removed. Also, if the view being created is based on the same
619 * document as a view already created, the sensitivity should be the
620 * same as views on that document. A view with the same document is
736 * A function to remove the action associated with a view.
742 * @param view Which view's actions should be removed.
745 void Verb::delete_view(Inkscape::UI::View::View *view)
755 ActionTable::iterator action_found = _actions->find(view);
767 * A function to delete a view from all verbs.
770 * the view from all of those views. If \c _verbs is not empty
774 * @param view Which view's actions should be removed.
777 void Verb::delete_all_view(Inkscape::UI::View::View *view)
781 _base_verbs[i]->delete_view(view);
789 verbpntr->delete_view(view);
2855 INKSCAPE_ICON("view-fullscreen")),
2857 INKSCAPE_ICON("view-fullscreen")),
2882 new ZoomVerb(SP_VERB_VIEW_CMS_TOGGLE, "ViewCmsToggle", N_("Color-managed view"),