#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_h_init (void) |
| static void | merge_h_about (void) |
| static void | merge_h_configure (void) |
| static void | merge_h_cleanup (void) |
| static gboolean | merge_h_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_h_pi |
| GxsmMathTwoSrcPlugin | merge_h_m2s_pi |
| static const char * | about_text |
|
|
|
|
|
Definition at line 193 of file merge_h.C. References merge_h_m2s_pi. |
|
|
Definition at line 180 of file merge_h.C. References GxsmPlugin::description, merge_h_pi, N_, and VERSION. |
|
|
Definition at line 206 of file merge_h.C. References about_text, GxsmPlugin::authors, merge_h_pi, N_, GxsmPlugin::name, and VERSION. |
|
|
|
|
|
Definition at line 219 of file merge_h.C. References GxsmPlugin::app, merge_h_pi, and GnomeAppService::message(). |
|
|
|
|
||||||||||||||||
|
Definition at line 232 of file merge_h.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::rx, and SCAN_DATA::s. |
|
|
Initial value: N_("Gxsm merge_h Plugin\n\n" "Horizontally merge two scans together.") |
|
|
Initial value: {
merge_h_run
}
Definition at line 169 of file merge_h.C. Referenced by get_gxsm_math_two_src_plugin_info(). |
|
|
Definition at line 105 of file merge_h.C. Referenced by get_gxsm_plugin_info(), merge_h_about(), and merge_h_configure(). |
1.4.6