home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2002 April / pcpro0402.iso / essentials / graphics / Gimp / gimp-src-20001226.exe / src / gimp / libgimp / gimptools_pdb.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-08-24  |  9.5 KB  |  217 lines

  1. /* LIBGIMP - The GIMP Library
  2.  * Copyright (C) 1995-2000 Peter Mattis and Spencer Kimball
  3.  *
  4.  * gimptools_pdb.h
  5.  *
  6.  * This library is free software; you can redistribute it and/or
  7.  * modify it under the terms of the GNU Lesser General Public
  8.  * License as published by the Free Software Foundation; either
  9.  * version 2 of the License, or (at your option) any later version.
  10.  *
  11.  * This library is distributed in the hope that it will be useful,
  12.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  14.  * Lesser General Public License for more details.
  15.  *
  16.  * You should have received a copy of the GNU Lesser General Public
  17.  * License along with this library; if not, write to the
  18.  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  19.  * Boston, MA 02111-1307, USA.
  20.  */
  21.  
  22. /* NOTE: This file is autogenerated by pdbgen.pl */
  23.  
  24. #ifndef __GIMP_TOOLS_PDB_H__
  25. #define __GIMP_TOOLS_PDB_H__
  26.  
  27. #ifdef __cplusplus
  28. extern "C" {
  29. #endif /* __cplusplus */
  30.  
  31. /* For information look into the C source or the html documentation */
  32.  
  33.  
  34. gboolean gimp_airbrush           (gint32                    drawable_ID,
  35.                   gdouble                   pressure,
  36.                   gint                      num_strokes,
  37.                   gdouble                  *strokes);
  38. gboolean gimp_airbrush_default   (gint32                    drawable_ID,
  39.                   gint                      num_strokes,
  40.                   gdouble                  *strokes);
  41. gboolean gimp_blend              (gint32                    drawable_ID,
  42.                   GimpBlendMode             blend_mode,
  43.                   GimpLayerModeEffects      paint_mode,
  44.                   GimpGradientType          gradient_type,
  45.                   gdouble                   opacity,
  46.                   gdouble                   offset,
  47.                   GimpRepeatMode            repeat,
  48.                   gboolean                  supersample,
  49.                   gint                      max_depth,
  50.                   gdouble                   threshold,
  51.                   gdouble                   x1,
  52.                   gdouble                   y1,
  53.                   gdouble                   x2,
  54.                   gdouble                   y2);
  55. gboolean gimp_bucket_fill        (gint32                    drawable_ID,
  56.                   GimpBucketFillMode        fill_mode,
  57.                   GimpLayerModeEffects      paint_mode,
  58.                   gdouble                   opacity,
  59.                   gdouble                   threshold,
  60.                   gboolean                  sample_merged,
  61.                   gdouble                   x,
  62.                   gdouble                   y);
  63. gboolean gimp_by_color_select    (gint32                    drawable_ID,
  64.                   guchar                    red,
  65.                   guchar                    green,
  66.                   guchar                    blue,
  67.                   gint                      threshold,
  68.                   GimpChannelOps            operation,
  69.                   gboolean                  antialias,
  70.                   gboolean                  feather,
  71.                   gdouble                   feather_radius,
  72.                   gboolean                  sample_merged);
  73. gboolean gimp_clone              (gint32                    drawable_ID,
  74.                   gint32                    src_drawable_ID,
  75.                   GimpCloneType             clone_type,
  76.                   gdouble                   src_x,
  77.                   gdouble                   src_y,
  78.                   gint                      num_strokes,
  79.                   gdouble                  *strokes);
  80. gboolean gimp_clone_default      (gint32                    drawable_ID,
  81.                   gint                      num_strokes,
  82.                   gdouble                  *strokes);
  83. gboolean gimp_color_picker       (gint32                    image_ID,
  84.                   gint32                    drawable_ID,
  85.                   gdouble                   x,
  86.                   gdouble                   y,
  87.                   gboolean                  sample_merged,
  88.                   gboolean                  sample_average,
  89.                   gdouble                   average_radius,
  90.                   gboolean                  save_color,
  91.                   guchar                   *red,
  92.                   guchar                   *green,
  93.                   guchar                   *blue);
  94. gboolean gimp_convolve           (gint32                    drawable_ID,
  95.                   gdouble                   pressure,
  96.                   GimpConvolveType          convolve_type,
  97.                   gint                      num_strokes,
  98.                   gdouble                  *strokes);
  99. gboolean gimp_convolve_default   (gint32                    drawable_ID,
  100.                   gint                      num_strokes,
  101.                   gdouble                  *strokes);
  102. gboolean gimp_crop               (gint32                    image_ID,
  103.                   gint                      new_width,
  104.                   gint                      new_height,
  105.                   gint                      offx,
  106.                   gint                      offy);
  107. gboolean gimp_dodgeburn          (gint32                    drawable_ID,
  108.                   gdouble                   exposure,
  109.                   GimpDodgeBurnType         dodgeburn_type,
  110.                   GimpDodgeBurnMode         dodgeburn_mode,
  111.                   gint                      num_strokes,
  112.                   gdouble                  *strokes);
  113. gboolean gimp_dodgeburn_default  (gint32                    drawable_ID,
  114.                   gint                      num_strokes,
  115.                   gdouble                  *strokes);
  116. gboolean gimp_ellipse_select     (gint32                    image_ID,
  117.                   gdouble                   x,
  118.                   gdouble                   y,
  119.                   gdouble                   width,
  120.                   gdouble                   height,
  121.                   GimpChannelOps            operation,
  122.                   gboolean                  antialias,
  123.                   gboolean                  feather,
  124.                   gdouble                   feather_radius);
  125. gboolean gimp_eraser             (gint32                    drawable_ID,
  126.                   gint                      num_strokes,
  127.                   gdouble                  *strokes,
  128.                   GimpBrushApplicationMode  hardness,
  129.                   GimpPaintApplicationMode  method);
  130. gboolean gimp_eraser_default     (gint32                    drawable_ID,
  131.                   gint                      num_strokes,
  132.                   gdouble                  *strokes);
  133. gint32   gimp_flip               (gint32                    drawable_ID,
  134.                   GimpOrientationType       flip_type);
  135. gboolean gimp_free_select        (gint32                    image_ID,
  136.                   gint                      num_segs,
  137.                   gdouble                  *segs,
  138.                   GimpChannelOps            operation,
  139.                   gboolean                  antialias,
  140.                   gboolean                  feather,
  141.                   gdouble                   feather_radius);
  142. gboolean gimp_fuzzy_select       (gint32                    drawable_ID,
  143.                   gdouble                   x,
  144.                   gdouble                   y,
  145.                   gint                      threshold,
  146.                   GimpChannelOps            operation,
  147.                   gboolean                  antialias,
  148.                   gboolean                  feather,
  149.                   gdouble                   feather_radius,
  150.                   gboolean                  sample_merged);
  151. gboolean gimp_paintbrush         (gint32                    drawable_ID,
  152.                   gdouble                   fade_out,
  153.                   gint                      num_strokes,
  154.                   gdouble                  *strokes,
  155.                   GimpPaintApplicationMode  method,
  156.                   gdouble                   gradient_length);
  157. gboolean gimp_paintbrush_default (gint32                    drawable_ID,
  158.                   gint                      num_strokes,
  159.                   gdouble                  *strokes);
  160. gboolean gimp_pencil             (gint32                    drawable_ID,
  161.                   gint                      num_strokes,
  162.                   gdouble                  *strokes);
  163. gint32   gimp_perspective        (gint32                    drawable_ID,
  164.                   gboolean                  interpolation,
  165.                   gdouble                   x0,
  166.                   gdouble                   y0,
  167.                   gdouble                   x1,
  168.                   gdouble                   y1,
  169.                   gdouble                   x2,
  170.                   gdouble                   y2,
  171.                   gdouble                   x3,
  172.                   gdouble                   y3);
  173. gboolean gimp_rect_select        (gint32                    image_ID,
  174.                   gdouble                   x,
  175.                   gdouble                   y,
  176.                   gdouble                   width,
  177.                   gdouble                   height,
  178.                   GimpChannelOps            operation,
  179.                   gboolean                  feather,
  180.                   gdouble                   feather_radius);
  181. gint32   gimp_rotate             (gint32                    drawable_ID,
  182.                   gboolean                  interpolation,
  183.                   gdouble                   angle);
  184. gint32   gimp_scale              (gint32                    drawable_ID,
  185.                   gboolean                  interpolation,
  186.                   gdouble                   x0,
  187.                   gdouble                   y0,
  188.                   gdouble                   x1,
  189.                   gdouble                   y1);
  190. gint32   gimp_shear              (gint32                    drawable_ID,
  191.                   gboolean                  interpolation,
  192.                   GimpOrientationType       shear_type,
  193.                   gdouble                   magnitude);
  194. gboolean gimp_smudge             (gint32                    drawable_ID,
  195.                   gdouble                   pressure,
  196.                   gint                      num_strokes,
  197.                   gdouble                  *strokes);
  198. gboolean gimp_smudge_default     (gint32                    drawable_ID,
  199.                   gint                      num_strokes,
  200.                   gdouble                  *strokes);
  201. gint32   gimp_transform_2d       (gint32                    drawable_ID,
  202.                   gboolean                  interpolation,
  203.                   gdouble                   source_x,
  204.                   gdouble                   source_y,
  205.                   gdouble                   scale_x,
  206.                   gdouble                   scale_y,
  207.                   gdouble                   angle,
  208.                   gdouble                   dest_x,
  209.                   gdouble                   dest_y);
  210.  
  211.  
  212. #ifdef __cplusplus
  213. }
  214. #endif /* __cplusplus */
  215.  
  216. #endif /* __GIMP_TOOLS_PDB_H__ */
  217.