Searched defs:cancel (Results 1 - 11 of 11) sorted by relevance

/inkscape/src/
H A Dmessage-stack.cpp54 void MessageStack::cancel(MessageId id) { function in class:Inkscape::MessageStack
157 m->stack->cancel(m->id);
H A Ddocument-undo.cpp189 void Inkscape::DocumentUndo::cancel(SPDocument *doc) function in class:Inkscape::DocumentUndo
/inkscape/src/extension/
H A Dexecution-env.cpp120 And make sure to connect to the cancel.
155 cancel();
161 ExecutionEnv::cancel (void) { function in class:Inkscape::Extension::ExecutionEnv
170 DocumentUndo::cancel(_doc->doc());
/inkscape/src/ui/tools/
H A Dspiral-tool.cpp274 // if drawing, cancel, otherwise pass it up for deselecting
275 this->cancel();
400 this->cancel(); // Don't allow the creating of zero sized spiral, for example when the start and and point snap to the snap grid point
417 void SpiralTool::cancel() { function in class:Inkscape::UI::Tools::SpiralTool
433 DocumentUndo::cancel(this->desktop->getDocument());
H A Darc-tool.cpp269 // if drawing, cancel, otherwise pass it up for deselecting
270 this->cancel();
426 this->cancel(); // Don't allow the creating of zero sized arc, for example when the start and and point snap to the snap grid point
443 void ArcTool::cancel() { function in class:Inkscape::UI::Tools::ArcTool
459 DocumentUndo::cancel(desktop->getDocument());
H A Drect-tool.cpp311 // if drawing, cancel, otherwise pass it up for deselecting
312 this->cancel();
459 this->cancel(); // Don't allow the creating of zero sized rectangle, for example when the start and and point snap to the snap grid point
476 void RectTool::cancel(){ function in class:Inkscape::UI::Tools::RectTool
492 DocumentUndo::cancel(this->desktop->getDocument());
H A Dstar-tool.cpp287 // if drawing, cancel, otherwise pass it up for deselecting
288 this->cancel();
421 this->cancel();
442 void StarTool::cancel() { function in class:Inkscape::UI::Tools::StarTool
458 DocumentUndo::cancel(desktop->getDocument());
H A Dcalligraphic-tool.cpp425 void CalligraphicTool::cancel() { function in class:Inkscape::UI::Tools::CalligraphicTool
850 // if drawing, cancel, otherwise pass it up for deselecting
851 this->cancel();
858 // if drawing, cancel, otherwise pass it up for undo
859 this->cancel();
H A Deraser-tool.cpp362 void EraserTool::cancel() { function in class:Inkscape::UI::Tools::EraserTool
585 // if drawing, cancel, otherwise pass it up for deselecting
586 this->cancel();
594 // if drawing, cancel, otherwise pass it up for undo
595 this->cancel();
799 DocumentUndo::cancel(desktop->getDocument());
/inkscape/src/ui/dialog/
H A Dxml-tree.cpp576 //DocumentUndo::cancel(self->current_document);
870 GtkWidget *cancel, *vbox, *bbox, *sep; local
914 cancel = gtk_button_new_with_label(_("Cancel"));
915 g_signal_connect_swapped( G_OBJECT(cancel), "clicked",
918 gtk_container_add(GTK_CONTAINER(bbox), cancel); local
/inkscape/src/libgdl/
H A Dgdl-dock-item.c121 gboolean cancel);
395 * @cancel: This value is set to TRUE if the drag was cancelled by
396 * the user. #cancel is set to FALSE if the drag was accepted.
1680 gboolean cancel)
1689 g_signal_emit (item, gdl_dock_item_signals [DOCK_DRAG_END], 0, cancel);
1679 gdl_dock_item_drag_end(GdlDockItem *item, gboolean cancel) argument

Completed in 31 milliseconds