#include <glib/gtypes.h>
#include <glib-object.h>
#include "libnr/nr-forward.h"
#include "sp-filter-units.h"
#include "sp-filter-primitive.h"
Go to the source code of this file.
Namespaces | |
namespace | Inkscape |
Main Inkscape namespace. | |
namespace | Inkscape::XML |
Inkscape XML tree | |
Defines | |
#define | SP_FILTER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), SP_TYPE_FILTER, SPFilter)) |
#define | SP_FILTER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), SP_TYPE_FILTER, SPFilterClass)) |
#define | SP_FILTER_FILTER_UNITS(f) (SP_FILTER(f)->filterUnits) |
#define | SP_FILTER_PRIMITIVE_UNITS(f) (SP_FILTER(f)->primitiveUnits) |
#define | SP_IS_FILTER(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), SP_TYPE_FILTER)) |
#define | SP_IS_FILTER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), SP_TYPE_FILTER)) |
#define | SP_TYPE_FILTER (sp_filter_get_type()) |
Functions | |
SPFilterPrimitive * | add_primitive (SPFilter *filter, SPFilterPrimitive *primitive) |
SPFilterPrimitive * | get_primitive (SPFilter *filter, int index) |
GType | sp_filter_get_type () |
void | sp_filter_set_filter_units (SPFilter *filter, SPFilterUnits filterUnits) |
void | sp_filter_set_primitive_units (SPFilter *filter, SPFilterUnits filterUnits) |
Macros and fn declarations related to filters.
Definition in file sp-filter-fns.h.