| _foreground | drawable | [protected] |
| _height | bitmap | [protected] |
| _image | bitmap | [protected] |
| _width | bitmap | [protected] |
| bitmap() | bitmap | |
| bitmap(const istring &filename) | bitmap | |
| bitmap(application_instance instance, const char *resource) | bitmap | |
| bitmap(HGLOBAL global) | bitmap | |
| bitmap(canvas &draw_on, int width=1, int height=1, const c_point &origin=c_point(0, 0)) | bitmap | |
| bitmap(const bitmap &to_copy_from) | bitmap | |
| colors() const | bitmap | |
| dimensionable() | dimensionable | |
| dimensions() | bitmap | [virtual] |
| paintable::dimensions() const=0 | paintable | [pure virtual] |
| draw() | bitmap | [virtual] |
| drawable(const c_point &origin, const color &foreground=colors::WHITE) | drawable | |
| erase() | bitmap | [virtual] |
| filled() const | paintable | |
| foreground() const | paintable | |
| foreground(const color &new_foreground) | paintable | [virtual] |
| get_bits() const | bitmap | |
| get_color_table() const | bitmap | |
| get_header() const | bitmap | |
| get_info() const | bitmap | |
| get_palette() const | bitmap | [inline] |
| height() const | bitmap | |
| paintable::height() | dimensionable | |
| image_size() const | bitmap | |
| layer() const | drawable | |
| layer(unsigned int new_layer) | drawable | |
| load_from_file(const istring &fileName) | bitmap | |
| load_from_global(HGLOBAL glob) | bitmap | |
| load_from_resource(application_instance instance, const char *resource) | bitmap | |
| operator=(const bitmap &to_assign_from) | bitmap | |
| origin() const | drawable | |
| paint(HDC context, const RECT &update_rectangle, const RECT &bitmap_portion) const | bitmap | |
| paintable(canvas &to_draw_on, const c_point &origin, const color &foreground=colors::WHITE, bool attach=true) | paintable | |
| plot(const color &to_draw_in)=0 | paintable | [pure virtual] |
| read_bitmap(const char *name_of_bitmap_file) | bitmap | |
| reset() | bitmap | |
| reset(int width, int height) | bitmap | |
| set_filled(bool i_am_to_be_filled=true) | paintable | [virtual] |
| set_invisible() | drawable | [protected] |
| set_origin(const c_point &new_origin) | paintable | [virtual] |
| set_visible() | drawable | [protected] |
| target() const | paintable | |
| valid() const | bitmap | [inline] |
| visible() const | drawable | |
| warp(int to_warp) const | bitmap | [protected] |
| width() const | bitmap | |
| paintable::width() | dimensionable | |
| write_bitmap(const char *name_of_bitmap_file) | bitmap | |
| ~bitmap() | bitmap | |
| ~bitmap(void) | bitmap | |
| ~dimensionable() | dimensionable | [virtual] |
| ~drawable() | drawable | [virtual] |
| ~paintable() | paintable | [virtual] |