Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages
csScreenShot Class Reference
[Common Plugin Classes]
Simple iImage implementation for canvas screenshots.
More...
#include <csplugincommon/canvas/scrshot.h>
Inheritance diagram for csScreenShot:

Public Member Functions | |
csScreenShot (iGraphics2D *G2D) | |
Initialize the screenshot object. | |
virtual int | GetFormat () const |
Qyery image format (see CS_IMGFMT_XXX above). | |
virtual int | GetHeight () const |
Query image height. | |
virtual const void * | GetImageData () |
Get a pointer to image data. | |
virtual const csRGBpixel * | GetPalette () |
Get image palette (or 0 if no palette). | |
virtual int | GetWidth () const |
Query image width. | |
virtual | ~csScreenShot () |
Destroy the screenshot object. | |
Public Attributes | |
SCF_DECLARE_IBASE |
Detailed Description
Simple iImage implementation for canvas screenshots.
Definition at line 37 of file scrshot.h.
Constructor & Destructor Documentation
|
Initialize the screenshot object.
|
|
Destroy the screenshot object.
|
Member Function Documentation
|
Qyery image format (see CS_IMGFMT_XXX above).
Implements iImage. |
|
Query image height.
Implements iImage. |
|
Get a pointer to image data.
Implements iImage. |
|
Get image palette (or 0 if no palette).
Reimplemented from csImageBase. |
|
Query image width.
Implements iImage. |
The documentation for this class was generated from the following file:
- csplugincommon/canvas/scrshot.h
Generated for Crystal Space by doxygen 1.4.4