#include <gtk/gtk.h>
#include "config.h"
#include "gxsm/plugin.h"
#include "gxsm/regress.h"
Go to the source code of this file.
Defines | |
#define | GXSM_ONE_SRC_PLUGIN__DEF |
Functions | |
static void | bg_z_drift_init (void) |
static void | bg_z_drift_about (void) |
static void | bg_z_drift_configure (void) |
static void | bg_z_drift_cleanup (void) |
static gboolean | bg_z_drift_run (Scan *Src, Scan *Dest) |
GxsmPlugin * | get_gxsm_plugin_info (void) |
GxsmMathOneSrcPlugin * | get_gxsm_math_one_src_plugin_info (void) |
Variables | |
GxsmPlugin | bg_z_drift_pi |
GxsmMathOneSrcPlugin | bg_z_drift_m1s_pi |
static const char * | about_text |
|
Definition at line 97 of file bg_z_drift.C. |
|
Definition at line 211 of file bg_z_drift.C. References about_text, GxsmPlugin::authors, bg_z_drift_pi, N_, GxsmPlugin::name, and VERSION. |
|
Definition at line 231 of file bg_z_drift.C. |
|
Definition at line 224 of file bg_z_drift.C. References GxsmPlugin::app, bg_z_drift_pi, and GnomeAppService::message(). |
|
Definition at line 205 of file bg_z_drift.C. |
|
Definition at line 237 of file bg_z_drift.C. References DBG_L3, Mem2d::GetDataPkt(), Mem2d::GetNx(), Mem2d::GetNy(), MATH_SELECTIONERR, Scan::mem2d, MkMausSelect(), PI_DEBUG, Scan::Pkt2d, MOUSERECT::xLeft, MOUSERECT::xRight, MOUSERECT::xSize, and MOUSERECT::ySize. |
|
Definition at line 194 of file bg_z_drift.C. References bg_z_drift_m1s_pi. |
|
Definition at line 185 of file bg_z_drift.C. References bg_z_drift_pi, GxsmPlugin::description, N_, and VERSION. |
|
Initial value: N_("Gxsm bg_z_drift Plugin\n\n" "Corrects a slow and smooth Z drifting using a polynominal fit.") Definition at line 180 of file bg_z_drift.C. |
|
Initial value: { bg_z_drift_run } Definition at line 174 of file bg_z_drift.C. Referenced by get_gxsm_math_one_src_plugin_info(). |
|
Definition at line 110 of file bg_z_drift.C. Referenced by bg_z_drift_about(), bg_z_drift_configure(), and get_gxsm_plugin_info(). |