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

  1. /* LIBGIMP - The GIMP Library
  2.  * Copyright (C) 1995-2000 Peter Mattis and Spencer Kimball
  3.  *
  4.  * gimplayer_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_LAYER_PDB_H__
  25. #define __GIMP_LAYER_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. gint32               _gimp_layer_new               (gint32                image_ID,
  35.                             gint                  width,
  36.                             gint                  height,
  37.                             GimpImageType         type,
  38.                             gchar                *name,
  39.                             gdouble               opacity,
  40.                             GimpLayerModeEffects  mode);
  41. gint32               _gimp_layer_copy              (gint32                layer_ID,
  42.                             gboolean              add_alpha);
  43. gint32               gimp_layer_create_mask        (gint32                layer_ID,
  44.                             GimpAddMaskType       mask_type);
  45. gboolean             gimp_layer_scale              (gint32                layer_ID,
  46.                             gint                  new_width,
  47.                             gint                  new_height,
  48.                             gboolean              local_origin);
  49. gboolean             gimp_layer_resize             (gint32                layer_ID,
  50.                             gint                  new_width,
  51.                             gint                  new_height,
  52.                             gint                  offx,
  53.                             gint                  offy);
  54. gboolean             gimp_layer_delete             (gint32                layer_ID);
  55. gboolean             gimp_layer_translate          (gint32                layer_ID,
  56.                             gint                  offx,
  57.                             gint                  offy);
  58. gboolean             gimp_layer_add_alpha          (gint32                layer_ID);
  59. gboolean             gimp_layer_set_offsets        (gint32                layer_ID,
  60.                             gint                  offx,
  61.                             gint                  offy);
  62. gint32               gimp_layer_mask               (gint32                layer_ID);
  63. gboolean             gimp_layer_is_floating_sel    (gint32                layer_ID);
  64. gchar*               gimp_layer_get_name           (gint32                layer_ID);
  65. gboolean             gimp_layer_set_name           (gint32                layer_ID,
  66.                             gchar                *name);
  67. gboolean             gimp_layer_get_visible        (gint32                layer_ID);
  68. gboolean             gimp_layer_set_visible        (gint32                layer_ID,
  69.                             gboolean              visible);
  70. gboolean             gimp_layer_get_preserve_trans (gint32                layer_ID);
  71. gboolean             gimp_layer_set_preserve_trans (gint32                layer_ID,
  72.                             gboolean              preserve_trans);
  73. gboolean             gimp_layer_get_apply_mask     (gint32                layer_ID);
  74. gboolean             gimp_layer_set_apply_mask     (gint32                layer_ID,
  75.                             gboolean              apply_mask);
  76. gboolean             gimp_layer_get_show_mask      (gint32                layer_ID);
  77. gboolean             gimp_layer_set_show_mask      (gint32                layer_ID,
  78.                             gboolean              show_mask);
  79. gboolean             gimp_layer_get_edit_mask      (gint32                layer_ID);
  80. gboolean             gimp_layer_set_edit_mask      (gint32                layer_ID,
  81.                             gboolean              edit_mask);
  82. gdouble              gimp_layer_get_opacity        (gint32                layer_ID);
  83. gboolean             gimp_layer_set_opacity        (gint32                layer_ID,
  84.                             gdouble               opacity);
  85. GimpLayerModeEffects gimp_layer_get_mode           (gint32                layer_ID);
  86. gboolean             gimp_layer_set_mode           (gint32                layer_ID,
  87.                             GimpLayerModeEffects  mode);
  88. gboolean             gimp_layer_get_linked         (gint32                layer_ID);
  89. gboolean             gimp_layer_set_linked         (gint32                layer_ID,
  90.                             gboolean              linked);
  91. gint                 gimp_layer_get_tattoo         (gint32                layer_ID);
  92. gboolean             gimp_layer_set_tattoo         (gint32                layer_ID,
  93.                             gint                  tattoo);
  94.  
  95.  
  96. #ifdef __cplusplus
  97. }
  98. #endif /* __cplusplus */
  99.  
  100. #endif /* __GIMP_LAYER_PDB_H__ */
  101.