2000-06-09 02:10:03 +08:00
|
|
|
/* LIBGIMP - The GIMP Library
|
2003-07-03 08:47:26 +08:00
|
|
|
* Copyright (C) 1995-2003 Peter Mattis and Spencer Kimball
|
2000-06-09 02:10:03 +08:00
|
|
|
*
|
|
|
|
* gimppaths_pdb.h
|
|
|
|
*
|
2009-01-18 06:28:01 +08:00
|
|
|
* This library is free software: you can redistribute it and/or
|
2000-06-09 02:10:03 +08:00
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
2009-01-18 06:28:01 +08:00
|
|
|
* version 3 of the License, or (at your option) any later version.
|
2000-06-09 02:10:03 +08:00
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
2009-01-18 06:28:01 +08:00
|
|
|
* License along with this library. If not, see
|
|
|
|
* <http://www.gnu.org/licenses/>.
|
2000-06-09 02:10:03 +08:00
|
|
|
*/
|
|
|
|
|
2007-01-09 18:52:47 +08:00
|
|
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
2000-06-09 02:10:03 +08:00
|
|
|
|
2011-04-29 01:59:52 +08:00
|
|
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
|
|
|
#error "Only <libgimp/gimp.h> can be included directly."
|
|
|
|
#endif
|
|
|
|
|
2000-06-09 02:10:03 +08:00
|
|
|
#ifndef __GIMP_PATHS_PDB_H__
|
|
|
|
#define __GIMP_PATHS_PDB_H__
|
|
|
|
|
2001-11-23 07:46:13 +08:00
|
|
|
G_BEGIN_DECLS
|
2000-06-09 02:10:03 +08:00
|
|
|
|
|
|
|
/* For information look into the C source or the html documentation */
|
|
|
|
|
|
|
|
|
2012-05-03 07:12:25 +08:00
|
|
|
GIMP_DEPRECATED_FOR(gimp_image_get_vectors)
|
2003-07-09 21:18:56 +08:00
|
|
|
gchar** gimp_path_list (gint32 image_ID,
|
2006-04-12 18:27:31 +08:00
|
|
|
gint *num_paths);
|
2012-05-03 07:12:25 +08:00
|
|
|
GIMP_DEPRECATED_FOR(gimp_image_get_active_vectors)
|
2003-07-09 21:18:56 +08:00
|
|
|
gchar* gimp_path_get_current (gint32 image_ID);
|
2012-05-03 07:12:25 +08:00
|
|
|
GIMP_DEPRECATED_FOR(gimp_image_set_active_vectors)
|
2003-07-09 21:18:56 +08:00
|
|
|
gboolean gimp_path_set_current (gint32 image_ID,
|
2006-04-12 18:27:31 +08:00
|
|
|
const gchar *name);
|
2012-05-03 07:12:25 +08:00
|
|
|
GIMP_DEPRECATED_FOR(gimp_image_remove_vectors)
|
2003-07-09 21:18:56 +08:00
|
|
|
gboolean gimp_path_delete (gint32 image_ID,
|
2006-04-12 18:27:31 +08:00
|
|
|
const gchar *name);
|
2012-05-03 07:12:25 +08:00
|
|
|
GIMP_DEPRECATED_FOR(gimp_vectors_stroke_get_points)
|
2003-07-09 21:18:56 +08:00
|
|
|
gint gimp_path_get_points (gint32 image_ID,
|
2006-04-12 18:27:31 +08:00
|
|
|
const gchar *name,
|
|
|
|
gint *path_closed,
|
|
|
|
gint *num_path_point_details,
|
|
|
|
gdouble **points_pairs);
|
2012-05-03 07:12:25 +08:00
|
|
|
GIMP_DEPRECATED_FOR(gimp_vectors_stroke_new_from_points)
|
2003-07-09 21:18:56 +08:00
|
|
|
gboolean gimp_path_set_points (gint32 image_ID,
|
2006-04-12 18:27:31 +08:00
|
|
|
const gchar *name,
|
|
|
|
gint ptype,
|
|
|
|
gint num_path_points,
|
|
|
|
const gdouble *points_pairs);
|
2012-05-03 07:12:25 +08:00
|
|
|
GIMP_DEPRECATED_FOR(gimp_edit_stroke_vectors)
|
2006-10-26 06:43:21 +08:00
|
|
|
gboolean gimp_path_stroke_current (gint32 image_ID);
|
2012-05-03 07:12:25 +08:00
|
|
|
GIMP_DEPRECATED_FOR(gimp_vectors_stroke_get_point_at_dist)
|
2003-07-09 21:18:56 +08:00
|
|
|
gint gimp_path_get_point_at_dist (gint32 image_ID,
|
2006-04-12 18:27:31 +08:00
|
|
|
gdouble distance,
|
|
|
|
gint *y_point,
|
|
|
|
gdouble *slope);
|
2012-05-03 07:12:25 +08:00
|
|
|
GIMP_DEPRECATED_FOR(gimp_vectors_get_tattoo)
|
2003-07-09 21:18:56 +08:00
|
|
|
gint gimp_path_get_tattoo (gint32 image_ID,
|
2006-04-12 18:27:31 +08:00
|
|
|
const gchar *name);
|
2012-05-03 07:12:25 +08:00
|
|
|
GIMP_DEPRECATED_FOR(gimp_vectors_set_tattoo)
|
2003-07-09 21:18:56 +08:00
|
|
|
gboolean gimp_path_set_tattoo (gint32 image_ID,
|
2006-04-12 18:27:31 +08:00
|
|
|
const gchar *name,
|
|
|
|
gint tattovalue);
|
2012-05-03 07:12:25 +08:00
|
|
|
GIMP_DEPRECATED_FOR(gimp_image_get_vectors_by_tattoo)
|
2003-07-09 21:18:56 +08:00
|
|
|
gchar* gimp_get_path_by_tattoo (gint32 image_ID,
|
2006-04-12 18:27:31 +08:00
|
|
|
gint tattoo);
|
2012-05-03 07:12:25 +08:00
|
|
|
GIMP_DEPRECATED_FOR(gimp_vectors_get_linked)
|
2005-03-03 19:10:37 +08:00
|
|
|
gboolean gimp_path_get_locked (gint32 image_ID,
|
2006-04-12 18:27:31 +08:00
|
|
|
const gchar *name);
|
2012-05-03 07:12:25 +08:00
|
|
|
GIMP_DEPRECATED_FOR(gimp_vectors_set_linked)
|
2003-07-09 21:18:56 +08:00
|
|
|
gboolean gimp_path_set_locked (gint32 image_ID,
|
2006-04-12 18:27:31 +08:00
|
|
|
const gchar *name,
|
|
|
|
gboolean locked);
|
2012-05-03 07:12:25 +08:00
|
|
|
GIMP_DEPRECATED_FOR(gimp_vectors_to_selection)
|
2003-07-09 21:18:56 +08:00
|
|
|
gboolean gimp_path_to_selection (gint32 image_ID,
|
2006-04-12 18:27:31 +08:00
|
|
|
const gchar *name,
|
|
|
|
GimpChannelOps op,
|
|
|
|
gboolean antialias,
|
|
|
|
gboolean feather,
|
|
|
|
gdouble feather_radius_x,
|
|
|
|
gdouble feather_radius_y);
|
2012-05-03 07:12:25 +08:00
|
|
|
GIMP_DEPRECATED_FOR(gimp_vectors_import_from_file)
|
2003-09-22 03:03:10 +08:00
|
|
|
gboolean gimp_path_import (gint32 image_ID,
|
2006-04-12 18:27:31 +08:00
|
|
|
const gchar *filename,
|
|
|
|
gboolean merge,
|
|
|
|
gboolean scale);
|
2000-06-09 02:10:03 +08:00
|
|
|
|
|
|
|
|
2001-11-23 07:46:13 +08:00
|
|
|
G_END_DECLS
|
2000-06-09 02:10:03 +08:00
|
|
|
|
|
|
|
#endif /* __GIMP_PATHS_PDB_H__ */
|