#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 | invert_z_init (void) |
static void | invert_z_about (void) |
static void | invert_z_configure (void) |
static void | invert_z_cleanup (void) |
static gboolean | invert_z_run (Scan *Src, Scan *Dest) |
GxsmPlugin * | get_gxsm_plugin_info (void) |
GxsmMathOneSrcPlugin * | get_gxsm_math_one_src_plugin_info (void) |
Variables | |
GxsmPlugin | invert_z_pi |
GxsmMathOneSrcPlugin | invert_z_m1s_pi |
static const char * | about_text |
|
Definition at line 85 of file invert_z.C. |
|
Definition at line 182 of file invert_z.C. References invert_z_m1s_pi. |
|
Definition at line 173 of file invert_z.C. References GxsmPlugin::description, invert_z_pi, N_, and VERSION. |
|
Definition at line 199 of file invert_z.C. References about_text, GxsmPlugin::authors, invert_z_pi, N_, GxsmPlugin::name, and VERSION. |
|
Definition at line 219 of file invert_z.C. |
|
Definition at line 212 of file invert_z.C. References GxsmPlugin::app, invert_z_pi, and GnomeAppService::message(). |
|
Definition at line 193 of file invert_z.C. |
|
Definition at line 225 of file invert_z.C. References Mem2d::ConvertFrom(), Mem2d::data, Mem2d::GetNx(), Mem2d::GetNy(), MATH_OK, Scan::mem2d, and ZData::Zmul(). |
|
Initial value: N_("Gxsm invert_z Plugin\n\n" "Inverts Z") Definition at line 168 of file invert_z.C. |
|
Initial value: { invert_z_run } Definition at line 162 of file invert_z.C. Referenced by get_gxsm_math_one_src_plugin_info(). |
|
Definition at line 98 of file invert_z.C. Referenced by get_gxsm_plugin_info(), invert_z_about(), and invert_z_configure(). |