Definition in file fill-style.cpp.
#include <glibmm/i18n.h>
#include "desktop-handles.h"
#include "desktop-style.h"
#include "display/sp-canvas.h"
#include "document-private.h"
#include "gradient-chemistry.h"
#include "inkscape.h"
#include "selection.h"
#include "sp-linear-gradient.h"
#include "sp-pattern.h"
#include "sp-radial-gradient.h"
#include "style.h"
#include "widgets/paint-selector.h"
#include "widgets/sp-widget.h"
#include "xml/repr.h"
#include "widgets/fill-style.h"
Go to the source code of this file.
Defines | |
#define | ART_WIND_RULE_NONZERO 0 |
#define | noSP_FS_VERBOSE |
Functions | |
static void | sp_fill_style_widget_change_selection (SPWidget *spw, Inkscape::Selection *selection, SPPaintSelector *psel) |
static void | sp_fill_style_widget_change_subselection (Inkscape::Application *inkscape, SPDesktop *desktop, SPWidget *spw) |
static void | sp_fill_style_widget_construct (SPWidget *spw, SPPaintSelector *psel) |
static void | sp_fill_style_widget_fillrule_changed (SPPaintSelector *psel, SPPaintSelectorFillRule mode, SPWidget *spw) |
static void | sp_fill_style_widget_modify_selection (SPWidget *spw, Inkscape::Selection *selection, guint flags, SPPaintSelector *psel) |
GtkWidget * | sp_fill_style_widget_new (void) |
static void | sp_fill_style_widget_paint_changed (SPPaintSelector *psel, SPWidget *spw) |
static void | sp_fill_style_widget_paint_dragged (SPPaintSelector *psel, SPWidget *spw) |
static void | sp_fill_style_widget_paint_mode_changed (SPPaintSelector *psel, SPPaintSelectorMode mode, SPWidget *spw) |
static void | sp_fill_style_widget_update (SPWidget *spw) |
Variables | |
static gchar const * | undo_label = undo_label_1 |
static gchar const * | undo_label_1 = "fill:flatcolor:1" |
static gchar const * | undo_label_2 = "fill:flatcolor:2" |