#include <gtk/gtk.h>
#include "config.h"
#include "gxsm/plugin.h"
Go to the source code of this file.
Defines | |
#define | GXSM_ONE_SRC_PLUGIN__DEF |
Functions | |
static void | rotate90_init (void) |
static void | rotate90_about (void) |
static void | rotate90_configure (void) |
static void | rotate90_cleanup (void) |
static gboolean | rotate90_run (Scan *Src, Scan *Dest) |
GxsmPlugin * | get_gxsm_plugin_info (void) |
GxsmMathOneSrcPlugin * | get_gxsm_math_one_src_plugin_info (void) |
Variables | |
GxsmPlugin | rotate90_pi |
GxsmMathOneSrcPlugin | rotate90_m1s_pi |
static const char * | about_text |
|
Definition at line 103 of file rotate90.C. |
|
Definition at line 200 of file rotate90.C. References rotate90_m1s_pi. |
|
Definition at line 191 of file rotate90.C. References GxsmPlugin::description, N_, rotate90_pi, and VERSION. |
|
Definition at line 217 of file rotate90.C. References about_text, GxsmPlugin::authors, N_, GxsmPlugin::name, rotate90_pi, and VERSION. |
|
Definition at line 237 of file rotate90.C. |
|
Definition at line 230 of file rotate90.C. References GxsmPlugin::app, GnomeAppService::message(), and rotate90_pi. |
|
Definition at line 211 of file rotate90.C. |
|
Definition at line 243 of file rotate90.C. References Mem2d::GetDataPkt(), Mem2d::GetNx(), Mem2d::GetNy(), MATH_OK, Scan::mem2d, Mem2d::PutDataPkt(), and Mem2d::Resize(). |
|
Initial value: N_("Gxsm rotate90 Plugin\n\n" "Rotates the image 90deg clockwise.") Definition at line 186 of file rotate90.C. |
|
Initial value: { rotate90_run } Definition at line 180 of file rotate90.C. Referenced by get_gxsm_math_one_src_plugin_info(). |
|
Definition at line 116 of file rotate90.C. Referenced by get_gxsm_plugin_info(), rotate90_about(), and rotate90_configure(). |