#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 <sstream>
Go to the source code of this file.
Classes | |
class | rhk200_ImExportFile |
Defines | |
#define | IMGMAXCOLORS 64 |
Functions | |
static void | rhk200_im_export_init (void) |
static void | rhk200_im_export_query (void) |
static void | rhk200_im_export_about (void) |
static void | rhk200_im_export_configure (void) |
static void | rhk200_im_export_cleanup (void) |
static void | rhk200_im_export_filecheck_load_callback (gpointer data) |
static void | rhk200_im_export_import_callback (GtkWidget *w, void *data) |
GxsmPlugin * | get_gxsm_plugin_info (void) |
Variables | |
GxsmPlugin | rhk200_im_export_pi |
static const char * | about_text |
|
Definition at line 68 of file rhk2000_import.C. |
|
Definition at line 123 of file rhk2000_import.C. References GxsmPlugin::description, N_, rhk200_im_export_pi, and VERSION. |
|
Definition at line 179 of file rhk2000_import.C. References about_text, GxsmPlugin::authors, N_, GxsmPlugin::name, rhk200_im_export_pi, and VERSION. |
|
Definition at line 199 of file rhk2000_import.C. References GxsmPlugin::app, DBG_L2, GnomeAppService::getApp(), N_, PI_DEBUG, and rhk200_im_export_pi. |
|
Definition at line 192 of file rhk2000_import.C. References GxsmPlugin::app, GnomeAppService::message(), and rhk200_im_export_pi. |
|
Definition at line 624 of file rhk2000_import.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, rhk200_ImExportFile::Read(), Surface::SetMode(), App::spm_update_all(), TRUE, and App::xsm. Referenced by rhk200_im_export_import_callback(), and rhk200_im_export_query(). |
|
Definition at line 662 of file rhk2000_import.C. References DBG_L2, GnomeAppService::file_dialog(), gapp, PI_DEBUG, and rhk200_im_export_filecheck_load_callback(). Referenced by rhk200_im_export_query(). |
|
Definition at line 173 of file rhk2000_import.C. |
|
Definition at line 135 of file rhk2000_import.C. References GxsmPlugin::app, App::ConnectPluginToLoadFileEvent(), GnomeAppService::getApp(), N_, GxsmPlugin::name, rhk200_im_export_filecheck_load_callback(), rhk200_im_export_import_callback(), rhk200_im_export_pi, and GxsmPlugin::status. |
|
Initial value: N_("Gxsm RHK STM-200 Data File Import Plugin\n\n" "This plugin reads in STM-200 datafiles." ) Definition at line 117 of file rhk2000_import.C. |
|
Definition at line 82 of file rhk2000_import.C. Referenced by get_gxsm_plugin_info(), rhk200_im_export_about(), rhk200_im_export_cleanup(), rhk200_im_export_configure(), and rhk200_im_export_query(). |