#include <gtk/gtk.h>
#include "config.h"
#include "gxsm/plugin.h"
Go to the source code of this file.
Defines | |
#define | GXSM_TWO_SRC_PLUGIN__DEF |
Functions | |
static void | merge_v_init (void) |
static void | merge_v_about (void) |
static void | merge_v_configure (void) |
static void | merge_v_cleanup (void) |
static gboolean | merge_v_run (Scan *Src1, Scan *Src2, Scan *Dest) |
GxsmPlugin * | get_gxsm_plugin_info (void) |
GxsmMathTwoSrcPlugin * | get_gxsm_math_two_src_plugin_info (void) |
Variables | |
GxsmPlugin | merge_v_pi |
GxsmMathTwoSrcPlugin | merge_v_m2s_pi |
static const char * | about_text |
|
|
|
Definition at line 189 of file merge_v.C. References merge_v_m2s_pi. |
|
Definition at line 176 of file merge_v.C. References GxsmPlugin::description, merge_v_pi, N_, and VERSION. |
|
Definition at line 202 of file merge_v.C. References about_text, GxsmPlugin::authors, merge_v_pi, N_, GxsmPlugin::name, and VERSION. |
|
|
|
Definition at line 215 of file merge_v.C. References GxsmPlugin::app, merge_v_pi, and GnomeAppService::message(). |
|
|
|
Definition at line 228 of file merge_v.C. References Mem2d::CopyFrom(), Scan::data, Mem2d::GetNx(), Mem2d::GetNy(), MATH_OK, MATH_SELECTIONERR, Scan::mem2d, Scan_Param::nx, Scan_Param::ny, Mem2d::Resize(), Scan_Param::ry, and SCAN_DATA::s. |
|
Initial value: N_("Gxsm merge_v Plugin\n\n" "Vertically merge two scan of same width.") |
|
Initial value: { merge_v_run } Definition at line 165 of file merge_v.C. Referenced by get_gxsm_math_two_src_plugin_info(). |
|
Definition at line 101 of file merge_v.C. Referenced by get_gxsm_plugin_info(), merge_v_about(), and merge_v_configure(). |