Definition in file arc-context.cpp.
#include <gdk/gdkkeysyms.h>
#include "macros.h"
#include <glibmm/i18n.h>
#include "display/sp-canvas.h"
#include "sp-ellipse.h"
#include "document.h"
#include "sp-namedview.h"
#include "selection.h"
#include "desktop-handles.h"
#include "snap.h"
#include "pixmaps/cursor-ellipse.xpm"
#include "sp-metrics.h"
#include "xml/repr.h"
#include "xml/node-event-vector.h"
#include "object-edit.h"
#include "preferences.h"
#include "message-context.h"
#include "desktop.h"
#include "desktop-style.h"
#include "context-fns.h"
#include "verbs.h"
#include "shape-editor.h"
#include "event-context.h"
#include "arc-context.h"
Go to the source code of this file.
Functions | |
static void | sp_arc_cancel (SPArcContext *ec) |
static void | sp_arc_context_class_init (SPArcContextClass *klass) |
static void | sp_arc_context_dispose (GObject *object) |
static void | sp_arc_context_finish (SPEventContext *ec) |
GtkType | sp_arc_context_get_type () |
static void | sp_arc_context_init (SPArcContext *arc_context) |
static gint | sp_arc_context_item_handler (SPEventContext *event_context, SPItem *item, GdkEvent *event) |
static gint | sp_arc_context_root_handler (SPEventContext *event_context, GdkEvent *event) |
void | sp_arc_context_selection_changed (Inkscape::Selection *selection, gpointer data) |
Callback that processes the "changed" signal on the selection; destroys old and creates new knotholder. | |
static void | sp_arc_context_setup (SPEventContext *ec) |
static void | sp_arc_drag (SPArcContext *ec, Geom::Point pt, guint state) |
static void | sp_arc_finish (SPArcContext *ec) |
Variables | |
static SPEventContextClass * | parent_class |