#include <gtk/gtk.h>#include <string.h>#include "config.h"#include "gxsm/plugin.h"#include "gxsm/scan.h"#include "gxsm/xsmmath.h"Go to the source code of this file.
Defines | |
| #define | WORDS_BIGENDIAN 0 |
Functions | |
| static void | spectrocut_init (void) |
| static void | spectrocut_about (void) |
| static void | spectrocut_configure (void) |
| static void | spectrocut_cleanup (void) |
| static gboolean | spectrocut_run (Scan *Src1, Scan *Src2, Scan *Dest) |
| GxsmPlugin * | get_gxsm_plugin_info (void) |
| GxsmMathTwoSrcPlugin * | get_gxsm_math_two_src_no_same_size_check_plugin_info (void) |
Variables | |
| GxsmPlugin | spectrocut_pi |
| GxsmMathTwoSrcPlugin | spectrocut_m2s_pi |
| static const char * | about_text |
|
|
Definition at line 75 of file spectrocut.C. |
|
|
Definition at line 163 of file spectrocut.C. References spectrocut_m2s_pi. |
|
|
Definition at line 155 of file spectrocut.C. References GxsmPlugin::description, N_, spectrocut_pi, and VERSION. |
|
|
Definition at line 180 of file spectrocut.C. References about_text, GxsmPlugin::authors, N_, GxsmPlugin::name, spectrocut_pi, and VERSION. |
|
|
Definition at line 200 of file spectrocut.C. |
|
|
Definition at line 193 of file spectrocut.C. References GxsmPlugin::app, GnomeAppService::message(), and spectrocut_pi. |
|
|
Definition at line 174 of file spectrocut.C. |
|
||||||||||||||||
|
Definition at line 206 of file spectrocut.C. References buf, Scan::data, scan_object_data::dump(), Scan_Param::dx, Scan_Param::dy, Scan::get_object_data(), Mem2d::GetNx(), Mem2d::GetNy(), MATH_NOMEM, MATH_SELECTIONERR, Scan::mem2d, Scan::number_of_object(), Mem2d::Resize(), Scan_Param::rx, Scan_Param::ry, SCAN_DATA::s, Scan_Param::x0, and Scan_Param::y0. |
|
|
Initial value: N_("Gxsm Spectrocut Plugin\n\n" "Spectrocut Code for OneSrcArgMath") Definition at line 150 of file spectrocut.C. |
|
|
Initial value: {
spectrocut_run
}
Definition at line 144 of file spectrocut.C. Referenced by get_gxsm_math_two_src_no_same_size_check_plugin_info(). |
|
|
Definition at line 88 of file spectrocut.C. Referenced by get_gxsm_plugin_info(), spectrocut_about(), and spectrocut_configure(). |
1.4.6