| drawNormalisedZoomedEllipse(Graphics &g, const Rectangle< float > &bounds) | krotos::ZoomableComponent | protected |
| drawNormalisedZoomedImage(Graphics &g, Image &image, const Rectangle< float > &bounds, bool fillAlphaChannelWithCurrentBrush=false) | krotos::ZoomableComponent | protected |
| drawNormalisedZoomedLine(Graphics &g, Line< float > line, float thickness) const | krotos::ZoomableComponent | protected |
| drawNormalisedZoomedPath(Graphics &g, const Path &path, float thickness) | krotos::ZoomableComponent | protected |
| drawNormalisedZoomedRect(Graphics &g, const Rectangle< float > &rect) const | krotos::ZoomableComponent | protected |
| drawNormalisedZoomedRectLine(Graphics &g, const Rectangle< float > &rect) const | krotos::ZoomableComponent | protected |
| drawNormalisedZoomedText(Graphics &g, String text, Rectangle< float > bounds) const | krotos::ZoomableComponent | protected |
| drawZoomedEllipse(Graphics &g, const Rectangle< float > &bounds) | krotos::ZoomableComponent | protected |
| drawZoomedLine(Graphics &g, const Line< float > &line, float thickness) const | krotos::ZoomableComponent | protected |
| drawZoomedPath(Graphics &g, Path path, float thickness) | krotos::ZoomableComponent | protected |
| drawZoomedRect(Graphics &g, const Rectangle< float > &rect) const | krotos::ZoomableComponent | protected |
| fillNormalisedZoomedEllipse(Graphics &g, const Rectangle< float > &bounds) | krotos::ZoomableComponent | protected |
| getHorizontalRange() const | krotos::ZoomableComponent | |
| getHorizontalZoomCenter() const | krotos::ZoomableComponent | inline |
| getHorizontalZoomFactor() const | krotos::ZoomableComponent | inline |
| getVerticalRange() const | krotos::ZoomableComponent | |
| getVerticalZoomCenter() const | krotos::ZoomableComponent | inline |
| getVerticalZoomFactor() const | krotos::ZoomableComponent | inline |
| m_hCenter | krotos::ZoomableComponent | private |
| m_hZoom | krotos::ZoomableComponent | private |
| m_transform | krotos::ZoomableComponent | private |
| m_vCenter | krotos::ZoomableComponent | private |
| m_vZoom | krotos::ZoomableComponent | private |
| setHorizontalZoomCenter(float center) | krotos::ZoomableComponent | inline |
| setHorizontalZoomFactor(float factor) | krotos::ZoomableComponent | inline |
| setHorizontalZoomFromRange(const Range< float > xr) | krotos::ZoomableComponent | |
| SetTransformToFit(int width, int height) | krotos::ZoomableComponent | |
| setVerticalZoomCenter(float center) | krotos::ZoomableComponent | inline |
| setVerticalZoomFactor(float factor) | krotos::ZoomableComponent | inline |
| updateTransform() | krotos::ZoomableComponent | private |
| ZoomableComponent()=default | krotos::ZoomableComponent | |
| ~ZoomableComponent() override=default | krotos::ZoomableComponent | |