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