diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-13 00:06:47 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-13 00:06:47 +1300 |
commit | 36302e60475e3531d5034fd97cc87aabb9fbd588 (patch) | |
tree | fb60f17a16000f91e4fa20ba28e3f908c28aee10 /doc/fl_image.html | |
parent | 7be33a9cec0e67c34b674c5ac32a947e6aa2fce6 (diff) |
Documentation improvements
Diffstat (limited to 'doc/fl_image.html')
-rw-r--r-- | doc/fl_image.html | 147 |
1 files changed, 123 insertions, 24 deletions
diff --git a/doc/fl_image.html b/doc/fl_image.html index 5078aaa..7550b5c 100644 --- a/doc/fl_image.html +++ b/doc/fl_image.html @@ -47,7 +47,7 @@ </tr> <tr> - <td> </td> + <td>float</td> <td>Blend</td> </tr> @@ -78,26 +78,27 @@ <table class="function"> - <tr><th colspan="2">Static Functions and Procedures</th></tr> + <tr><th colspan="2">Static Attributes</th></tr> <tr> <td><pre> -static void RGB_scaling(Fl_RGB_Scaling); -</pre></td> -<td><pre> -procedure Set_Copy_Algorithm - (To : in Scaling_Kind); +static const int ERR_FILE_ACCESS = -2; </pre></td> +<td> </td> </tr> <tr> <td><pre> -static Fl_RGB_Scaling RGB_scaling(); +static const int ERR_FORMAT = -3; </pre></td> +<td> </td> + </tr> + + <tr> <td><pre> -function Get_Copy_Algorithm - return Scaling_Kind; +static const int ERR_NO_IMAGE = -1; </pre></td> +<td> </td> </tr> </table> @@ -105,7 +106,7 @@ function Get_Copy_Algorithm <table class="function"> - <tr><th colspan="2">Functions and Procedures</th></tr> + <tr><th colspan="2">Constructors</th></tr> <tr> <td><pre> @@ -118,6 +119,40 @@ function Create </pre></td> </tr> +</table> + + + +<table class="function"> + <tr><th colspan="2">Static Functions and Procedures</th></tr> + + <tr> +<td><pre> +static void RGB_scaling(Fl_RGB_Scaling); +</pre></td> +<td><pre> +procedure Set_Copy_Algorithm + (To : in Scaling_Kind); +</pre></td> + </tr> + + <tr> +<td><pre> +static Fl_RGB_Scaling RGB_scaling(); +</pre></td> +<td><pre> +function Get_Copy_Algorithm + return Scaling_Kind; +</pre></td> + </tr> + +</table> + + + +<table class="function"> + <tr><th colspan="2">Functions and Procedures</th></tr> + <tr> <td><pre> virtual void color_average(Fl_Color c, float i); @@ -273,17 +308,6 @@ procedure Draw <tr> <td><pre> -void draw_empty(int X, int Y); -</pre></td> -<td><pre> -procedure Draw_Empty - (This : in Image; - X, Y : in Integer); -</pre></td> - </tr> - - <tr> -<td><pre> int fail(); </pre></td> <td><pre> @@ -318,14 +342,14 @@ procedure Inactive <td><pre> virtual void label(Fl_Widget *w); </pre></td> -<td>Not applicable as the original is marked as obsolete</td> +<td>Marked as obsolete.</td> </tr> <tr> <td><pre> virtual void label(Fl_Menu_Item *m); </pre></td> -<td>Not applicable as the original is marked as obsolete</td> +<td>Marked as obsolete.</td> </tr> <tr> @@ -363,6 +387,81 @@ function Get_W </table> + +<table class="function"> + <tr><th colspan="2">Static Protected Functions and Procedures</th></tr> + + <tr> +<td><pre> +static void labeltype(const Fl_Label *lo, int lx, int ly, + int lw, int lh, Fl_Align la); +</pre></td> +<td>Intentionally left unbound.</td> + </tr> + + <tr> +<td><pre> +static void measure(const Fl_Label *lo, int &lw, int &lh); +</pre></td> +<td>Intentionally left unbound.</td> + </tr> + +</table> + + + +<table class="function"> + <tr><th colspan="2">Protected Functions and Procedures</th></tr> + + <tr> +<td><pre> +void d(int D); +</pre></td> +<td>Intentionally left unbound.</td> + </tr> + + <tr> +<td><pre> +void data(const char *const *p, int c); +</pre></td> +<td>Intentionally left unbound.</td> + </tr> + + <tr> +<td><pre> +void draw_empty(int X, int Y); +</pre></td> +<td><pre> +procedure Draw_Empty + (This : in Image; + X, Y : in Integer); +</pre></td> + </tr> + + <tr> +<td><pre> +void h(int H); +</pre></td> +<td>Intentionally left unbound.</td> + </tr> + + <tr> +<td><pre> +void ld(int LD); +</pre></td> +<td>Intentionally left unbound.</td> + </tr> + + <tr> +<td><pre> +void w(int W); +</pre></td> +<td>Intentionally left unbound.</td> + </tr> + +</table> + + </body> </html> |