#include <gtk/gtk.h>#include "config.h"#include "gxsm/plugin.h"Go to the source code of this file.
Functions | |
| static void | psdadd_init (void) | 
| static void | psdadd_about (void) | 
| static void | psdadd_configure (void) | 
| static void | psdadd_cleanup (void) | 
| static gboolean | psdadd_run (Scan *Src1, Scan *Src2, Scan *Dest) | 
| GxsmPlugin * | get_gxsm_plugin_info (void) | 
| GxsmMathTwoSrcPlugin * | get_gxsm_math_two_src_plugin_info (void) | 
Variables | |
| GxsmPlugin | psdadd_pi | 
| GxsmMathTwoSrcPlugin | psdadd_m2s_pi | 
| static const char * | about_text | 
      
  | 
  
| 
 
 Definition at line 119 of file psdadd.C. References psdadd_m2s_pi.  | 
  
      
  | 
  
| 
 
 Definition at line 114 of file psdadd.C. References GxsmPlugin::description, N_, psdadd_pi, and VERSION.  | 
  
      
  | 
  
| 
 
 Definition at line 128 of file psdadd.C. References about_text, GxsmPlugin::authors, N_, GxsmPlugin::name, psdadd_pi, and VERSION.  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
 Definition at line 140 of file psdadd.C. References GxsmPlugin::app, GnomeAppService::message(), and psdadd_pi.  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  ||||||||||||||||
| 
 
 Definition at line 151 of file psdadd.C. References Scan::data, DBG_L2, Mem2d::GetDataPkt(), MATH_OK, MATH_SIZEERR, Scan::mem2d, Scan_Param::nx, Scan_Param::ny, PI_DEBUG, Mem2d::PutDataPkt(), and SCAN_DATA::s.  | 
  
      
  | 
  
| 
 Initial value: N_("Gxsm Psdadd Plugin\n\n" "PSD Add.")  | 
  
      
  | 
  
| 
 Initial value:  {
  psdadd_run
}
Definition at line 107 of file psdadd.C. Referenced by get_gxsm_math_two_src_plugin_info().  | 
  
      
  | 
  
| 
 Initial value:  {
  NULL,
  NULL,
  0,
  NULL,
  "PsdAdd-M2S-Misc",
  "+SARLS",
  NULL,
  "Martin Langer, PZ",
  N_("_Math/_Misc/"),
  N_("PSD Add"),
  N_("Sorry, no help for psdadd filter!"),
  "no more info",
  NULL,
  NULL,
  psdadd_init,
  NULL,
  psdadd_about,
  psdadd_configure,
  NULL,
  psdadd_cleanup
}
Definition at line 84 of file psdadd.C. Referenced by get_gxsm_plugin_info(), psdadd_about(), and psdadd_configure().  | 
  
 1.4.6