#include <gtk/gtk.h>#include "config.h"#include "gxsm/plugin.h"Go to the source code of this file.
Defines | |
| #define | GXSM_TWO_SRC_PLUGIN__DEF | 
Functions | |
| static void | add_scan_init (void) | 
| static void | add_scan_about (void) | 
| static void | add_scan_configure (void) | 
| static void | add_scan_cleanup (void) | 
| static gboolean | add_scan_run (Scan *Src1, Scan *Src2, Scan *Dest) | 
| GxsmPlugin * | get_gxsm_plugin_info (void) | 
| GxsmMathTwoSrcPlugin * | get_gxsm_math_two_src_plugin_info (void) | 
Variables | |
| GxsmPlugin | add_scan_pi | 
| GxsmMathTwoSrcPlugin | add_scan_m2s_pi | 
| static const char * | about_text | 
      
  | 
  
| 
 
 Definition at line 89 of file add_scan.C.  | 
  
      
  | 
  
| 
 
 Definition at line 202 of file add_scan.C. References about_text, add_scan_pi, GxsmPlugin::authors, N_, GxsmPlugin::name, and VERSION.  | 
  
      
  | 
  
| 
 
 Definition at line 222 of file add_scan.C.  | 
  
      
  | 
  
| 
 
 Definition at line 215 of file add_scan.C. References add_scan_pi, GxsmPlugin::app, and GnomeAppService::message().  | 
  
      
  | 
  
| 
 
 Definition at line 196 of file add_scan.C.  | 
  
      
  | 
  ||||||||||||||||
| 
 
 Definition at line 228 of file add_scan.C. References Scan::data, Mem2d::GetDataPkt(), Mem2d::GetNv(), Mem2d::GetNx(), Mem2d::GetNy(), MATH_OK, MATH_SELECTIONERR, Scan::mem2d, Scan_Param::nx, Scan_Param::ny, Mem2d::PutDataPkt(), and SCAN_DATA::s.  | 
  
      
  | 
  
| 
 
 Definition at line 189 of file add_scan.C. References add_scan_m2s_pi.  | 
  
      
  | 
  
| 
 
 Definition at line 176 of file add_scan.C. References add_scan_pi, GxsmPlugin::description, N_, and VERSION.  | 
  
      
  | 
  
| 
 Initial value: N_("Gxsm add_scan Plugin\n\n" "adds the active and X channel") Definition at line 171 of file add_scan.C.  | 
  
      
  | 
  
| 
 Initial value:  {
   
   add_scan_run
 }
Definition at line 165 of file add_scan.C. Referenced by get_gxsm_math_two_src_plugin_info().  | 
  
      
  | 
  
| 
 
 Definition at line 101 of file add_scan.C. Referenced by add_scan_about(), add_scan_configure(), and get_gxsm_plugin_info().  | 
  
 1.4.6