#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 | stepcount_init (void) |
| static void | stepcount_about (void) |
| static void | stepcount_configure (void) |
| static void | stepcount_cleanup (void) |
| static gboolean | stepcount_run (Scan *Src, Scan *Dest) |
| GxsmPlugin * | get_gxsm_plugin_info (void) |
| GxsmMathOneSrcPlugin * | get_gxsm_math_one_src_plugin_info (void) |
Variables | |
| GxsmPlugin | stepcount_pi |
| GxsmMathOneSrcPlugin | stepcount_m1s_pi |
| static const char * | about_text |
|
|
Definition at line 95 of file stepcount.C. |
|
|
Definition at line 192 of file stepcount.C. References stepcount_m1s_pi. |
|
|
Definition at line 183 of file stepcount.C. References GxsmPlugin::description, N_, stepcount_pi, and VERSION. |
|
|
Definition at line 209 of file stepcount.C. References about_text, GxsmPlugin::authors, N_, GxsmPlugin::name, stepcount_pi, and VERSION. |
|
|
Definition at line 229 of file stepcount.C. |
|
|
Definition at line 222 of file stepcount.C. References GxsmPlugin::app, GnomeAppService::message(), and stepcount_pi. |
|
|
Definition at line 203 of file stepcount.C. |
|
||||||||||||
|
Definition at line 235 of file stepcount.C. References Mem2d::GetDataPkt(), Mem2d::GetNx(), Mem2d::GetNy(), Scan::mem2d, MkMausSelect(), Scan::Pkt2d, MOUSERECT::xLeft, MOUSERECT::xRight, MOUSERECT::xSize, MOUSERECT::yBottom, MOUSERECT::ySize, and MOUSERECT::yTop. |
|
|
Initial value: N_("Gxsm stepcount Plugin\n\n" "Stepcounter") Definition at line 178 of file stepcount.C. |
|
|
Initial value: {
stepcount_run
}
Definition at line 172 of file stepcount.C. Referenced by get_gxsm_math_one_src_plugin_info(). |
|
|
Definition at line 108 of file stepcount.C. Referenced by get_gxsm_plugin_info(), stepcount_about(), and stepcount_configure(). |
1.4.6