|
Maps SDK for C++ 1.0.0
|
This is the complete list of members for gem::Image, including all inherited members.
| cast() noexcept | gem::Image | inline |
| cast() const noexcept | gem::Image | inline |
| exportAs(const Size &size, int format) const noexcept | gem::Image | inline |
| exportAs(const Size &size, int format, const String &path) const noexcept | gem::Image | inline |
| exportTo(const Size &size, int format, TArgs &&... args) const noexcept | gem::Image | inlineprotected |
| exportTo(const Size &size, int format, const String &path, TArgs &&... args) const noexcept | gem::Image | inlineprotected |
| getAspectRatio() const noexcept | gem::Image | inline |
| getAspectRatioF() const noexcept | gem::Image | inline |
| getSize() const noexcept | gem::Image | inline |
| getType() const noexcept | gem::Image | inline |
| getUid() const noexcept | gem::Image | inline |
| Image()=default (defined in gem::Image) | gem::Image | |
| Image(const DataBuffer &data, int format) | gem::Image | inline |
| Image(const DataBuffer &data, int format, const Size &size) | gem::Image | inline |
| Image(const String &path) | gem::Image | inline |
| Image(const String &path, const Size &size) | gem::Image | inline |
| Image(int id) | gem::Image | |
| Image(const Image &)=default | gem::Image | |
| Image(Image &&)=default | gem::Image | |
| isScalable() const noexcept | gem::Image | inline |
| isValid() const noexcept | gem::Image | inline |
| operator=(const Image &image)=default | gem::Image | |
| operator=(Image &&image)=default | gem::Image | |
| operator==(const Image &img) const noexcept | gem::Image | inline |
| render(IBitmap &bitmap) const noexcept | gem::Image | inline |
| renderTo(const Size &size, TArgs &&... args) const noexcept | gem::Image | inlineprotected |