#include <math.h>
#include <gtk/gtk.h>
#include "config.h"
#include "gxsm/plugin.h"
#include "gxsm/action_id.h"
#include "gxsm/app_profile.h"
Go to the source code of this file.
Functions | |
static void | histogram_init (void) |
static void | histogram_about (void) |
static void | histogram_configure (void) |
static void | histogram_cleanup (void) |
static gboolean | histogram_run (Scan *Src) |
GxsmPlugin * | get_gxsm_plugin_info (void) |
GxsmMathOneSrcNoDestPlugin * | get_gxsm_math_one_src_no_dest_plugin_info (void) |
Variables | |
GxsmPlugin | histogram_pi |
GxsmMathOneSrcNoDestPlugin | histogram_m1s_pi |
static const char * | about_text |
static UnitObj * | Events = NULL |
|
Definition at line 135 of file histogram.C. References histogram_m1s_pi. |
|
Definition at line 130 of file histogram.C. References GxsmPlugin::description, histogram_pi, N_, and VERSION. |
|
Definition at line 144 of file histogram.C. References about_text, GxsmPlugin::authors, histogram_pi, N_, GxsmPlugin::name, and VERSION. |
|
Definition at line 162 of file histogram.C. |
|
Definition at line 156 of file histogram.C. References GxsmPlugin::app, histogram_pi, and GnomeAppService::message(). |
|
Definition at line 139 of file histogram.C. |
|
Definition at line 171 of file histogram.C. References LineProfile1D::AddPoint(), GxsmPlugin::app, bin_width, Scan::data, DBG_L2, Scan_Param::dz, Events, FALSE, Mem2d::GetDataPkt(), Mem2d::GetNx(), Mem2d::GetNy(), Mem2d::HiLo(), histogram_pi, Scan::mem2d, PI_DEBUG, SCAN_DATA::s, UnitObj::SetAlias(), LineProfile1D::SetPoint(), UnitObj::UsrString(), GnomeAppService::ValueRequest(), and SCAN_DATA::Zunit. |
|
Initial value: N_("Gxsm Histogram Plugin\n\n" "calculates Z (height) distribution / Histogram") Definition at line 126 of file histogram.C. |
|
Definition at line 128 of file histogram.C. Referenced by histogram_cleanup(), and histogram_run(). |
|
Initial value: { histogram_run } Definition at line 122 of file histogram.C. Referenced by get_gxsm_math_one_src_no_dest_plugin_info(). |
|
Initial value: { NULL, NULL, 0, NULL, "Histogram-M1S-Stat", NULL, NULL, "Percy Zahl", N_("_Math/_Statistics/"), N_("Histogram"), N_("calc. Z (height) Distribution"), "no more info", NULL, NULL, histogram_init, NULL, histogram_about, histogram_configure, NULL, histogram_cleanup } Definition at line 99 of file histogram.C. Referenced by get_gxsm_plugin_info(), histogram_about(), histogram_configure(), and histogram_run(). |