Public Member Functions

GR_RasterImage Class Reference

#include <gr_Image.h>

Inheritance diagram for GR_RasterImage:
GR_Image GR_CairoRasterImage GR_Win32Image GR_CocoaImage GR_UnixImage GR_UnixCroppedImage

List of all members.

Public Member Functions

virtual bool hasAlpha (void) const =0
virtual bool isTransparentAt (UT_sint32 x, UT_sint32 y)=0
virtual GRType getType () const

Member Function Documentation

virtual GRType GR_RasterImage::getType ( void   )  const [inline, virtual]

Reimplemented from GR_Image.

Reimplemented in GR_CocoaImage, and GR_UnixImage.

virtual bool GR_RasterImage::hasAlpha ( void   )  const [pure virtual]

Implements GR_Image.

Implemented in GR_CocoaImage, GR_UnixImage, and GR_Win32Image.

virtual bool GR_RasterImage::isTransparentAt ( UT_sint32  x,
UT_sint32  y 
) [pure virtual]

Implements GR_Image.

Implemented in GR_CocoaImage, GR_UnixImage, and GR_Win32Image.


The documentation for this class was generated from the following file: