#include <glib-object.h>
#include <glib/gtypes.h>
Go to the source code of this file.
Namespaces | |
namespace | Inkscape |
Main Inkscape namespace. | |
namespace | Inkscape::XML |
Inkscape XML tree | |
Defines | |
#define | COLORPROFILE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), COLORPROFILE_TYPE, Inkscape::ColorProfile)) |
#define | COLORPROFILE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), COLORPROFILE_TYPE, Inkscape::ColorProfileClass)) |
#define | COLORPROFILE_TYPE (Inkscape::colorprofile_get_type()) |
#define | IS_COLORPROFILE(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), COLORPROFILE_TYPE)) |
#define | IS_COLORPROFILE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), COLORPROFILE_TYPE)) |
Functions | |
GType | Inkscape::colorprofile_get_type () |
Macros and fn declarations related to linear gradients.
Definition in file color-profile-fns.h.