summaryrefslogtreecommitdiffstats
path: root/src/pen-context.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-06-16 16:16:19 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-06-16 16:16:19 +0000
commit251326539ff9769c8b7a09dbd6b89809ffa1f93a (patch)
tree03ad83ead8ea31087851f5c1fadfcc177f300eb5 /src/pen-context.cpp
parentcopy complete LPE stack to clipboard instead of only the current active lpe (diff)
downloadinkscape-251326539ff9769c8b7a09dbd6b89809ffa1f93a.tar.gz
inkscape-251326539ff9769c8b7a09dbd6b89809ffa1f93a.zip
Separate function to put pen context into 'wait for LPE mouse clicks' mode
(bzr r5958)
Diffstat (limited to 'src/pen-context.cpp')
-rw-r--r--src/pen-context.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/pen-context.cpp b/src/pen-context.cpp
index 56594bb6d..1a9f3e39f 100644
--- a/src/pen-context.cpp
+++ b/src/pen-context.cpp
@@ -1293,6 +1293,15 @@ pen_enable_events(SPPenContext *const pc) {
pc->events_disabled--;
}
+void
+sp_pen_context_wait_for_LPE_mouse_clicks(SPPenContext *pc, Inkscape::LivePathEffect::EffectType effect_type,
+ unsigned int num_clicks, bool use_polylines)
+{
+ pc->expecting_clicks_for_LPE = num_clicks;
+ pc->polylines_only = use_polylines;
+ pc->waiting_LPE_type = effect_type;
+}
+
/*
Local Variables:
mode:c++