#include <gtk/gtk.h>#include "config.h"#include "gxsm/plugin.h"Go to the source code of this file.
Functions | |
| static void | histohop_init (void) |
| static void | histohop_about (void) |
| static void | histohop_configure (void) |
| static void | histohop_cleanup (void) |
| static gboolean | histohop_run (Scan *Src, Scan *Dest) |
| GxsmPlugin * | get_gxsm_plugin_info (void) |
| GxsmMathOneSrcPlugin * | get_gxsm_math_one_src_plugin_info (void) |
Variables | |
| GxsmPlugin | histohop_pi |
| GxsmMathOneSrcPlugin | histohop_m1s_pi |
| static const char * | about_text |
|
|
Definition at line 73 of file histoHOP.C. References histohop_m1s_pi. |
|
|
Definition at line 68 of file histoHOP.C. References GxsmPlugin::description, histohop_pi, N_, and VERSION. |
|
|
Definition at line 82 of file histoHOP.C. References about_text, GxsmPlugin::authors, histohop_pi, N_, GxsmPlugin::name, and VERSION. |
|
|
Definition at line 100 of file histoHOP.C. |
|
|
Definition at line 94 of file histoHOP.C. References GxsmPlugin::app, histohop_pi, and GnomeAppService::message(). |
|
|
Definition at line 77 of file histoHOP.C. |
|
||||||||||||
|
Definition at line 105 of file histoHOP.C. References GxsmPlugin::app, histohop_pi, MATH_OK, and GnomeAppService::message(). |
|
|
Initial value: N_("Gxsm Histohop Plugin\n\n" "calculates histohop.") Definition at line 65 of file histoHOP.C. |
|
|
Initial value: {
histohop_run
}
Definition at line 61 of file histoHOP.C. Referenced by get_gxsm_math_one_src_plugin_info(). |
|
|
Initial value: {
NULL,
NULL,
0,
NULL,
"Histohop-M1S-F1D",
"-spaHARD",
NULL,
"HOP, AK, PZ",
N_("_Math/_Statistics/"),
N_("Histo HOP"),
N_("Histo HOP Stat."),
"no more info",
NULL,
NULL,
histohop_init,
NULL,
histohop_about,
histohop_configure,
NULL,
histohop_cleanup
}
Definition at line 38 of file histoHOP.C. Referenced by get_gxsm_plugin_info(), histohop_about(), histohop_configure(), and histohop_run(). |
1.4.6