#include <gtk/gtk.h>
#include "config.h"
#include "gxsm/plugin.h"
#include "gxsm/dataio.h"
#include "gxsm/action_id.h"
Go to the source code of this file.
Classes | |
class | SDFFile |
Functions | |
static void | sdfimport_init (void) |
static void | sdfimport_about (void) |
static void | sdfimport_configure (void) |
static void | sdfimport_cleanup (void) |
static void | sdfimport_run (GtkWidget *w, void *data) |
GxsmPlugin * | get_gxsm_plugin_info (void) |
Variables | |
GxsmPlugin | sdfimport_pi |
static const char * | about_text |
|
Definition at line 149 of file sdfimport.C. References GxsmPlugin::description, N_, sdfimport_pi, and VERSION. |
|
Definition at line 166 of file sdfimport.C. References about_text, GxsmPlugin::authors, N_, GxsmPlugin::name, sdfimport_pi, and VERSION. |
|
Definition at line 186 of file sdfimport.C. |
|
Definition at line 179 of file sdfimport.C. References GxsmPlugin::app, GnomeAppService::message(), and sdfimport_pi. |
|
Definition at line 160 of file sdfimport.C. |
|
Definition at line 304 of file sdfimport.C. References Surface::ActivateFreeChannel(), GnomeAppService::file_dialog(), FIO_OK, gapp, Surface::GetActiveScan(), ID_CH_M_OFF, Surface::SetMode(), TRUE, and App::xsm. |
|
Initial value: N_("Gxsm SDF Data Import Plugin\n\n" "This plugin reads in a datafile\n" "in sdf-format.") Definition at line 143 of file sdfimport.C. |
|
Definition at line 92 of file sdfimport.C. Referenced by get_gxsm_plugin_info(), sdfimport_about(), and sdfimport_configure(). |