nsImageToBitmap Class Reference

#include <nsImageToBitmap.h>

Inheritance diagram for nsImageToBitmap:
[legend]
Collaboration diagram for nsImageToBitmap:
[legend]

Public Member Functions

NS_DECL_ISUPPORTS nsImageToBitmap ()
 
 ~nsImageToBitmap ()
 
NS_IMETHOD ConvertImageToBitmap (gfxImageSurface *aImage, HBITMAP &outBitmap)
 
NS_IMETHOD ConvertImageToIcon (gfxImageSurface *aImage, HICON &outIcon)
 
NS_IMETHOD ConvertImageToCursor (gfxImageSurface *aImage, PRUint32 aHotspotX, PRUint32 aHotspotY, HCURSOR &outCursor)
 

Protected Member Functions

nsresult ImageToIcon (gfxImageSurface *aImage, PRBool aIcon, PRUint32 aHotspotX, PRUint32 aHotspotY, HICON &_retval)
 

Detailed Description

Definition at line 43 of file nsImageToBitmap.h.

Constructor & Destructor Documentation

nsImageToBitmap::nsImageToBitmap ( )

Definition at line 46 of file nsImageToBitmap.cpp.

nsImageToBitmap::~nsImageToBitmap ( )

Definition at line 50 of file nsImageToBitmap.cpp.

Member Function Documentation

NS_IMETHODIMP nsImageToBitmap::ConvertImageToBitmap ( gfxImageSurface *  aImage,
HBITMAP outBitmap 
)
virtual

Implements nsIImageToBitmap.

Definition at line 54 of file nsImageToBitmap.cpp.

Here is the caller graph for this function:

NS_IMETHODIMP nsImageToBitmap::ConvertImageToCursor ( gfxImageSurface *  aImage,
PRUint32  aHotspotX,
PRUint32  aHotspotY,
HCURSOR outCursor 
)
virtual

Implements nsIImageToBitmap.

Definition at line 119 of file nsImageToBitmap.cpp.

Here is the call graph for this function:

NS_IMETHODIMP nsImageToBitmap::ConvertImageToIcon ( gfxImageSurface *  aImage,
HICON outIcon 
)
virtual

Implements nsIImageToBitmap.

Definition at line 113 of file nsImageToBitmap.cpp.

Here is the call graph for this function:

nsresult nsImageToBitmap::ImageToIcon ( gfxImageSurface *  aImage,
PRBool  aIcon,
PRUint32  aHotspotX,
PRUint32  aHotspotY,
HICON _retval 
)
protected

Definition at line 125 of file nsImageToBitmap.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:


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