Imported Upstream version 2.3.10
This commit is contained in:
@ -152,9 +152,9 @@ gint <a href="libgimp-gimpvectors.html#gimp-vectors-bezier-stroke-new-mov
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2624778"></a><h3>
|
||||
<a name="id2633002"></a><h3>
|
||||
<a name="gimp-vectors-get-image"></a>gimp_vectors_get_image ()</h3>
|
||||
<a class="indexterm" name="id2624791"></a><pre class="programlisting">gint32 gimp_vectors_get_image (gint32 vectors_ID);</pre>
|
||||
<a class="indexterm" name="id2633015"></a><pre class="programlisting">gint32 gimp_vectors_get_image (gint32 vectors_ID);</pre>
|
||||
<p>
|
||||
Returns the vectors objects image.
|
||||
</p>
|
||||
@ -186,9 +186,9 @@ Returns the vectors objects image.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2624857"></a><h3>
|
||||
<a name="id2645269"></a><h3>
|
||||
<a name="gimp-vectors-get-linked"></a>gimp_vectors_get_linked ()</h3>
|
||||
<a class="indexterm" name="id2624871"></a><pre class="programlisting">gboolean gimp_vectors_get_linked (gint32 vectors_ID);</pre>
|
||||
<a class="indexterm" name="id2645281"></a><pre class="programlisting">gboolean gimp_vectors_get_linked (gint32 vectors_ID);</pre>
|
||||
<p>
|
||||
Gets the linked state of the vectors object.
|
||||
</p>
|
||||
@ -220,9 +220,9 @@ Gets the linked state of the vectors object.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2624940"></a><h3>
|
||||
<a name="id2645344"></a><h3>
|
||||
<a name="gimp-vectors-get-name"></a>gimp_vectors_get_name ()</h3>
|
||||
<a class="indexterm" name="id2639665"></a><pre class="programlisting">gchar* gimp_vectors_get_name (gint32 vectors_ID);</pre>
|
||||
<a class="indexterm" name="id2645356"></a><pre class="programlisting">gchar* gimp_vectors_get_name (gint32 vectors_ID);</pre>
|
||||
<p>
|
||||
Gets the name of the vectors object.
|
||||
</p>
|
||||
@ -254,9 +254,9 @@ Gets the name of the vectors object.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2639725"></a><h3>
|
||||
<a name="id2645417"></a><h3>
|
||||
<a name="gimp-vectors-get-tattoo"></a>gimp_vectors_get_tattoo ()</h3>
|
||||
<a class="indexterm" name="id2639738"></a><pre class="programlisting">gint gimp_vectors_get_tattoo (gint32 vectors_ID);</pre>
|
||||
<a class="indexterm" name="id2645429"></a><pre class="programlisting">gint gimp_vectors_get_tattoo (gint32 vectors_ID);</pre>
|
||||
<p>
|
||||
Get the tattoo of the vectors object.
|
||||
</p>
|
||||
@ -288,9 +288,9 @@ Get the tattoo state of the vectors object.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2639800"></a><h3>
|
||||
<a name="id2645492"></a><h3>
|
||||
<a name="gimp-vectors-get-visible"></a>gimp_vectors_get_visible ()</h3>
|
||||
<a class="indexterm" name="id2639812"></a><pre class="programlisting">gboolean gimp_vectors_get_visible (gint32 vectors_ID);</pre>
|
||||
<a class="indexterm" name="id2645504"></a><pre class="programlisting">gboolean gimp_vectors_get_visible (gint32 vectors_ID);</pre>
|
||||
<p>
|
||||
Gets the visibility of the vectors object.
|
||||
</p>
|
||||
@ -322,16 +322,16 @@ Gets the visibility of the vectors object.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2639876"></a><h3>
|
||||
<a name="id2645567"></a><h3>
|
||||
<a name="gimp-vectors-new"></a>gimp_vectors_new ()</h3>
|
||||
<a class="indexterm" name="id2639888"></a><pre class="programlisting">gint32 gimp_vectors_new (gint32 image_ID,
|
||||
<a class="indexterm" name="id2645580"></a><pre class="programlisting">gint32 gimp_vectors_new (gint32 image_ID,
|
||||
const gchar *name);</pre>
|
||||
<p>
|
||||
Creates a new empty vectors object.
|
||||
</p>
|
||||
<p>
|
||||
Creates a new empty vectors object. Needs to be added to an image
|
||||
using gimp_image_add_vectors.</p>
|
||||
using <a href="libgimp-gimpimage.html#gimp-image-add-vectors"><code class="function">gimp_image_add_vectors()</code></a>.</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -364,9 +364,9 @@ using gimp_image_add_vectors.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2639972"></a><h3>
|
||||
<a name="id2645672"></a><h3>
|
||||
<a name="gimp-vectors-set-linked"></a>gimp_vectors_set_linked ()</h3>
|
||||
<a class="indexterm" name="id2639985"></a><pre class="programlisting">gboolean gimp_vectors_set_linked (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2645684"></a><pre class="programlisting">gboolean gimp_vectors_set_linked (gint32 vectors_ID,
|
||||
gboolean linked);</pre>
|
||||
<p>
|
||||
Sets the linked state of the vectors object.
|
||||
@ -405,9 +405,9 @@ Sets the linked state of the vectors object.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2640066"></a><h3>
|
||||
<a name="id2645766"></a><h3>
|
||||
<a name="gimp-vectors-set-name"></a>gimp_vectors_set_name ()</h3>
|
||||
<a class="indexterm" name="id2640079"></a><pre class="programlisting">gboolean gimp_vectors_set_name (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2645778"></a><pre class="programlisting">gboolean gimp_vectors_set_name (gint32 vectors_ID,
|
||||
const gchar *name);</pre>
|
||||
<p>
|
||||
Sets the name of the vectors object.
|
||||
@ -446,9 +446,9 @@ Sets the name of the vectors object.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2640160"></a><h3>
|
||||
<a name="id2645859"></a><h3>
|
||||
<a name="gimp-vectors-set-tattoo"></a>gimp_vectors_set_tattoo ()</h3>
|
||||
<a class="indexterm" name="id2640172"></a><pre class="programlisting">gboolean gimp_vectors_set_tattoo (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2645872"></a><pre class="programlisting">gboolean gimp_vectors_set_tattoo (gint32 vectors_ID,
|
||||
gint tattoo);</pre>
|
||||
<p>
|
||||
Set the tattoo of the vectors object.
|
||||
@ -487,9 +487,9 @@ Set the tattoo of the vectors object.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2640254"></a><h3>
|
||||
<a name="id2645953"></a><h3>
|
||||
<a name="gimp-vectors-set-visible"></a>gimp_vectors_set_visible ()</h3>
|
||||
<a class="indexterm" name="id2640266"></a><pre class="programlisting">gboolean gimp_vectors_set_visible (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2645965"></a><pre class="programlisting">gboolean gimp_vectors_set_visible (gint32 vectors_ID,
|
||||
gboolean visible);</pre>
|
||||
<p>
|
||||
Sets the visibility of the vectors object.
|
||||
@ -528,9 +528,9 @@ Sets the visibility of the vectors object.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2640347"></a><h3>
|
||||
<a name="id2646047"></a><h3>
|
||||
<a name="gimp-vectors-get-strokes"></a>gimp_vectors_get_strokes ()</h3>
|
||||
<a class="indexterm" name="id2640360"></a><pre class="programlisting">gint* gimp_vectors_get_strokes (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2646059"></a><pre class="programlisting">gint* gimp_vectors_get_strokes (gint32 vectors_ID,
|
||||
gint *num_strokes);</pre>
|
||||
<p>
|
||||
List the strokes associated with the passed path.
|
||||
@ -570,9 +570,9 @@ path.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2640443"></a><h3>
|
||||
<a name="id2646142"></a><h3>
|
||||
<a name="gimp-vectors-parasite-attach"></a>gimp_vectors_parasite_attach ()</h3>
|
||||
<a class="indexterm" name="id2640455"></a><pre class="programlisting">gboolean gimp_vectors_parasite_attach (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2646154"></a><pre class="programlisting">gboolean gimp_vectors_parasite_attach (gint32 vectors_ID,
|
||||
const <a
|
||||
href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
|
||||
>GimpParasite</a> *parasite);</pre>
|
||||
@ -614,9 +614,9 @@ return values.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2640538"></a><h3>
|
||||
<a name="id2646237"></a><h3>
|
||||
<a name="gimp-vectors-parasite-detach"></a>gimp_vectors_parasite_detach ()</h3>
|
||||
<a class="indexterm" name="id2640550"></a><pre class="programlisting">gboolean gimp_vectors_parasite_detach (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2646250"></a><pre class="programlisting">gboolean gimp_vectors_parasite_detach (gint32 vectors_ID,
|
||||
const gchar *name);</pre>
|
||||
<p>
|
||||
Removes a parasite from a vectors object
|
||||
@ -656,9 +656,9 @@ return values.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2640633"></a><h3>
|
||||
<a name="id2646333"></a><h3>
|
||||
<a name="gimp-vectors-parasite-find"></a>gimp_vectors_parasite_find ()</h3>
|
||||
<a class="indexterm" name="id2640646"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2646345"></a><pre class="programlisting"><a
|
||||
href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
|
||||
>GimpParasite</a>* gimp_vectors_parasite_find (gint32 vectors_ID,
|
||||
const gchar *name);</pre>
|
||||
@ -700,9 +700,9 @@ a vectors object.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2640729"></a><h3>
|
||||
<a name="id2646427"></a><h3>
|
||||
<a name="gimp-vectors-parasite-list"></a>gimp_vectors_parasite_list ()</h3>
|
||||
<a class="indexterm" name="id2640742"></a><pre class="programlisting">gboolean gimp_vectors_parasite_list (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2646439"></a><pre class="programlisting">gboolean gimp_vectors_parasite_list (gint32 vectors_ID,
|
||||
gint *num_parasites,
|
||||
gchar ***parasites);</pre>
|
||||
<p>
|
||||
@ -748,9 +748,9 @@ Returns a list of all currently attached parasites.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2640843"></a><h3>
|
||||
<a name="id2646540"></a><h3>
|
||||
<a name="gimp-vectors-stroke-close"></a>gimp_vectors_stroke_close ()</h3>
|
||||
<a class="indexterm" name="id2640856"></a><pre class="programlisting">gboolean gimp_vectors_stroke_close (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2646553"></a><pre class="programlisting">gboolean gimp_vectors_stroke_close (gint32 vectors_ID,
|
||||
gint stroke_id);</pre>
|
||||
<p>
|
||||
closes the specified stroke.
|
||||
@ -789,9 +789,9 @@ Closes the specified stroke.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2640937"></a><h3>
|
||||
<a name="id2646634"></a><h3>
|
||||
<a name="gimp-vectors-stroke-remove"></a>gimp_vectors_stroke_remove ()</h3>
|
||||
<a class="indexterm" name="id2640950"></a><pre class="programlisting">gboolean gimp_vectors_stroke_remove (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2646647"></a><pre class="programlisting">gboolean gimp_vectors_stroke_remove (gint32 vectors_ID,
|
||||
gint stroke_id);</pre>
|
||||
<p>
|
||||
remove the stroke from a vectors object.
|
||||
@ -830,9 +830,9 @@ Remove the stroke from a vectors object.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2641031"></a><h3>
|
||||
<a name="id2646729"></a><h3>
|
||||
<a name="gimp-vectors-stroke-get-length"></a>gimp_vectors_stroke_get_length ()</h3>
|
||||
<a class="indexterm" name="id2641046"></a><pre class="programlisting">gdouble gimp_vectors_stroke_get_length (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2646743"></a><pre class="programlisting">gdouble gimp_vectors_stroke_get_length (gint32 vectors_ID,
|
||||
gint stroke_id,
|
||||
gdouble prescision);</pre>
|
||||
<p>
|
||||
@ -878,9 +878,9 @@ Measure the length of the given stroke.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2641148"></a><h3>
|
||||
<a name="id2646846"></a><h3>
|
||||
<a name="gimp-vectors-stroke-get-point-at-dist"></a>gimp_vectors_stroke_get_point_at_dist ()</h3>
|
||||
<a class="indexterm" name="id2641163"></a><pre class="programlisting">gdouble gimp_vectors_stroke_get_point_at_dist
|
||||
<a class="indexterm" name="id2646860"></a><pre class="programlisting">gdouble gimp_vectors_stroke_get_point_at_dist
|
||||
(gint32 vectors_ID,
|
||||
gint stroke_id,
|
||||
gdouble dist,
|
||||
@ -960,9 +960,9 @@ enough, a \"valid\" flag will be FALSE.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2641351"></a><h3>
|
||||
<a name="id2647048"></a><h3>
|
||||
<a name="gimp-vectors-stroke-interpolate"></a>gimp_vectors_stroke_interpolate ()</h3>
|
||||
<a class="indexterm" name="id2641365"></a><pre class="programlisting">gboolean gimp_vectors_stroke_interpolate (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2647062"></a><pre class="programlisting">gboolean gimp_vectors_stroke_interpolate (gint32 vectors_ID,
|
||||
gint stroke_id,
|
||||
gdouble prescision,
|
||||
gint *num_coords,
|
||||
@ -1022,9 +1022,9 @@ returns polygonal approximation of the stroke.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2641508"></a><h3>
|
||||
<a name="id2647205"></a><h3>
|
||||
<a name="gimp-vectors-stroke-scale"></a>gimp_vectors_stroke_scale ()</h3>
|
||||
<a class="indexterm" name="id2641521"></a><pre class="programlisting">gboolean gimp_vectors_stroke_scale (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2647218"></a><pre class="programlisting">gboolean gimp_vectors_stroke_scale (gint32 vectors_ID,
|
||||
gint stroke_id,
|
||||
gdouble scale_x,
|
||||
gdouble scale_y);</pre>
|
||||
@ -1077,9 +1077,9 @@ Scale the given stroke.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2641639"></a><h3>
|
||||
<a name="id2647337"></a><h3>
|
||||
<a name="gimp-vectors-stroke-translate"></a>gimp_vectors_stroke_translate ()</h3>
|
||||
<a class="indexterm" name="id2641654"></a><pre class="programlisting">gboolean gimp_vectors_stroke_translate (gint32 vectors_ID,
|
||||
<a class="indexterm" name="id2647351"></a><pre class="programlisting">gboolean gimp_vectors_stroke_translate (gint32 vectors_ID,
|
||||
gint stroke_id,
|
||||
gint off_x,
|
||||
gint off_y);</pre>
|
||||
@ -1132,9 +1132,9 @@ Translate the given stroke.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2641773"></a><h3>
|
||||
<a name="id2647471"></a><h3>
|
||||
<a name="gimp-vectors-bezier-stroke-conicto"></a>gimp_vectors_bezier_stroke_conicto ()</h3>
|
||||
<a class="indexterm" name="id2641788"></a><pre class="programlisting">gboolean gimp_vectors_bezier_stroke_conicto
|
||||
<a class="indexterm" name="id2647486"></a><pre class="programlisting">gboolean gimp_vectors_bezier_stroke_conicto
|
||||
(gint32 vectors_ID,
|
||||
gint stroke_id,
|
||||
gdouble x0,
|
||||
@ -1204,9 +1204,9 @@ spline.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2641951"></a><h3>
|
||||
<a name="id2647648"></a><h3>
|
||||
<a name="gimp-vectors-bezier-stroke-cubicto"></a>gimp_vectors_bezier_stroke_cubicto ()</h3>
|
||||
<a class="indexterm" name="id2641966"></a><pre class="programlisting">gboolean gimp_vectors_bezier_stroke_cubicto
|
||||
<a class="indexterm" name="id2647664"></a><pre class="programlisting">gboolean gimp_vectors_bezier_stroke_cubicto
|
||||
(gint32 vectors_ID,
|
||||
gint stroke_id,
|
||||
gdouble x0,
|
||||
@ -1288,9 +1288,9 @@ Extends a bezier stroke with a cubic bezier spline.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2642169"></a><h3>
|
||||
<a name="id2647883"></a><h3>
|
||||
<a name="gimp-vectors-bezier-stroke-lineto"></a>gimp_vectors_bezier_stroke_lineto ()</h3>
|
||||
<a class="indexterm" name="id2642187"></a><pre class="programlisting">gboolean gimp_vectors_bezier_stroke_lineto
|
||||
<a class="indexterm" name="id2647900"></a><pre class="programlisting">gboolean gimp_vectors_bezier_stroke_lineto
|
||||
(gint32 vectors_ID,
|
||||
gint stroke_id,
|
||||
gdouble x0,
|
||||
@ -1344,9 +1344,9 @@ Extends a bezier stroke with a lineto.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2642321"></a><h3>
|
||||
<a name="id2648035"></a><h3>
|
||||
<a name="gimp-vectors-bezier-stroke-new-ellipse"></a>gimp_vectors_bezier_stroke_new_ellipse ()</h3>
|
||||
<a class="indexterm" name="id2642338"></a><pre class="programlisting">gint gimp_vectors_bezier_stroke_new_ellipse
|
||||
<a class="indexterm" name="id2648051"></a><pre class="programlisting">gint gimp_vectors_bezier_stroke_new_ellipse
|
||||
(gint32 vectors_ID,
|
||||
gdouble x0,
|
||||
gdouble y0,
|
||||
@ -1414,9 +1414,9 @@ Adds a bezier stroke describing an ellipse the vectors object.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2642518"></a><h3>
|
||||
<a name="id2648231"></a><h3>
|
||||
<a name="gimp-vectors-bezier-stroke-new-moveto"></a>gimp_vectors_bezier_stroke_new_moveto ()</h3>
|
||||
<a class="indexterm" name="id2642535"></a><pre class="programlisting">gint gimp_vectors_bezier_stroke_new_moveto
|
||||
<a class="indexterm" name="id2648248"></a><pre class="programlisting">gint gimp_vectors_bezier_stroke_new_moveto
|
||||
(gint32 vectors_ID,
|
||||
gdouble x0,
|
||||
gdouble y0);</pre>
|
||||
|
||||
Reference in New Issue
Block a user