#include <xshmimg.h>
Public Member Functions | |
ShmImage2D (GtkWidget *area, int Width, int Height, int xorigin, int yorigin) | |
~ShmImage2D () | |
void | Resize (int Width, int Height) |
GnomeCanvasItem * | GetGimg () |
unsigned long | GetMaxCol () |
void | MkPalette (char *name=NULL) |
void | saveimage (gchar *name) |
void | SetZoomFac (int zf) |
void | PutPixel (unsigned long x, unsigned long y, unsigned long val) |
void | ShowPic (int xs=0, int ys=0) |
void | ShowSubPic (int xs, int ys, int w, int h) |
ShmImage2D (GtkWidget *area, int Width, int Height, int xorigin, int yorigin) | |
~ShmImage2D () | |
void | Resize (int Width, int Height) |
GnomeCanvasItem * | GetGimg () |
unsigned long | GetMaxCol () |
void | MkPalette (char *name=NULL) |
void | saveimage (gchar *name) |
void | SetZoomFac (int zf) |
void | PutPixel (unsigned long x, unsigned long y, unsigned long val) |
void | ShowPic (int xs=0, int ys=0) |
void | ShowSubPic (int xs, int ys, int w, int h) |
Private Attributes | |
unsigned long | ULColorTable [IMGMAXCOLORENTRYS+2] |
GnomeCanvasPoints * | red_line_points |
GdkPixbuf * | gdk_pixbuf |
GtkWidget * | imgarea |
GnomeCanvasItem * | gitem_image |
GnomeCanvasItem * | gitem_red_line |
unsigned int | maxcol |
int | rowstride |
int | bpp |
int | width |
int | height |
int | x0 |
int | y0 |
guchar * | pixels |
int | ZoomFac |
GnomeCanvasPoints * | red_line_points |
GdkPixbuf * | gdk_pixbuf |
GtkWidget * | imgarea |
GnomeCanvasItem * | gitem_image |
GnomeCanvasItem * | gitem_red_line |
guchar * | pixels |
Definition at line 49 of file xshmimg.h.
|
Definition at line 38 of file xshmimg.C. References gdk_pixbuf, gitem_image, gitem_red_line, imgarea, maxcol, MkPalette(), red_line_points, Resize(), x0, y0, and ZoomFac. |
|
Definition at line 106 of file xshmimg.C. References gdk_pixbuf, gitem_image, gitem_red_line, and red_line_points. |
|
|
|
|
|
Definition at line 58 of file xshmimg.h. References gitem_image. |
|
Definition at line 58 of file xshmimg.h. References gitem_image. Referenced by ViewControl::ViewControl(). |
|
Definition at line 60 of file xshmimg.h. References maxcol. |
|
Definition at line 60 of file xshmimg.h. References maxcol. Referenced by Grey2D::draw(). |
|
|
|
Definition at line 114 of file xshmimg.C. References IMGMAXCOLORENTRYS, maxcol, MIN, ULColorTable, and WORDS_BIGENDIAN. Referenced by Grey2D::draw(), and ShmImage2D(). |
|
|
|
Definition at line 201 of file xshmimg.C. References bpp, pixels, rowstride, and ULColorTable. Referenced by Grey2D::update(). |
|
|
|
Definition at line 63 of file xshmimg.C. References bpp, DBG_L3, FALSE, gdk_pixbuf, gitem_image, gitem_red_line, height, imgarea, pixels, red_line_points, rowstride, width, XSM_DEBUG, y0, and ZoomFac. Referenced by ViewControl::Resize(), and ShmImage2D(). |
|
|
|
Definition at line 157 of file xshmimg.C. Referenced by ViewControl::view_file_saveimage_callback(). |
|
Definition at line 65 of file xshmimg.h. References ZoomFac. |
|
Definition at line 65 of file xshmimg.h. References ZoomFac. |
|
|
|
Definition at line 163 of file xshmimg.C. References gdk_pixbuf, gitem_image, gitem_red_line, red_line_points, and y0. Referenced by Grey2D::update(). |
|
|
|
Definition at line 173 of file xshmimg.C. References gdk_pixbuf, gitem_image, gitem_red_line, height, red_line_points, width, y0, and ZoomFac. Referenced by Grey2D::update(). |
|
Definition at line 85 of file xshmimg.h. Referenced by PutPixel(), and Resize(). |
|
|
|
Definition at line 78 of file xshmimg.h. Referenced by Resize(), ShmImage2D(), ShowPic(), ShowSubPic(), and ~ShmImage2D(). |
|
|
|
Definition at line 81 of file xshmimg.h. Referenced by GetGimg(), Resize(), ShmImage2D(), ShowPic(), ShowSubPic(), and ~ShmImage2D(). |
|
|
|
Definition at line 82 of file xshmimg.h. Referenced by Resize(), ShmImage2D(), ShowPic(), ShowSubPic(), and ~ShmImage2D(). |
|
Definition at line 85 of file xshmimg.h. Referenced by Resize(), and ShowSubPic(). |
|
|
|
Definition at line 80 of file xshmimg.h. Referenced by Resize(), and ShmImage2D(). |
|
Definition at line 84 of file xshmimg.h. Referenced by GetMaxCol(), MkPalette(), and ShmImage2D(). |
|
|
|
Definition at line 86 of file xshmimg.h. Referenced by PutPixel(), and Resize(). |
|
|
|
Definition at line 77 of file xshmimg.h. Referenced by Resize(), ShmImage2D(), ShowPic(), ShowSubPic(), and ~ShmImage2D(). |
|
Definition at line 85 of file xshmimg.h. Referenced by PutPixel(), and Resize(). |
|
Definition at line 75 of file xshmimg.h. Referenced by MkPalette(), and PutPixel(). |
|
Definition at line 85 of file xshmimg.h. Referenced by Resize(), and ShowSubPic(). |
|
Definition at line 85 of file xshmimg.h. Referenced by ShmImage2D(). |
|
Definition at line 85 of file xshmimg.h. Referenced by Resize(), ShmImage2D(), ShowPic(), and ShowSubPic(). |
|
Definition at line 88 of file xshmimg.h. Referenced by Resize(), SetZoomFac(), ShmImage2D(), and ShowSubPic(). |