clan::Image Member List

This is the complete list of members for clan::Image, including all inherited members.

clone() constclan::Image
draw(Canvas &canvas, float x, float y) constclan::Image
draw(Canvas &canvas, const Rectf &src, const Rectf &dest) constclan::Image
draw(Canvas &canvas, const Rectf &dest) constclan::Image
draw(Canvas &canvas, const Rectf &src, const Quadf &dest) constclan::Image
draw(Canvas &canvas, const Quadf &dest) constclan::Image
get_alignment(Origin &origin, float &x, float &y) constclan::Image
get_alpha() constclan::Image
get_color() constclan::Image
get_height() constclan::Image
get_scale_x() constclan::Image
get_scale_y() constclan::Image
get_size() constclan::Image
get_texture() constclan::Image
get_width() constclan::Image
Image()clan::Image
Image(Texture2D texture, const Rect &rect)clan::Image
Image(Subtexture &sub_texture)clan::Image
Image(Canvas &canvas, const PixelBuffer &pixelbuffer, const Rect &rect)clan::Image
Image(Canvas &canvas, const std::string &filename, const ImageImportDescription &import_desc=ImageImportDescription())clan::Image
Image(Canvas &canvas, const std::string &filename, const FileSystem &fs, const ImageImportDescription &import_desc=ImageImportDescription())clan::Image
is_null() constclan::Imageinline
load(Canvas &canvas, const std::string &id, const XMLResourceDocument &doc)clan::Imagestatic
operator!=(const Image &other) constclan::Imageinline
operator<(const Image &other) constclan::Imageinline
operator==(const Image &other) constclan::Imageinline
resource(Canvas &canvas, const std::string &id, const ResourceManager &resources)clan::Imagestatic
set_alignment(Origin origin, float x=0, float y=0)clan::Image
set_alpha(float alpha)clan::Image
set_color(const Colorf &color)clan::Image
set_color(const Color &c)clan::Imageinline
set_linear_filter(bool linear_filter=true)clan::Image
set_scale(float x, float y)clan::Image
set_wrap_mode(TextureWrapMode wrap_s, TextureWrapMode wrap_t)clan::Image
throw_if_null() constclan::Image
~Image()clan::Imagevirtual