Searched defs:ActionContext (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/helper/
H A Daction-context.h41 ActionContext is designed to be copyable, so it may be used with stack
43 class ActionContext { class in namespace:Inkscape
50 ActionContext();
54 ActionContext(Selection *selection);
57 ActionContext(UI::View::View *view);
H A Daction-context.cpp2 * ActionContext implementation.
21 ActionContext::ActionContext() function in class:Inkscape::ActionContext
27 ActionContext::ActionContext(Selection *selection) function in class:Inkscape::ActionContext
33 ActionContext::ActionContext(UI::View::View *view) function in class:Inkscape::ActionContext
43 SPDocument *ActionContext::getDocument() const
53 Selection *ActionContext::getSelection() const
58 UI::View::View *ActionContext
[all...]

Completed in 299 milliseconds