Definition in file sp-feturbulence-fns.h.
#include <glib-object.h>
#include <glib/gtypes.h>
Go to the source code of this file.
Namespaces | |
namespace | Inkscape |
namespace | Inkscape::XML |
Defines | |
#define | SP_FETURBULENCE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), SP_TYPE_FETURBULENCE, SPFeTurbulence)) |
#define | SP_FETURBULENCE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), SP_TYPE_FETURBULENCE, SPFeTurbulenceClass)) |
#define | SP_IS_FETURBULENCE(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), SP_TYPE_FETURBULENCE)) |
#define | SP_IS_FETURBULENCE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), SP_TYPE_FETURBULENCE)) |
#define | SP_TYPE_FETURBULENCE (sp_feTurbulence_get_type()) |
Functions | |
GType | sp_feTurbulence_get_type () |