#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 |
Functions | |
static void | pass_cc_init (void) |
static void | pass_cc_about (void) |
static void | pass_cc_configure (void) |
static void | pass_cc_cleanup (void) |
static gboolean | pass_cc_run (Scan *Src, Scan *Dest) |
GxsmPlugin * | get_gxsm_plugin_info (void) |
GxsmMathOneSrcPlugin * | get_gxsm_math_one_src_plugin_info (void) |
Variables | |
GxsmPlugin | pass_cc_pi |
GxsmMathOneSrcPlugin | pass_cc_m1s_pi |
static const char * | about_text |
|
|
|
Definition at line 185 of file pass_cc.C. References pass_cc_m1s_pi. |
|
Definition at line 176 of file pass_cc.C. References GxsmPlugin::description, N_, pass_cc_pi, and VERSION. |
|
Definition at line 202 of file pass_cc.C. References about_text, GxsmPlugin::authors, N_, GxsmPlugin::name, pass_cc_pi, and VERSION. |
|
|
|
Definition at line 215 of file pass_cc.C. References GxsmPlugin::app, GnomeAppService::message(), and pass_cc_pi. |
|
|
|
|
Initial value: N_("Gxsm pass_cc Plugin\n\n" "Pass band selection, C conj, all rectangles") |
|
Initial value: { pass_cc_run } Definition at line 165 of file pass_cc.C. Referenced by get_gxsm_math_one_src_plugin_info(). |
|
Definition at line 101 of file pass_cc.C. Referenced by get_gxsm_plugin_info(), pass_cc_about(), and pass_cc_configure(). |