![]() |
Crossfire Client, Trunk
|
#include <image.h>
Collaboration diagram for PixmapInfo:Data Fields | |
| guint16 | full_icon_height |
| GdkPixbuf * | full_icon_image |
| guint16 | full_icon_width |
| guint16 | icon_height |
| GdkPixbuf * | icon_image |
| guint16 | icon_width |
| void * | map_image |
| guint16 | smooth_face |
| A face used for smoothing with this face. More... | |
| guint16 PixmapInfo::full_icon_height |
Definition at line 51 of file image.h.
Referenced by create_and_rescale_image_from_data(), create_full_icon_image(), create_map_image(), get_map_image_size(), and init_image_cache_data().
| GdkPixbuf* PixmapInfo::full_icon_image |
Definition at line 50 of file image.h.
Referenced by create_full_icon_image(), free_pixmap(), init_image_cache_data(), and update_spell_information().
| guint16 PixmapInfo::full_icon_width |
Definition at line 51 of file image.h.
Referenced by create_and_rescale_image_from_data(), create_full_icon_image(), create_map_image(), get_map_image_size(), and init_image_cache_data().
| guint16 PixmapInfo::icon_height |
Definition at line 47 of file image.h.
Referenced by create_and_rescale_image_from_data(), create_icon_image(), init_image_cache_data(), and map_init().
| GdkPixbuf* PixmapInfo::icon_image |
Definition at line 46 of file image.h.
Referenced by add_object_to_store(), animate_inventory(), animate_look(), create_and_rescale_image_from_data(), create_icon_image(), draw_inv_table(), drawingarea_inventory_table_expose_event(), free_pixmap(), and init_image_cache_data().
| guint16 PixmapInfo::icon_width |
Definition at line 47 of file image.h.
Referenced by create_and_rescale_image_from_data(), create_icon_image(), init_image_cache_data(), and map_init().
| void* PixmapInfo::map_image |
Definition at line 53 of file image.h.
Referenced by create_and_rescale_image_from_data(), create_map_image(), draw_pixmap(), draw_smooth_pixmap(), free_pixmap(), and init_image_cache_data().
| guint16 PixmapInfo::smooth_face |
A face used for smoothing with this face.
Definition at line 54 of file image.h.
Referenced by addsmooth(), drawsmooth(), and init_image_cache_data().