#include <image.h>
Inheritance diagram for _IPixmapImage:
Public Member Functions | |
_IPixmapImage () | |
_IPixmapImage (const PixmapFormat &pf, uint width, uint height) | |
~_IPixmapImage () | |
uint | width () const |
uint | height () const |
const PixmapFormat & | format () const |
void | GetPixel8 (uint x, uint y, uint8 *p) const inline void PutPixel8(uint x |
void uint const uint8 *p void | GetPixel16 (uint x, uint y, uint16 *p) const inline void PutPixel16(uint x |
void uint const uint8 *p void uint const uint16 *p void | GetPixelF (uint x, uint y, flt *p) const inline void PutPixelF(uint x |
Public Attributes | |
void uint | y |
void uint const uint8 *p void uint | y |
void uint const uint8 *p void uint const uint16 *p void uint | y |
Private Attributes | |
PixmapFormat | pfmt |
uint | w |
uint | h |
For internal use only.
This is internally used by class PixmapImage to implement reference counting. Do not use externally other than for creating objects for the reference counting class PixmapImage.
This is just the base class for different implementations of the image class. Always use PixmapImage::Create() or FIXME go on
NOTE: Do NOT use copy constructor or assignment operator for this type.
Definition at line 30 of file image.h.
|
|
|
|
|
|
|
Definition at line 58 of file image.h. References pfmt. |
|
|
|
|
|
|
|
Definition at line 57 of file image.h. References uint. |
|
Definition at line 56 of file image.h. References uint. |
|
|
|
Definition at line 44 of file image.h. Referenced by format(). |
|
|
|
|
|
|
|
|