#include <gtk/gtk.h>
#include "config.h"
#include "gxsm/plugin.h"
#include "gxsm/dataio.h"
#include "gxsm/action_id.h"
#include "gxsm/util.h"
#include "batch.h"
#include "fileio.c"
Go to the source code of this file.
Classes | |
class | ascii_ImExportFile |
Functions | |
static void | ascii_data_im_export_init (void) |
static void | ascii_data_im_export_query (void) |
static void | ascii_data_im_export_about (void) |
static void | ascii_data_im_export_configure (void) |
static void | ascii_data_im_export_cleanup (void) |
static void | ascii_data_im_export_filecheck_load_callback (gpointer data) |
static void | ascii_data_im_export_filecheck_save_callback (gpointer data) |
static void | ascii_data_im_export_import_callback (GtkWidget *w, void *data) |
static void | ascii_data_im_export_export_callback (GtkWidget *w, void *data) |
GxsmPlugin * | get_gxsm_plugin_info (void) |
Variables | |
GxsmPlugin | ascii_data_im_export_pi |
static const char * | about_text = N_("GXSM ASCII data file Import/Export Plugin\n\n") |
static const char * | file_mask = "*.asc" |
|
Definition at line 252 of file ascii_data_im_export.C. References about_text, ascii_data_im_export_pi, GxsmPlugin::authors, N_, GxsmPlugin::name, and VERSION. |
|
Definition at line 272 of file ascii_data_im_export.C. References GxsmPlugin::app, ascii_data_im_export_pi, DBG_L2, GnomeAppService::getApp(), GxsmPlugin::menuentry, GxsmPlugin::menupath, and PI_DEBUG. |
|
Definition at line 265 of file ascii_data_im_export.C. References GxsmPlugin::app, ascii_data_im_export_pi, and GnomeAppService::message(). |
|
Definition at line 594 of file ascii_data_im_export.C. References ascii_data_im_export_filecheck_save_callback(), ascii_data_im_export_pi, GnomeAppService::file_dialog(), file_mask, gapp, GxsmPlugin::help, and GxsmPlugin::name. Referenced by ascii_data_im_export_query(). |
|
Definition at line 520 of file ascii_data_im_export.C. References Surface::ActivateFreeChannel(), Surface::ActiveScan, Xsm::data, DBG_L2, Scan::draw(), FIO_NOT_RESPONSIBLE_FOR_THAT_FILE, FIO_OK, gapp, Surface::GetActiveScan(), Scan::GetDataSet(), ID_CH_M_OFF, PI_DEBUG, ascii_ImExportFile::Read(), Surface::SetMode(), App::spm_update_all(), TRUE, and App::xsm. Referenced by ascii_data_im_export_import_callback(), and ascii_data_im_export_query(). |
|
Definition at line 556 of file ascii_data_im_export.C. References DBG_L2, FIO_NOT_RESPONSIBLE_FOR_THAT_FILE, FIO_OK, gapp, Surface::GetActiveScan(), PI_DEBUG, src, and App::xsm. Referenced by ascii_data_im_export_export_callback(), and ascii_data_im_export_query(). |
|
Definition at line 585 of file ascii_data_im_export.C. References ascii_data_im_export_filecheck_load_callback(), ascii_data_im_export_pi, GnomeAppService::file_dialog(), file_mask, gapp, GxsmPlugin::help, and GxsmPlugin::name. Referenced by ascii_data_im_export_query(). |
|
Definition at line 246 of file ascii_data_im_export.C. References ascii_data_im_export_pi, DBG_L2, GxsmPlugin::name, and PI_DEBUG. |
|
|
Definition at line 164 of file ascii_data_im_export.C. References ascii_data_im_export_pi, GxsmPlugin::description, N_, and VERSION. |
|
Definition at line 158 of file ascii_data_im_export.C. |
|
|