This is the complete list of members for
image, including all inherited members.
average(void) const | image | |
copy(const image::pointer &src) | image | |
copy(const image::pointer &src, int ox, int oy) | image | |
create_blank_from_file(const std::string &filename, int width, int height) | image | [static] |
create_from_file(const std::string &filename) | image | [static] |
draw_rectangle(int x, int y, int w, int h) | image | |
draw_rectangle(int x, int y, int w, int h, const icon_pixel &clr) | image | |
get_height(void) const =0 | image | [pure virtual] |
get_pen_position(int &x, int &y) | image | [inline] |
get_pixel(int x, int y, icon_pixel &value) const =0 | image | [pure virtual] |
get_pixel(int x, int y) const | image | [inline] |
get_width(void) const =0 | image | [pure virtual] |
image() | image | [protected] |
image(const image &) | image | [private] |
known_file_extension(const std::string &ext) | image | [static] |
operator=(const image &) | image | [private] |
overlay(const image::pointer &src, int ox, int oy) | image | |
overlay_pixel(int x, int y, const icon_pixel &value) | image | [virtual] |
overlay_pixel(int x, int y) | image | [virtual] |
pen_clr | image | [private] |
pen_x | image | [private] |
pen_y | image | [private] |
pointer typedef | image | |
same(const image::pointer &rhs) const | image | |
save_to_file(const std::string &filename) const =0 | image | [pure virtual] |
set_pen_color(const icon_pixel &clr) | image | [inline] |
set_pen_position(int x, int y) | image | [inline] |
set_pixel(int x, int y, const icon_pixel &value)=0 | image | [pure virtual] |
set_pixel(int x, int y) | image | |
type_name(void) const =0 | image | [pure virtual] |
~image() | image | [virtual] |