#include <gtk/gtk.h>#include "config.h"#include "gxsm/plugin.h"Go to the source code of this file.
Functions | |
| static void | repair_cs_init (void) |
| static void | repair_cs_about (void) |
| static void | repair_cs_configure (void) |
| static void | repair_cs_cleanup (void) |
| static gboolean | repair_cs_run (Scan *Src, Scan *Dest) |
| GxsmPlugin * | get_gxsm_plugin_info (void) |
| GxsmMathOneSrcPlugin * | get_gxsm_math_one_src_plugin_info (void) |
Variables | |
| GxsmPlugin | repair_cs_pi |
| GxsmMathOneSrcPlugin | repair_cs_m1s_pi |
| static const char * | about_text |
|
|
Definition at line 111 of file repair_cs.C. References repair_cs_m1s_pi. |
|
|
Definition at line 106 of file repair_cs.C. References GxsmPlugin::description, N_, repair_cs_pi, and VERSION. |
|
|
Definition at line 120 of file repair_cs.C. References about_text, GxsmPlugin::authors, N_, GxsmPlugin::name, repair_cs_pi, and VERSION. |
|
|
Definition at line 138 of file repair_cs.C. |
|
|
Definition at line 132 of file repair_cs.C. References GxsmPlugin::app, GnomeAppService::message(), and repair_cs_pi. |
|
|
Definition at line 115 of file repair_cs.C. |
|
||||||||||||
|
Definition at line 143 of file repair_cs.C. References Mem2d::GetDataPkt(), Mem2d::GetNx(), Mem2d::GetNy(), MATH_OK, Scan::mem2d, and Mem2d::PutDataPkt(). |
|
|
Initial value: N_("Gxsm Repair_Cs Plugin\n\n" "Bug Fix for some old scans (Xxsm).") Definition at line 103 of file repair_cs.C. |
|
|
Initial value: {
repair_cs_run
}
Definition at line 99 of file repair_cs.C. Referenced by get_gxsm_math_one_src_plugin_info(). |
|
|
Initial value: {
NULL,
NULL,
0,
NULL,
"Repair_Cs-M1S-F1D",
"+noHARD +STM",
NULL,
"Percy Zahl",
"_Math/Filter _1D/",
N_("Repair"),
N_("Fix buggy Scans (from special xxsm version): do column swap"),
"no more info",
NULL,
NULL,
repair_cs_init,
NULL,
repair_cs_about,
repair_cs_configure,
NULL,
repair_cs_cleanup
}
Definition at line 76 of file repair_cs.C. Referenced by get_gxsm_plugin_info(), repair_cs_about(), and repair_cs_configure(). |
1.4.6