ClanLib  2.3.7
CL_Image Member List

This is the complete list of members for CL_Image, including all inherited members.

CL_Image()CL_Image
CL_Image(CL_GraphicContext &context, CL_Texture texture, CL_Rect rect)CL_Image
CL_Image(CL_GraphicContext &context, CL_Subtexture &sub_texture)CL_Image
CL_Image(CL_GraphicContext &gc, const CL_PixelBuffer &pixelbuffer, const CL_Rect &rect)CL_Image
CL_Image(CL_GraphicContext &context, const CL_StringRef &filename, const CL_ImageImportDescription &import_desc=CL_ImageImportDescription())CL_Image
CL_Image(CL_GraphicContext &context, const CL_StringRef &filename, CL_VirtualDirectory &dir, const CL_ImageImportDescription &import_desc=CL_ImageImportDescription())CL_Image
CL_Image(CL_GraphicContext &context, const CL_StringRef &resource_id, CL_ResourceManager *resources, const CL_ImageImportDescription &import_desc=CL_ImageImportDescription())CL_Image
draw(CL_GraphicContext &gc, float x, float y) const CL_Image
draw(CL_GraphicContext &gc, int x, int y) const CL_Image
draw(CL_GraphicContext &gc, const CL_Rectf &src, const CL_Rectf &dest) const CL_Image
draw(CL_GraphicContext &gc, const CL_Rectf &dest) const CL_Image
get_alignment(CL_Origin &origin, int &x, int &y) const CL_Image
get_alpha() const CL_Image
get_color() const CL_Image
get_height() const CL_Image
get_scale_x() const CL_Image
get_scale_y() const CL_Image
get_size() const CL_Image
get_width() const CL_Image
is_null() const CL_Imageinline
operator!=(const CL_Image &other) const CL_Imageinline
operator<(const CL_Image &other) const CL_Imageinline
operator==(const CL_Image &other) const CL_Imageinline
set_alignment(CL_Origin origin, int x=0, int y=0)CL_Image
set_alpha(float alpha)CL_Image
set_color(const CL_Colorf &color)CL_Image
set_color(const CL_Color &c)CL_Imageinline
set_linear_filter(bool linear_filter=true)CL_Image
set_scale(float x, float y)CL_Image
set_subimage(int x, int y, const CL_PixelBuffer &image, const CL_Rect &src_rect, int level=0)CL_Image
set_wrap_mode(CL_TextureWrapMode wrap_s, CL_TextureWrapMode wrap_t)CL_Image
throw_if_null() const CL_Image
~CL_Image()CL_Imagevirtual