mirror of https://github.com/GNOME/gimp.git
461 lines
9.4 KiB
C
461 lines
9.4 KiB
C
/* LIBGIMP - The GIMP Library
|
|
* Copyright (C) 1995-2003 Peter Mattis and Spencer Kimball
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
* License as published by the Free Software Foundation; either
|
|
* version 2 of the License, or (at your option) any later version.
|
|
*
|
|
* 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
|
|
* License along with this library; if not, write to the
|
|
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
* Boston, MA 02111-1307, USA.
|
|
*/
|
|
|
|
/* NOTE: This file is autogenerated by enumcode.pl */
|
|
|
|
#ifndef __GIMP_ENUMS_H__
|
|
#define __GIMP_ENUMS_H__
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
|
|
#define GIMP_TYPE_ADD_MASK_TYPE (gimp_add_mask_type_get_type ())
|
|
|
|
GType gimp_add_mask_type_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_ADD_WHITE_MASK,
|
|
GIMP_ADD_BLACK_MASK,
|
|
GIMP_ADD_ALPHA_MASK,
|
|
GIMP_ADD_ALPHA_TRANSFER_MASK,
|
|
GIMP_ADD_SELECTION_MASK,
|
|
GIMP_ADD_COPY_MASK
|
|
} GimpAddMaskType;
|
|
|
|
|
|
#define GIMP_TYPE_BLEND_MODE (gimp_blend_mode_get_type ())
|
|
|
|
GType gimp_blend_mode_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_FG_BG_RGB_MODE,
|
|
GIMP_FG_BG_HSV_MODE,
|
|
GIMP_FG_TRANSPARENT_MODE,
|
|
GIMP_CUSTOM_MODE
|
|
} GimpBlendMode;
|
|
|
|
|
|
#define GIMP_TYPE_BRUSH_APPLICATION_MODE (gimp_brush_application_mode_get_type ())
|
|
|
|
GType gimp_brush_application_mode_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_BRUSH_HARD,
|
|
GIMP_BRUSH_SOFT
|
|
} GimpBrushApplicationMode;
|
|
|
|
|
|
#define GIMP_TYPE_BUCKET_FILL_MODE (gimp_bucket_fill_mode_get_type ())
|
|
|
|
GType gimp_bucket_fill_mode_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_FG_BUCKET_FILL,
|
|
GIMP_BG_BUCKET_FILL,
|
|
GIMP_PATTERN_BUCKET_FILL
|
|
} GimpBucketFillMode;
|
|
|
|
|
|
#define GIMP_TYPE_CHANNEL_OPS (gimp_channel_ops_get_type ())
|
|
|
|
GType gimp_channel_ops_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_CHANNEL_OP_ADD,
|
|
GIMP_CHANNEL_OP_SUBTRACT,
|
|
GIMP_CHANNEL_OP_REPLACE,
|
|
GIMP_CHANNEL_OP_INTERSECT
|
|
} GimpChannelOps;
|
|
|
|
|
|
#define GIMP_TYPE_CHANNEL_TYPE (gimp_channel_type_get_type ())
|
|
|
|
GType gimp_channel_type_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_RED_CHANNEL,
|
|
GIMP_GREEN_CHANNEL,
|
|
GIMP_BLUE_CHANNEL,
|
|
GIMP_GRAY_CHANNEL,
|
|
GIMP_INDEXED_CHANNEL,
|
|
GIMP_ALPHA_CHANNEL
|
|
} GimpChannelType;
|
|
|
|
|
|
#define GIMP_TYPE_CLONE_TYPE (gimp_clone_type_get_type ())
|
|
|
|
GType gimp_clone_type_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_IMAGE_CLONE,
|
|
GIMP_PATTERN_CLONE
|
|
} GimpCloneType;
|
|
|
|
|
|
#define GIMP_TYPE_CONVERT_DITHER_TYPE (gimp_convert_dither_type_get_type ())
|
|
|
|
GType gimp_convert_dither_type_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_NO_DITHER,
|
|
GIMP_FS_DITHER,
|
|
GIMP_FSLOWBLEED_DITHER,
|
|
GIMP_FIXED_DITHER
|
|
} GimpConvertDitherType;
|
|
|
|
|
|
#define GIMP_TYPE_CONVERT_PALETTE_TYPE (gimp_convert_palette_type_get_type ())
|
|
|
|
GType gimp_convert_palette_type_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_MAKE_PALETTE,
|
|
GIMP_REUSE_PALETTE,
|
|
GIMP_WEB_PALETTE,
|
|
GIMP_MONO_PALETTE,
|
|
GIMP_CUSTOM_PALETTE
|
|
} GimpConvertPaletteType;
|
|
|
|
|
|
#define GIMP_TYPE_CONVOLUTION_TYPE (gimp_convolution_type_get_type ())
|
|
|
|
GType gimp_convolution_type_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_NORMAL_CONVOL,
|
|
GIMP_ABSOLUTE_CONVOL,
|
|
GIMP_NEGATIVE_CONVOL
|
|
} GimpConvolutionType;
|
|
|
|
|
|
#define GIMP_TYPE_CONVOLVE_TYPE (gimp_convolve_type_get_type ())
|
|
|
|
GType gimp_convolve_type_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_BLUR_CONVOLVE,
|
|
GIMP_SHARPEN_CONVOLVE
|
|
} GimpConvolveType;
|
|
|
|
|
|
#define GIMP_TYPE_DODGE_BURN_TYPE (gimp_dodge_burn_type_get_type ())
|
|
|
|
GType gimp_dodge_burn_type_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_DODGE,
|
|
GIMP_BURN
|
|
} GimpDodgeBurnType;
|
|
|
|
|
|
#define GIMP_TYPE_FILL_TYPE (gimp_fill_type_get_type ())
|
|
|
|
GType gimp_fill_type_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_FOREGROUND_FILL,
|
|
GIMP_BACKGROUND_FILL,
|
|
GIMP_WHITE_FILL,
|
|
GIMP_TRANSPARENT_FILL,
|
|
GIMP_PATTERN_FILL
|
|
} GimpFillType;
|
|
|
|
|
|
#define GIMP_TYPE_GRADIENT_SEGMENT_COLOR (gimp_gradient_segment_color_get_type ())
|
|
|
|
GType gimp_gradient_segment_color_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_GRADIENT_SEGMENT_RGB,
|
|
GIMP_GRADIENT_SEGMENT_HSV_CCW,
|
|
GIMP_GRADIENT_SEGMENT_HSV_CW
|
|
} GimpGradientSegmentColor;
|
|
|
|
|
|
#define GIMP_TYPE_GRADIENT_SEGMENT_TYPE (gimp_gradient_segment_type_get_type ())
|
|
|
|
GType gimp_gradient_segment_type_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_GRADIENT_SEGMENT_LINEAR,
|
|
GIMP_GRADIENT_SEGMENT_CURVED,
|
|
GIMP_GRADIENT_SEGMENT_SINE,
|
|
GIMP_GRADIENT_SEGMENT_SPHERE_INCREASING,
|
|
GIMP_GRADIENT_SEGMENT_SPHERE_DECREASING
|
|
} GimpGradientSegmentType;
|
|
|
|
|
|
#define GIMP_TYPE_GRADIENT_TYPE (gimp_gradient_type_get_type ())
|
|
|
|
GType gimp_gradient_type_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_GRADIENT_LINEAR,
|
|
GIMP_GRADIENT_BILINEAR,
|
|
GIMP_GRADIENT_RADIAL,
|
|
GIMP_GRADIENT_SQUARE,
|
|
GIMP_GRADIENT_CONICAL_SYMMETRIC,
|
|
GIMP_GRADIENT_CONICAL_ASYMMETRIC,
|
|
GIMP_GRADIENT_SHAPEBURST_ANGULAR,
|
|
GIMP_GRADIENT_SHAPEBURST_SPHERICAL,
|
|
GIMP_GRADIENT_SHAPEBURST_DIMPLED,
|
|
GIMP_GRADIENT_SPIRAL_CLOCKWISE,
|
|
GIMP_GRADIENT_SPIRAL_ANTICLOCKWISE
|
|
} GimpGradientType;
|
|
|
|
|
|
#define GIMP_TYPE_HISTOGRAM_CHANNEL (gimp_histogram_channel_get_type ())
|
|
|
|
GType gimp_histogram_channel_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_HISTOGRAM_VALUE,
|
|
GIMP_HISTOGRAM_RED,
|
|
GIMP_HISTOGRAM_GREEN,
|
|
GIMP_HISTOGRAM_BLUE,
|
|
GIMP_HISTOGRAM_ALPHA
|
|
} GimpHistogramChannel;
|
|
|
|
|
|
#define GIMP_TYPE_HUE_RANGE (gimp_hue_range_get_type ())
|
|
|
|
GType gimp_hue_range_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_ALL_HUES,
|
|
GIMP_RED_HUES,
|
|
GIMP_YELLOW_HUES,
|
|
GIMP_GREEN_HUES,
|
|
GIMP_CYAN_HUES,
|
|
GIMP_BLUE_HUES,
|
|
GIMP_MAGENTA_HUES
|
|
} GimpHueRange;
|
|
|
|
|
|
#define GIMP_TYPE_ICON_TYPE (gimp_icon_type_get_type ())
|
|
|
|
GType gimp_icon_type_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_ICON_TYPE_STOCK_ID,
|
|
GIMP_ICON_TYPE_INLINE_PIXBUF,
|
|
GIMP_ICON_TYPE_IMAGE_FILE
|
|
} GimpIconType;
|
|
|
|
|
|
#define GIMP_TYPE_INTERPOLATION_TYPE (gimp_interpolation_type_get_type ())
|
|
|
|
GType gimp_interpolation_type_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_INTERPOLATION_NONE,
|
|
GIMP_INTERPOLATION_LINEAR,
|
|
GIMP_INTERPOLATION_CUBIC
|
|
} GimpInterpolationType;
|
|
|
|
|
|
#define GIMP_TYPE_LAYER_MODE_EFFECTS (gimp_layer_mode_effects_get_type ())
|
|
|
|
GType gimp_layer_mode_effects_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_NORMAL_MODE,
|
|
GIMP_DISSOLVE_MODE,
|
|
GIMP_BEHIND_MODE,
|
|
GIMP_MULTIPLY_MODE,
|
|
GIMP_SCREEN_MODE,
|
|
GIMP_OVERLAY_MODE,
|
|
GIMP_DIFFERENCE_MODE,
|
|
GIMP_ADDITION_MODE,
|
|
GIMP_SUBTRACT_MODE,
|
|
GIMP_DARKEN_ONLY_MODE,
|
|
GIMP_LIGHTEN_ONLY_MODE,
|
|
GIMP_HUE_MODE,
|
|
GIMP_SATURATION_MODE,
|
|
GIMP_COLOR_MODE,
|
|
GIMP_VALUE_MODE,
|
|
GIMP_DIVIDE_MODE,
|
|
GIMP_DODGE_MODE,
|
|
GIMP_BURN_MODE,
|
|
GIMP_HARDLIGHT_MODE,
|
|
GIMP_SOFTLIGHT_MODE,
|
|
GIMP_GRAIN_EXTRACT_MODE,
|
|
GIMP_GRAIN_MERGE_MODE,
|
|
GIMP_COLOR_ERASE_MODE
|
|
} GimpLayerModeEffects;
|
|
|
|
|
|
#define GIMP_TYPE_MASK_APPLY_MODE (gimp_mask_apply_mode_get_type ())
|
|
|
|
GType gimp_mask_apply_mode_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_MASK_APPLY,
|
|
GIMP_MASK_DISCARD
|
|
} GimpMaskApplyMode;
|
|
|
|
|
|
#define GIMP_TYPE_MERGE_TYPE (gimp_merge_type_get_type ())
|
|
|
|
GType gimp_merge_type_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_EXPAND_AS_NECESSARY,
|
|
GIMP_CLIP_TO_IMAGE,
|
|
GIMP_CLIP_TO_BOTTOM_LAYER,
|
|
GIMP_FLATTEN_IMAGE
|
|
} GimpMergeType;
|
|
|
|
|
|
#define GIMP_TYPE_OFFSET_TYPE (gimp_offset_type_get_type ())
|
|
|
|
GType gimp_offset_type_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_OFFSET_BACKGROUND,
|
|
GIMP_OFFSET_TRANSPARENT
|
|
} GimpOffsetType;
|
|
|
|
|
|
#define GIMP_TYPE_ORIENTATION_TYPE (gimp_orientation_type_get_type ())
|
|
|
|
GType gimp_orientation_type_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_ORIENTATION_HORIZONTAL,
|
|
GIMP_ORIENTATION_VERTICAL,
|
|
GIMP_ORIENTATION_UNKNOWN
|
|
} GimpOrientationType;
|
|
|
|
|
|
#define GIMP_TYPE_PAINT_APPLICATION_MODE (gimp_paint_application_mode_get_type ())
|
|
|
|
GType gimp_paint_application_mode_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_PAINT_CONSTANT,
|
|
GIMP_PAINT_INCREMENTAL
|
|
} GimpPaintApplicationMode;
|
|
|
|
|
|
#define GIMP_TYPE_REPEAT_MODE (gimp_repeat_mode_get_type ())
|
|
|
|
GType gimp_repeat_mode_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_REPEAT_NONE,
|
|
GIMP_REPEAT_SAWTOOTH,
|
|
GIMP_REPEAT_TRIANGULAR
|
|
} GimpRepeatMode;
|
|
|
|
|
|
#define GIMP_TYPE_ROTATION_TYPE (gimp_rotation_type_get_type ())
|
|
|
|
GType gimp_rotation_type_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_ROTATE_90,
|
|
GIMP_ROTATE_180,
|
|
GIMP_ROTATE_270
|
|
} GimpRotationType;
|
|
|
|
|
|
#define GIMP_TYPE_RUN_MODE (gimp_run_mode_get_type ())
|
|
|
|
GType gimp_run_mode_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_RUN_INTERACTIVE,
|
|
GIMP_RUN_NONINTERACTIVE,
|
|
GIMP_RUN_WITH_LAST_VALS
|
|
} GimpRunMode;
|
|
|
|
|
|
#define GIMP_TYPE_SIZE_TYPE (gimp_size_type_get_type ())
|
|
|
|
GType gimp_size_type_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_PIXELS,
|
|
GIMP_POINTS
|
|
} GimpSizeType;
|
|
|
|
|
|
#define GIMP_TYPE_TRANSFER_MODE (gimp_transfer_mode_get_type ())
|
|
|
|
GType gimp_transfer_mode_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_SHADOWS,
|
|
GIMP_MIDTONES,
|
|
GIMP_HIGHLIGHTS
|
|
} GimpTransferMode;
|
|
|
|
|
|
#define GIMP_TYPE_TRANSFORM_DIRECTION (gimp_transform_direction_get_type ())
|
|
|
|
GType gimp_transform_direction_get_type (void) G_GNUC_CONST;
|
|
|
|
typedef enum
|
|
{
|
|
GIMP_TRANSFORM_FORWARD,
|
|
GIMP_TRANSFORM_BACKWARD
|
|
} GimpTransformDirection;
|
|
|
|
|
|
void _gimp_enums_init (void);
|
|
|
|
const gchar ** gimp_enums_get_type_names (gint *n_type_names);
|
|
|
|
|
|
G_END_DECLS
|
|
|
|
#endif /* __GIMP_ENUMS_H__ */
|