#include <gtk/gtk.h>
#include "config.h"
#include "gxsm/plugin.h"
#include "gxsm/dataio.h"
#include "gxsm/action_id.h"
#include <stdio.h>
#include <time.h>
#include <math.h>
#include <string.h>
Go to the source code of this file.
Classes | |
class | RHK_SPM32_ImportFile |
Defines | |
#define | IMGMAXCOLORS 64 |
Functions | |
static void | rhk_spm32_import_init (void) |
static void | rhk_spm32_import_query (void) |
static void | rhk_spm32_import_about (void) |
static void | rhk_spm32_import_configure (void) |
static void | rhk_spm32_import_cleanup (void) |
static void | rhk_spm32_import_filecheck_load_callback (gpointer data) |
static void | rhk_spm32_import_filecheck_save_callback (gpointer data) |
static void | rhk_spm32_import_import_callback (GtkWidget *w, void *data) |
static void | rhk_spm32_import_export_callback (GtkWidget *w, void *data) |
GxsmPlugin * | get_gxsm_plugin_info (void) |
Variables | |
GxsmPlugin | rhk_spm32_import_pi |
static const char * | about_text |
static const char * | file_mask = "*.sm2" |
|
Definition at line 79 of file rhk_spm32_import.C. |
|
Definition at line 138 of file rhk_spm32_import.C. References GxsmPlugin::description, N_, rhk_spm32_import_pi, and VERSION. |
|
Definition at line 226 of file rhk_spm32_import.C. References about_text, GxsmPlugin::authors, N_, GxsmPlugin::name, rhk_spm32_import_pi, and VERSION. |
|
Definition at line 246 of file rhk_spm32_import.C. References GxsmPlugin::app, DBG_L2, GnomeAppService::getApp(), GxsmPlugin::menuentry, GxsmPlugin::menupath, PI_DEBUG, and rhk_spm32_import_pi. |
|
Definition at line 239 of file rhk_spm32_import.C. References GxsmPlugin::app, GnomeAppService::message(), and rhk_spm32_import_pi. |
|
Definition at line 585 of file rhk_spm32_import.C. References GnomeAppService::file_dialog(), file_mask, gapp, GxsmPlugin::help, GxsmPlugin::name, rhk_spm32_import_filecheck_save_callback(), and rhk_spm32_import_pi. Referenced by rhk_spm32_import_query(). |
|
Definition at line 511 of file rhk_spm32_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, RHK_SPM32_ImportFile::Read(), Surface::SetMode(), App::spm_update_all(), TRUE, and App::xsm. Referenced by rhk_spm32_import_import_callback(), and rhk_spm32_import_query(). |
|
Definition at line 547 of file rhk_spm32_import.C. References DBG_L2, FIO_NOT_RESPONSIBLE_FOR_THAT_FILE, FIO_OK, gapp, Surface::GetActiveScan(), PI_DEBUG, src, and App::xsm. Referenced by rhk_spm32_import_export_callback(), and rhk_spm32_import_query(). |
|
Definition at line 576 of file rhk_spm32_import.C. References GnomeAppService::file_dialog(), file_mask, gapp, GxsmPlugin::help, GxsmPlugin::name, rhk_spm32_import_filecheck_load_callback(), and rhk_spm32_import_pi. Referenced by rhk_spm32_import_query(). |
|
Definition at line 220 of file rhk_spm32_import.C. |
|
|
Initial value: N_("Gxsm RHK SPM32 file import plug-in\n\n" " " ) Definition at line 130 of file rhk_spm32_import.C. |
|
Definition at line 134 of file rhk_spm32_import.C. |
|
Definition at line 95 of file rhk_spm32_import.C. Referenced by get_gxsm_plugin_info(), rhk_spm32_import_about(), rhk_spm32_import_cleanup(), rhk_spm32_import_configure(), rhk_spm32_import_export_callback(), rhk_spm32_import_import_callback(), and rhk_spm32_import_query(). |