#include <sprite_subsection_provider.h>
Inheritance diagram for CL_SpriteSubsectionProvider:
Public Methods | |
| CL_SpriteSubsectionProvider (CL_SurfaceProvider *parent_provider, int start_x, int start_y, int width, int height) | |
| virtual | ~CL_SpriteSubsectionProvider () |
| virtual unsigned int | get_pitch () const |
| virtual int | get_translate_x () const |
| virtual int | get_translate_y () const |
| retval: The x-offset of the surface data. | |
| virtual unsigned int | get_width () const |
| virtual unsigned int | get_height () const |
| virtual unsigned int | get_num_frames () const |
| retval: A pointer that points to the beginning of the target pixel data. | |
| virtual CL_Palette* | get_palette () const |
| virtual bool | is_indexed () const |
| virtual bool | uses_src_colorkey () const |
| retval: The y-offset of the surface data. | |
| virtual unsigned int | get_src_colorkey () const |
| virtual unsigned int | get_red_mask () const |
| virtual unsigned int | get_green_mask () const |
| virtual unsigned int | get_blue_mask () const |
| virtual unsigned int | get_alpha_mask () const |
| virtual unsigned int | get_depth () const |
| virtual void* | get_data () const |
| virtual void | perform_lock () |
| virtual void | perform_unlock () |
Static Public Methods | |
| CL_Surface* | create (CL_SurfaceProvider *parent_provider, int start_x, int start_y, int width, int height) |
Private Attributes | |
| CL_SurfaceProvider* | parent_provider |
| bool | locked |
| int | start_x |
| int | start_y |
| int | width |
| int | height |
Definition at line 26 of file sprite_subsection_provider.h.
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from CL_Target. |
|
|
Reimplemented from CL_Target. |
|
|
Reimplemented from CL_Target. |
|
|
Reimplemented from CL_Target. |
|
|
Reimplemented from CL_Target. |
|
|
Reimplemented from CL_Target. |
|
|
retval: A pointer that points to the beginning of the target pixel data.
Reimplemented from CL_Target. |
|
|
Reimplemented from CL_Target. |
|
|
Reimplemented from CL_Target. |
|
|
Reimplemented from CL_Target. |
|
|
Reimplemented from CL_SurfaceProvider. |
|
|
Reimplemented from CL_SurfaceProvider. |
|
|
retval: The x-offset of the surface data.
Reimplemented from CL_SurfaceProvider. |
|
|
Reimplemented from CL_Target. |
|
|
Reimplemented from CL_Target. |
|
|
Reimplemented from CL_SurfaceProvider_Generic. |
|
|
Reimplemented from CL_SurfaceProvider_Generic. |
|
|
retval: The y-offset of the surface data.
Reimplemented from CL_SurfaceProvider. |
|
|
Definition at line 31 of file sprite_subsection_provider.h. |
|
|
Definition at line 29 of file sprite_subsection_provider.h. |
|
|
Definition at line 28 of file sprite_subsection_provider.h. |
|
|
Definition at line 30 of file sprite_subsection_provider.h. |
|
|
Definition at line 30 of file sprite_subsection_provider.h. |
|
|
Definition at line 31 of file sprite_subsection_provider.h. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001