This is the complete list of members for Image, including all inherited members.
| align(const Rect &bounding, const AlignFlags &align) | Image | |
| crop(const Rect &rect) const | Image | |
| deserialize(const std::string &name, const std::string &value, const Serializer::Attributes &attrs) | Image | |
| empty() const | Image | |
| handle_surface_changed() | Image | protected |
| height() const | Image | inline |
| hscale() const | Image | inline |
| Image(const std::string &uri={}, float scale=1.0) | Image | |
| Image(const std::string &uri, float hscale, float vscale) | Image | |
| Image(const unsigned char *data, size_t len) | Image | |
| Image(std::shared_ptr< Surface > surface) | Image | |
| Image(Surface &&surface) | Image | |
| keep_image_ratio(bool enable) | Image | inline |
| keep_image_ratio() const | Image | inline |
| load(const std::string &uri, float hscale=1.0, float vscale=1.0, bool approx=false) | Image | |
| m_hscale | Image | protected |
| m_keep_image_ratio | Image | protected |
| m_orig_size | Image | protected |
| m_surface | Image | protected |
| m_uri | Image | protected |
| m_vscale | Image | protected |
| reset_uri() | Image | inline |
| resize(const Size &size) | Image | inline |
| scale(float hscale, float vscale, bool approximate=false) | Image | |
| scale(float scale, bool approximate=false) | Image | inline |
| serialize(const std::string &name, Serializer &serializer) const | Image | |
| size() const | Image | |
| size_orig() const | Image | inline |
| surface() const | Image | inline |
| SvgImage | Image | friend |
| uri() const | Image | inline |
| uri(const std::string &uri) | Image | inline |
| vscale() const | Image | inline |
| width() const | Image | inline |