This is the complete list of members for osm::Plot2DCanvas, including all inherited members.
Canvas(uint32_t width, uint32_t height) | osm::Canvas | explicit |
clear() | osm::Canvas | |
draw(std::function< Y(X)> function, char c, std::string_view feat="") | osm::Plot2DCanvas | inline |
enableFrame(bool frame_enabled) | osm::Canvas | |
getBackground() const | osm::Canvas | |
getBackgroundFeat() const | osm::Canvas | |
getFrameFeat() const | osm::Canvas | |
getFrameStyle() const | osm::Canvas | |
getHeight() const | osm::Canvas | |
getOffsetX() const | osm::Plot2DCanvas | |
getOffsetY() const | osm::Plot2DCanvas | |
getScaleX() const | osm::Plot2DCanvas | |
getScaleY() const | osm::Plot2DCanvas | |
getWidth() const | osm::Canvas | |
height_ | osm::Canvas | protected |
isFrameEnabled() const | osm::Canvas | |
Plot2DCanvas(uint32_t w, uint32_t h) | osm::Plot2DCanvas | explicit |
put(uint32_t x, uint32_t y, char c, std::string_view feat="") | osm::Canvas | |
refresh() | osm::Canvas | |
setBackground(char c, std::string_view feat="") | osm::Canvas | |
setFrame(FrameStyle, std::string_view feat="") | osm::Canvas | |
setHeight(uint32_t height) | osm::Canvas | |
setOffset(float xOff, float yOff) | osm::Plot2DCanvas | |
setScale(float xScale, float yScale) | osm::Plot2DCanvas | |
setWidth(uint32_t width) | osm::Canvas | |
width_ | osm::Canvas | protected |