|
Maps SDK for C++ 1.0.0
|
This is the complete list of members for gem::AbstractGeometryImage, including all inherited members.
| AbstractGeometryImage()=default (defined in gem::AbstractGeometryImage) | gem::AbstractGeometryImage | |
| AbstractGeometryImage(const AbstractGeometryImage &)=default | gem::AbstractGeometryImage | |
| AbstractGeometryImage(AbstractGeometryImage &&)=default | gem::AbstractGeometryImage | |
| cast() noexcept | gem::Image | inline |
| cast() const noexcept | gem::Image | inline |
| exportAs(const Size &size, int format, const AbstractGeometryImageRenderSettings &settings) const noexcept | gem::AbstractGeometryImage | inline |
| exportAs(const Size &size, int format, const String &path, const AbstractGeometryImageRenderSettings &settings) const noexcept | gem::AbstractGeometryImage | inline |
| gem::Image::exportAs(const Size &size, int format) const noexcept | gem::Image | inline |
| gem::Image::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 AbstractGeometryImage &img) const | gem::AbstractGeometryImage | inline |
| operator=(const AbstractGeometryImage &image)=default | gem::AbstractGeometryImage | |
| operator=(AbstractGeometryImage &&image)=default | gem::AbstractGeometryImage | |
| gem::Image::operator=(const Image &image)=default | gem::Image | |
| gem::Image::operator=(Image &&image)=default | gem::Image | |
| operator==(const AbstractGeometryImage &img) const | gem::AbstractGeometryImage | inline |
| gem::Image::operator==(const Image &img) const noexcept | gem::Image | inline |
| render(IBitmap &bitmap, const AbstractGeometryImageRenderSettings &settings) const noexcept | gem::AbstractGeometryImage | inline |
| gem::Image::render(IBitmap &bitmap) const noexcept | gem::Image | inline |
| renderTo(const Size &size, TArgs &&... args) const noexcept | gem::Image | inlineprotected |