#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 "gxsm/xsmtypes.h"
#include "gxsm/glbvars.h"
#include "png.h"
#include "readpng.h"
#include "writepng.h"
Go to the source code of this file.
Classes | |
class | PNG_ImExportFile |
Functions | |
static void | png_im_export_init (void) |
static void | png_im_export_query (void) |
static void | png_im_export_about (void) |
static void | png_im_export_configure (void) |
static void | png_im_export_cleanup (void) |
static void | png_im_export_filecheck_load_callback (gpointer data) |
static void | png_im_export_filecheck_save_callback (gpointer data) |
static void | png_im_export_import_callback (GtkWidget *w, void *data) |
static void | png_im_export_export_callback (GtkWidget *w, void *data) |
GxsmPlugin * | get_gxsm_plugin_info (void) |
Variables | |
GxsmPlugin | png_im_export_pi |
static const char * | about_text = N_("This GXSM plugin allows im- and export of PNG image data files") |
static const char * | file_mask = "*.png" |
|
Definition at line 140 of file png_im_export.C. References GxsmPlugin::description, N_, png_im_export_pi, and VERSION. |
|
Definition at line 226 of file png_im_export.C. References about_text, GxsmPlugin::authors, N_, GxsmPlugin::name, png_im_export_pi, and VERSION. |
|
Definition at line 246 of file png_im_export.C. References GxsmPlugin::app, DBG_L2, GnomeAppService::getApp(), GxsmPlugin::menuentry, GxsmPlugin::menupath, PI_DEBUG, and png_im_export_pi. |
|
Definition at line 239 of file png_im_export.C. References GxsmPlugin::app, GnomeAppService::message(), and png_im_export_pi. |
|
Definition at line 658 of file png_im_export.C. References GnomeAppService::file_dialog(), file_mask, gapp, GxsmPlugin::help, GxsmPlugin::name, png_im_export_filecheck_save_callback(), and png_im_export_pi. Referenced by png_im_export_query(). |
|
Definition at line 588 of file png_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, PNG_ImExportFile::Read(), Surface::SetMode(), App::spm_update_all(), TRUE, and App::xsm. Referenced by png_im_export_import_callback(), and png_im_export_query(). |
|
Definition at line 622 of file png_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 png_im_export_export_callback(), and png_im_export_query(). |
|
Definition at line 649 of file png_im_export.C. References GnomeAppService::file_dialog(), file_mask, gapp, GxsmPlugin::help, GxsmPlugin::name, png_im_export_filecheck_load_callback(), and png_im_export_pi. Referenced by png_im_export_query(). |
|
Definition at line 220 of file png_im_export.C. References DBG_L2, GxsmPlugin::name, PI_DEBUG, and png_im_export_pi. |
|
|
Definition at line 134 of file png_im_export.C. |
|
Definition at line 136 of file png_im_export.C. |
|
Definition at line 97 of file png_im_export.C. Referenced by get_gxsm_plugin_info(), png_im_export_about(), png_im_export_cleanup(), png_im_export_configure(), png_im_export_export_callback(), png_im_export_import_callback(), png_im_export_init(), and png_im_export_query(). |