#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 | max_init (void) |
static void | max_about (void) |
static void | max_configure (void) |
static void | max_cleanup (void) |
static gboolean | max_run (Scan *Src1, Scan *Src2, Scan *Dest) |
GxsmPlugin * | get_gxsm_plugin_info (void) |
GxsmMathTwoSrcPlugin * | get_gxsm_math_two_src_plugin_info (void) |
Variables | |
GxsmPlugin | max_pi |
GxsmMathTwoSrcPlugin | max_m2s_pi |
static const char * | about_text |
|
|
|
Definition at line 187 of file max.C. References max_m2s_pi. |
|
Definition at line 174 of file max.C. References GxsmPlugin::description, max_pi, N_, and VERSION. |
|
Definition at line 200 of file max.C. References about_text, GxsmPlugin::authors, max_pi, N_, GxsmPlugin::name, and VERSION. |
|
|
|
Definition at line 213 of file max.C. References GxsmPlugin::app, max_pi, and GnomeAppService::message(). |
|
|
|
Definition at line 229 of file max.C. References Scan::data, Mem2d::GetDataPkt(), Mem2d::GetNx(), Mem2d::GetNy(), MATH_SELECTIONERR, Scan::mem2d, Scan_Param::nx, Scan_Param::ny, Mem2d::PutDataPkt(), and SCAN_DATA::s. |
|
Initial value: N_("Gxsm max Plugin\n\n" "max of two sources") |
|
Initial value: { max_run } Definition at line 163 of file max.C. Referenced by get_gxsm_math_two_src_plugin_info(). |
|
Definition at line 99 of file max.C. Referenced by get_gxsm_plugin_info(), max_about(), and max_configure(). |