#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 | shiftarea_init (void) |
static void | shiftarea_about (void) |
static void | shiftarea_configure (void) |
static void | shiftarea_cleanup (void) |
static gboolean | shiftarea_run (Scan *Src, Scan *Dest) |
GxsmPlugin * | get_gxsm_plugin_info (void) |
GxsmMathOneSrcPlugin * | get_gxsm_math_one_src_plugin_info (void) |
Variables | |
GxsmPlugin | shiftarea_pi |
GxsmMathOneSrcPlugin | shiftarea_m1s_pi |
static const char * | about_text |
|
Definition at line 97 of file shiftarea.C. |
|
Definition at line 194 of file shiftarea.C. References shiftarea_m1s_pi. |
|
Definition at line 185 of file shiftarea.C. References GxsmPlugin::description, N_, shiftarea_pi, and VERSION. |
|
Definition at line 211 of file shiftarea.C. References about_text, GxsmPlugin::authors, N_, GxsmPlugin::name, shiftarea_pi, and VERSION. |
|
Definition at line 231 of file shiftarea.C. |
|
Definition at line 224 of file shiftarea.C. References GxsmPlugin::app, GnomeAppService::message(), and shiftarea_pi. |
|
Definition at line 205 of file shiftarea.C. |
|
Definition at line 237 of file shiftarea.C. References Scan::data, DBG_L2, Mem2d::GetDataPkt(), Mem2d::GetNx(), Mem2d::GetNy(), MATH_SELECTIONERR, Scan::mem2d, MkMausSelect(), Scan_Param::nx, Scan_Param::ny, PI_DEBUG, Scan::Pkt2d, Mem2d::PutDataPkt(), Mem2d::Resize(), SCAN_DATA::s, Point2D::x, MOUSERECT::xSize, MOUSERECT::yBottom, MOUSERECT::ySize, and MOUSERECT::yTop. |
|
Initial value: N_("Gxsm shiftarea Plugin\n\n" "Shift area with line object.") Definition at line 180 of file shiftarea.C. |
|
Initial value: { shiftarea_run } Definition at line 174 of file shiftarea.C. Referenced by get_gxsm_math_one_src_plugin_info(). |
|
Definition at line 110 of file shiftarea.C. Referenced by get_gxsm_plugin_info(), shiftarea_about(), and shiftarea_configure(). |