520 lines
19 KiB
XML
520 lines
19 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
|
|
|
|
<refentry id="libgimpbase-gimpbaseenums">
|
|
<refmeta>
|
|
<refentrytitle role="top_of_page">gimpbaseenums</refentrytitle>
|
|
<manvolnum>3</manvolnum>
|
|
<refmiscinfo>LIBGIMPBASE Library</refmiscinfo>
|
|
</refmeta>
|
|
|
|
<refnamediv>
|
|
<refname>gimpbaseenums</refname>
|
|
<refpurpose>Basic GIMP enumeration data types.</refpurpose>
|
|
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv role="synopsis">
|
|
<title role="synopsis.title">Synopsis</title>
|
|
|
|
<synopsis>
|
|
|
|
|
|
|
|
enum <link linkend="GimpAddMaskType">GimpAddMaskType</link>;
|
|
enum <link linkend="GimpBlendMode">GimpBlendMode</link>;
|
|
enum <link linkend="GimpBucketFillMode">GimpBucketFillMode</link>;
|
|
enum <link linkend="GimpChannelOps">GimpChannelOps</link>;
|
|
enum <link linkend="GimpChannelType">GimpChannelType</link>;
|
|
enum <link linkend="GimpCheckSize">GimpCheckSize</link>;
|
|
enum <link linkend="GimpCheckType">GimpCheckType</link>;
|
|
enum <link linkend="GimpCloneType">GimpCloneType</link>;
|
|
enum <link linkend="GimpDesaturateMode">GimpDesaturateMode</link>;
|
|
enum <link linkend="GimpDodgeBurnType">GimpDodgeBurnType</link>;
|
|
enum <link linkend="GimpForegroundExtractMode">GimpForegroundExtractMode</link>;
|
|
enum <link linkend="GimpGradientType">GimpGradientType</link>;
|
|
enum <link linkend="GimpGridStyle">GimpGridStyle</link>;
|
|
enum <link linkend="GimpIconType">GimpIconType</link>;
|
|
enum <link linkend="GimpImageBaseType">GimpImageBaseType</link>;
|
|
enum <link linkend="GimpImageType">GimpImageType</link>;
|
|
enum <link linkend="GimpInterpolationType">GimpInterpolationType</link>;
|
|
enum <link linkend="GimpMessageHandlerType">GimpMessageHandlerType</link>;
|
|
enum <link linkend="GimpPaintApplicationMode">GimpPaintApplicationMode</link>;
|
|
enum <link linkend="GimpPDBArgType">GimpPDBArgType</link>;
|
|
enum <link linkend="GimpPDBProcType">GimpPDBProcType</link>;
|
|
enum <link linkend="GimpPDBStatusType">GimpPDBStatusType</link>;
|
|
enum <link linkend="GimpProgressCommand">GimpProgressCommand</link>;
|
|
enum <link linkend="GimpRepeatMode">GimpRepeatMode</link>;
|
|
enum <link linkend="GimpRunMode">GimpRunMode</link>;
|
|
enum <link linkend="GimpSizeType">GimpSizeType</link>;
|
|
enum <link linkend="GimpStackTraceMode">GimpStackTraceMode</link>;
|
|
enum <link linkend="GimpTransferMode">GimpTransferMode</link>;
|
|
enum <link linkend="GimpTransformDirection">GimpTransformDirection</link>;
|
|
enum <link linkend="GimpTransformResize">GimpTransformResize</link>;
|
|
enum <link linkend="GimpUserDirectory">GimpUserDirectory</link>;
|
|
enum <link linkend="GimpVectorsStrokeType">GimpVectorsStrokeType</link>;
|
|
|
|
</synopsis>
|
|
</refsynopsisdiv>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<refsect1 role="desc">
|
|
<title role="desc.title">Description</title>
|
|
<para>
|
|
Basic GIMP enumeration data types.
|
|
</para>
|
|
</refsect1>
|
|
|
|
<refsect1 role="details">
|
|
<title role="details.title">Details</title>
|
|
<refsect2>
|
|
<title><anchor id="GimpAddMaskType" role="enum"/>enum GimpAddMaskType</title>
|
|
<indexterm><primary>GimpAddMaskType</primary></indexterm><programlisting>typedef enum
|
|
{
|
|
GIMP_ADD_WHITE_MASK, /*< desc="_White (full opacity)" >*/
|
|
GIMP_ADD_BLACK_MASK, /*< desc="_Black (full transparency)" >*/
|
|
GIMP_ADD_ALPHA_MASK, /*< desc="Layer's _alpha channel" >*/
|
|
GIMP_ADD_ALPHA_TRANSFER_MASK, /*< desc="_Transfer layer's alpha channel" >*/
|
|
GIMP_ADD_SELECTION_MASK, /*< desc="_Selection" >*/
|
|
GIMP_ADD_COPY_MASK, /*< desc="_Grayscale copy of layer" >*/
|
|
GIMP_ADD_CHANNEL_MASK /*< desc="C_hannel" >*/
|
|
} GimpAddMaskType;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="GimpBlendMode" role="enum"/>enum GimpBlendMode</title>
|
|
<indexterm><primary>GimpBlendMode</primary></indexterm><programlisting>typedef enum
|
|
{
|
|
GIMP_FG_BG_RGB_MODE, /*< desc="FG to BG (RGB)" >*/
|
|
GIMP_FG_BG_HSV_MODE, /*< desc="FG to BG (HSV)" >*/
|
|
GIMP_FG_TRANSPARENT_MODE, /*< desc="FG to transparent" >*/
|
|
GIMP_CUSTOM_MODE /*< desc="Custom gradient" >*/
|
|
} GimpBlendMode;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="GimpBucketFillMode" role="enum"/>enum GimpBucketFillMode</title>
|
|
<indexterm><primary>GimpBucketFillMode</primary></indexterm><programlisting>typedef enum
|
|
{
|
|
GIMP_FG_BUCKET_FILL, /*< desc="FG color fill" >*/
|
|
GIMP_BG_BUCKET_FILL, /*< desc="BG color fill" >*/
|
|
GIMP_PATTERN_BUCKET_FILL /*< desc="Pattern fill" >*/
|
|
} GimpBucketFillMode;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="GimpChannelOps" role="enum"/>enum GimpChannelOps</title>
|
|
<indexterm><primary>GimpChannelOps</primary></indexterm><programlisting>typedef enum
|
|
{
|
|
GIMP_CHANNEL_OP_ADD, /*< desc="Add to the current selection" >*/
|
|
GIMP_CHANNEL_OP_SUBTRACT, /*< desc="Subtract from the current selection" >*/
|
|
GIMP_CHANNEL_OP_REPLACE, /*< desc="Replace the current selection" >*/
|
|
GIMP_CHANNEL_OP_INTERSECT /*< desc="Intersect with the current selection" >*/
|
|
} GimpChannelOps;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="GimpChannelType" role="enum"/>enum GimpChannelType</title>
|
|
<indexterm><primary>GimpChannelType</primary></indexterm><programlisting>typedef enum
|
|
{
|
|
GIMP_RED_CHANNEL, /*< desc="Red" >*/
|
|
GIMP_GREEN_CHANNEL, /*< desc="Green" >*/
|
|
GIMP_BLUE_CHANNEL, /*< desc="Blue" >*/
|
|
GIMP_GRAY_CHANNEL, /*< desc="Gray" >*/
|
|
GIMP_INDEXED_CHANNEL, /*< desc="Indexed" >*/
|
|
GIMP_ALPHA_CHANNEL /*< desc="Alpha" >*/
|
|
} GimpChannelType;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="GimpCheckSize" role="enum"/>enum GimpCheckSize</title>
|
|
<indexterm><primary>GimpCheckSize</primary></indexterm><programlisting>typedef enum /*< pdb-skip >*/
|
|
{
|
|
GIMP_CHECK_SIZE_SMALL_CHECKS = 0, /*< desc="Small" >*/
|
|
GIMP_CHECK_SIZE_MEDIUM_CHECKS = 1, /*< desc="Medium" >*/
|
|
GIMP_CHECK_SIZE_LARGE_CHECKS = 2 /*< desc="Large" >*/
|
|
} GimpCheckSize;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="GimpCheckType" role="enum"/>enum GimpCheckType</title>
|
|
<indexterm><primary>GimpCheckType</primary></indexterm><programlisting>typedef enum /*< pdb-skip >*/
|
|
{
|
|
GIMP_CHECK_TYPE_LIGHT_CHECKS = 0, /*< desc="Light checks" >*/
|
|
GIMP_CHECK_TYPE_GRAY_CHECKS = 1, /*< desc="Mid-tone checks" >*/
|
|
GIMP_CHECK_TYPE_DARK_CHECKS = 2, /*< desc="Dark checks" >*/
|
|
GIMP_CHECK_TYPE_WHITE_ONLY = 3, /*< desc="White only" >*/
|
|
GIMP_CHECK_TYPE_GRAY_ONLY = 4, /*< desc="Gray only" >*/
|
|
GIMP_CHECK_TYPE_BLACK_ONLY = 5 /*< desc="Black only" >*/
|
|
} GimpCheckType;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="GimpCloneType" role="enum"/>enum GimpCloneType</title>
|
|
<indexterm><primary>GimpCloneType</primary></indexterm><programlisting>typedef enum
|
|
{
|
|
GIMP_IMAGE_CLONE, /*< desc="Image" >*/
|
|
GIMP_PATTERN_CLONE /*< desc="Pattern" >*/
|
|
} GimpCloneType;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="GimpDesaturateMode" role="enum"/>enum GimpDesaturateMode</title>
|
|
<indexterm><primary>GimpDesaturateMode</primary></indexterm><programlisting>typedef enum
|
|
{
|
|
GIMP_DESATURATE_LIGHTNESS, /*< desc="Lightness" >*/
|
|
GIMP_DESATURATE_LUMINOSITY, /*< desc="Luminosity" >*/
|
|
GIMP_DESATURATE_AVERAGE /*< desc="Average" >*/
|
|
} GimpDesaturateMode;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="GimpDodgeBurnType" role="enum"/>enum GimpDodgeBurnType</title>
|
|
<indexterm><primary>GimpDodgeBurnType</primary></indexterm><programlisting>typedef enum
|
|
{
|
|
GIMP_DODGE, /*< desc="Dodge" >*/
|
|
GIMP_BURN /*< desc="Burn" >*/
|
|
} GimpDodgeBurnType;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="GimpForegroundExtractMode" role="enum"/>enum GimpForegroundExtractMode</title>
|
|
<indexterm><primary>GimpForegroundExtractMode</primary></indexterm><programlisting>typedef enum
|
|
{
|
|
GIMP_FOREGROUND_EXTRACT_SIOX
|
|
} GimpForegroundExtractMode;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="GimpGradientType" role="enum"/>enum GimpGradientType</title>
|
|
<indexterm><primary>GimpGradientType</primary></indexterm><programlisting>typedef enum
|
|
{
|
|
GIMP_GRADIENT_LINEAR, /*< desc="gradient|Linear" >*/
|
|
GIMP_GRADIENT_BILINEAR, /*< desc="Bi-linear" >*/
|
|
GIMP_GRADIENT_RADIAL, /*< desc="Radial" >*/
|
|
GIMP_GRADIENT_SQUARE, /*< desc="Square" >*/
|
|
GIMP_GRADIENT_CONICAL_SYMMETRIC, /*< desc="Conical (sym)" >*/
|
|
GIMP_GRADIENT_CONICAL_ASYMMETRIC, /*< desc="Conical (asym)" >*/
|
|
GIMP_GRADIENT_SHAPEBURST_ANGULAR, /*< desc="Shaped (angular)" >*/
|
|
GIMP_GRADIENT_SHAPEBURST_SPHERICAL, /*< desc="Shaped (spherical)">*/
|
|
GIMP_GRADIENT_SHAPEBURST_DIMPLED, /*< desc="Shaped (dimpled)" >*/
|
|
GIMP_GRADIENT_SPIRAL_CLOCKWISE, /*< desc="Spiral (cw)" >*/
|
|
GIMP_GRADIENT_SPIRAL_ANTICLOCKWISE /*< desc="Spiral (ccw)" >*/
|
|
} GimpGradientType;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="GimpGridStyle" role="enum"/>enum GimpGridStyle</title>
|
|
<indexterm><primary>GimpGridStyle</primary></indexterm><programlisting>typedef enum
|
|
{
|
|
GIMP_GRID_DOTS, /*< desc="Intersections (dots)" >*/
|
|
GIMP_GRID_INTERSECTIONS, /*< desc="Intersections (crosshairs)" >*/
|
|
GIMP_GRID_ON_OFF_DASH, /*< desc="Dashed" >*/
|
|
GIMP_GRID_DOUBLE_DASH, /*< desc="Double dashed" >*/
|
|
GIMP_GRID_SOLID /*< desc="Solid" >*/
|
|
} GimpGridStyle;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="GimpIconType" role="enum"/>enum GimpIconType</title>
|
|
<indexterm><primary>GimpIconType</primary></indexterm><programlisting>typedef enum
|
|
{
|
|
GIMP_ICON_TYPE_STOCK_ID, /*< desc="Stock ID" >*/
|
|
GIMP_ICON_TYPE_INLINE_PIXBUF, /*< desc="Inline pixbuf" >*/
|
|
GIMP_ICON_TYPE_IMAGE_FILE /*< desc="Image file" >*/
|
|
} GimpIconType;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="GimpImageBaseType" role="enum"/>enum GimpImageBaseType</title>
|
|
<indexterm><primary>GimpImageBaseType</primary></indexterm><programlisting>typedef enum
|
|
{
|
|
GIMP_RGB, /*< desc="RGB color" >*/
|
|
GIMP_GRAY, /*< desc="Grayscale" >*/
|
|
GIMP_INDEXED /*< desc="Indexed color" >*/
|
|
} GimpImageBaseType;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="GimpImageType" role="enum"/>enum GimpImageType</title>
|
|
<indexterm><primary>GimpImageType</primary></indexterm><programlisting>typedef enum
|
|
{
|
|
GIMP_RGB_IMAGE, /*< desc="RGB" >*/
|
|
GIMP_RGBA_IMAGE, /*< desc="RGB-alpha" >*/
|
|
GIMP_GRAY_IMAGE, /*< desc="Grayscale" >*/
|
|
GIMP_GRAYA_IMAGE, /*< desc="Grayscale-alpha" >*/
|
|
GIMP_INDEXED_IMAGE, /*< desc="Indexed" >*/
|
|
GIMP_INDEXEDA_IMAGE /*< desc="Indexed-alpha" >*/
|
|
} GimpImageType;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="GimpInterpolationType" role="enum"/>enum GimpInterpolationType</title>
|
|
<indexterm><primary>GimpInterpolationType</primary></indexterm><programlisting>typedef enum
|
|
{
|
|
GIMP_INTERPOLATION_NONE, /*< desc="interpolation|None" >*/
|
|
GIMP_INTERPOLATION_LINEAR, /*< desc="interpolation|Linear" >*/
|
|
GIMP_INTERPOLATION_CUBIC, /*< desc="Cubic" >*/
|
|
GIMP_INTERPOLATION_LANCZOS /*< desc="Sinc (Lanczos3)" >*/
|
|
} GimpInterpolationType;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="GimpMessageHandlerType" role="enum"/>enum GimpMessageHandlerType</title>
|
|
<indexterm><primary>GimpMessageHandlerType</primary></indexterm><programlisting>typedef enum
|
|
{
|
|
GIMP_MESSAGE_BOX,
|
|
GIMP_CONSOLE,
|
|
GIMP_ERROR_CONSOLE
|
|
} GimpMessageHandlerType;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="GimpPaintApplicationMode" role="enum"/>enum GimpPaintApplicationMode</title>
|
|
<indexterm><primary>GimpPaintApplicationMode</primary></indexterm><programlisting>typedef enum
|
|
{
|
|
GIMP_PAINT_CONSTANT, /*< desc="Constant" >*/
|
|
GIMP_PAINT_INCREMENTAL /*< desc="Incremental" >*/
|
|
} GimpPaintApplicationMode;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="GimpPDBArgType" role="enum"/>enum GimpPDBArgType</title>
|
|
<indexterm><primary>GimpPDBArgType</primary></indexterm><programlisting>typedef enum
|
|
{
|
|
GIMP_PDB_INT32,
|
|
GIMP_PDB_INT16,
|
|
GIMP_PDB_INT8,
|
|
GIMP_PDB_FLOAT,
|
|
GIMP_PDB_STRING,
|
|
GIMP_PDB_INT32ARRAY,
|
|
GIMP_PDB_INT16ARRAY,
|
|
GIMP_PDB_INT8ARRAY,
|
|
GIMP_PDB_FLOATARRAY,
|
|
GIMP_PDB_STRINGARRAY,
|
|
GIMP_PDB_COLOR,
|
|
GIMP_PDB_REGION,
|
|
GIMP_PDB_DISPLAY,
|
|
GIMP_PDB_IMAGE,
|
|
GIMP_PDB_LAYER,
|
|
GIMP_PDB_CHANNEL,
|
|
GIMP_PDB_DRAWABLE,
|
|
GIMP_PDB_SELECTION,
|
|
GIMP_PDB_BOUNDARY,
|
|
GIMP_PDB_VECTORS,
|
|
GIMP_PDB_PARASITE,
|
|
GIMP_PDB_STATUS,
|
|
GIMP_PDB_END,
|
|
|
|
GIMP_PDB_PATH = GIMP_PDB_VECTORS /* deprecated */
|
|
} GimpPDBArgType;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="GimpPDBProcType" role="enum"/>enum GimpPDBProcType</title>
|
|
<indexterm><primary>GimpPDBProcType</primary></indexterm><programlisting>typedef enum
|
|
{
|
|
GIMP_INTERNAL, /*< desc="Internal GIMP procedure" >*/
|
|
GIMP_PLUGIN, /*< desc="GIMP Plug-In" >*/
|
|
GIMP_EXTENSION, /*< desc="GIMP Extension" >*/
|
|
GIMP_TEMPORARY /*< desc="Temporary Procedure" >*/
|
|
} GimpPDBProcType;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="GimpPDBStatusType" role="enum"/>enum GimpPDBStatusType</title>
|
|
<indexterm><primary>GimpPDBStatusType</primary></indexterm><programlisting>typedef enum
|
|
{
|
|
GIMP_PDB_EXECUTION_ERROR,
|
|
GIMP_PDB_CALLING_ERROR,
|
|
GIMP_PDB_PASS_THROUGH,
|
|
GIMP_PDB_SUCCESS,
|
|
GIMP_PDB_CANCEL
|
|
} GimpPDBStatusType;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="GimpProgressCommand" role="enum"/>enum GimpProgressCommand</title>
|
|
<indexterm><primary>GimpProgressCommand</primary></indexterm><programlisting>typedef enum
|
|
{
|
|
GIMP_PROGRESS_COMMAND_START,
|
|
GIMP_PROGRESS_COMMAND_END,
|
|
GIMP_PROGRESS_COMMAND_SET_TEXT,
|
|
GIMP_PROGRESS_COMMAND_SET_VALUE,
|
|
GIMP_PROGRESS_COMMAND_PULSE,
|
|
GIMP_PROGRESS_COMMAND_GET_WINDOW
|
|
} GimpProgressCommand;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="GimpRepeatMode" role="enum"/>enum GimpRepeatMode</title>
|
|
<indexterm><primary>GimpRepeatMode</primary></indexterm><programlisting>typedef enum
|
|
{
|
|
GIMP_REPEAT_NONE, /*< desc="None" >*/
|
|
GIMP_REPEAT_SAWTOOTH, /*< desc="Sawtooth wave" >*/
|
|
GIMP_REPEAT_TRIANGULAR /*< desc="Triangular wave" >*/
|
|
} GimpRepeatMode;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="GimpRunMode" role="enum"/>enum GimpRunMode</title>
|
|
<indexterm><primary>GimpRunMode</primary></indexterm><programlisting>typedef enum
|
|
{
|
|
GIMP_RUN_INTERACTIVE, /*< desc="Run interactively" >*/
|
|
GIMP_RUN_NONINTERACTIVE, /*< desc="Run non-interactively" >*/
|
|
GIMP_RUN_WITH_LAST_VALS /*< desc="Run with last used values" >*/
|
|
} GimpRunMode;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="GimpSizeType" role="enum"/>enum GimpSizeType</title>
|
|
<indexterm><primary>GimpSizeType</primary></indexterm><programlisting>typedef enum
|
|
{
|
|
GIMP_PIXELS, /*< desc="Pixels" >*/
|
|
GIMP_POINTS /*< desc="Points" >*/
|
|
} GimpSizeType;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="GimpStackTraceMode" role="enum"/>enum GimpStackTraceMode</title>
|
|
<indexterm><primary>GimpStackTraceMode</primary></indexterm><programlisting>typedef enum
|
|
{
|
|
GIMP_STACK_TRACE_NEVER,
|
|
GIMP_STACK_TRACE_QUERY,
|
|
GIMP_STACK_TRACE_ALWAYS
|
|
} GimpStackTraceMode;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="GimpTransferMode" role="enum"/>enum GimpTransferMode</title>
|
|
<indexterm><primary>GimpTransferMode</primary></indexterm><programlisting>typedef enum
|
|
{
|
|
GIMP_SHADOWS, /*< desc="Shadows" >*/
|
|
GIMP_MIDTONES, /*< desc="Midtones" >*/
|
|
GIMP_HIGHLIGHTS /*< desc="Highlights" >*/
|
|
} GimpTransferMode;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="GimpTransformDirection" role="enum"/>enum GimpTransformDirection</title>
|
|
<indexterm><primary>GimpTransformDirection</primary></indexterm><programlisting>typedef enum
|
|
{
|
|
GIMP_TRANSFORM_FORWARD, /*< desc="Normal (Forward)" >*/
|
|
GIMP_TRANSFORM_BACKWARD /*< desc="Corrective (Backward)" >*/
|
|
} GimpTransformDirection;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="GimpTransformResize" role="enum"/>enum GimpTransformResize</title>
|
|
<indexterm><primary>GimpTransformResize</primary></indexterm><programlisting>typedef enum
|
|
{
|
|
GIMP_TRANSFORM_RESIZE_ADJUST = 0, /*< desc="Adjust" >*/
|
|
GIMP_TRANSFORM_RESIZE_CLIP = 1, /*< desc="Clip" >*/
|
|
GIMP_TRANSFORM_RESIZE_CROP, /*< desc="Crop to result" >*/
|
|
GIMP_TRANSFORM_RESIZE_CROP_WITH_ASPECT /*< desc="Crop with aspect" >*/
|
|
} GimpTransformResize;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="GimpUserDirectory" role="enum"/>enum GimpUserDirectory</title>
|
|
<indexterm><primary>GimpUserDirectory</primary></indexterm><programlisting>typedef enum
|
|
{
|
|
GIMP_USER_DIRECTORY_DESKTOP,
|
|
GIMP_USER_DIRECTORY_DOCUMENTS,
|
|
GIMP_USER_DIRECTORY_DOWNLOAD,
|
|
GIMP_USER_DIRECTORY_MUSIC,
|
|
GIMP_USER_DIRECTORY_PICTURES,
|
|
GIMP_USER_DIRECTORY_PUBLIC_SHARE,
|
|
GIMP_USER_DIRECTORY_TEMPLATES,
|
|
GIMP_USER_DIRECTORY_VIDEOS
|
|
} GimpUserDirectory;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="GimpVectorsStrokeType" role="enum"/>enum GimpVectorsStrokeType</title>
|
|
<indexterm><primary>GimpVectorsStrokeType</primary></indexterm><programlisting>typedef enum
|
|
{
|
|
GIMP_VECTORS_STROKE_TYPE_BEZIER
|
|
} GimpVectorsStrokeType;
|
|
</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
|
|
</refentry>
|