#include <gtk/gtk.h>#include "config.h"#include "gxsm/plugin.h"Go to the source code of this file.
Defines | |
| #define | GXSM_ONE_SRC_PLUGIN__DEF |
| #define | LL_DEBUG(STR) |
Functions | |
| static void | stop_ccr_init (void) |
| static void | stop_ccr_about (void) |
| static void | stop_ccr_configure (void) |
| static void | stop_ccr_cleanup (void) |
| static gboolean | stop_ccr_run (Scan *Src, Scan *Dest) |
| GxsmPlugin * | get_gxsm_plugin_info (void) |
| GxsmMathOneSrcPlugin * | get_gxsm_math_one_src_plugin_info (void) |
Variables | |
| GxsmPlugin | stop_ccr_pi |
| GxsmMathOneSrcPlugin | stop_ccr_m1s_pi |
| static const char * | about_text |
|
|
Definition at line 88 of file stop_ccr.C. |
|
|
Definition at line 229 of file stop_ccr.C. |
|
|
Definition at line 185 of file stop_ccr.C. References stop_ccr_m1s_pi. |
|
|
Definition at line 176 of file stop_ccr.C. References GxsmPlugin::description, N_, stop_ccr_pi, and VERSION. |
|
|
Definition at line 202 of file stop_ccr.C. References about_text, GxsmPlugin::authors, N_, GxsmPlugin::name, stop_ccr_pi, and VERSION. |
|
|
Definition at line 222 of file stop_ccr.C. |
|
|
Definition at line 215 of file stop_ccr.C. References GxsmPlugin::app, GnomeAppService::message(), and stop_ccr_pi. |
|
|
Definition at line 196 of file stop_ccr.C. |
|
||||||||||||
|
|
Initial value: N_("Gxsm stop_ccr Plugin\n\n" "Stop band zeroing, C conj., all rectangles") Definition at line 171 of file stop_ccr.C. |
|
|
Initial value: {
stop_ccr_run
}
Definition at line 165 of file stop_ccr.C. Referenced by get_gxsm_math_one_src_plugin_info(). |
|
|
Definition at line 101 of file stop_ccr.C. Referenced by get_gxsm_plugin_info(), stop_ccr_about(), and stop_ccr_configure(). |
1.4.6