#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 | to_byte_init (void) |
static void | to_byte_about (void) |
static void | to_byte_configure (void) |
static void | to_byte_cleanup (void) |
static gboolean | to_byte_run (Scan *Src, Scan *Dest) |
GxsmPlugin * | get_gxsm_plugin_info (void) |
GxsmMathOneSrcPlugin * | get_gxsm_math_one_src_plugin_info (void) |
Variables | |
GxsmPlugin | to_byte_pi |
GxsmMathOneSrcPlugin | to_byte_m1s_pi |
static const char * | about_text |
|
|
|
Definition at line 183 of file to_byte.C. References to_byte_m1s_pi. |
|
Definition at line 174 of file to_byte.C. References GxsmPlugin::description, N_, to_byte_pi, and VERSION. |
|
Definition at line 200 of file to_byte.C. References about_text, GxsmPlugin::authors, N_, GxsmPlugin::name, to_byte_pi, and VERSION. |
|
|
|
Definition at line 213 of file to_byte.C. References GxsmPlugin::app, GnomeAppService::message(), and to_byte_pi. |
|
|
|
Definition at line 226 of file to_byte.C. References Mem2d::ConvertFrom(), Scan::data, Mem2d::GetNx(), Mem2d::GetNy(), MATH_OK, Scan::mem2d, Scan_Param::nx, Scan_Param::ny, Mem2d::Resize(), SCAN_DATA::s, and ZD_BYTE. |
|
Initial value: N_("Gxsm to_byte Plugin\n\n" "Convert to byte") |
|
Initial value: { to_byte_run } Definition at line 163 of file to_byte.C. Referenced by get_gxsm_math_one_src_plugin_info(). |
|
Definition at line 99 of file to_byte.C. Referenced by get_gxsm_plugin_info(), to_byte_about(), and to_byte_configure(). |