This is the complete list of members for DataView, including all inherited members.
DataView(const DataView &) | DataView | private |
DataView() | DataView | protected |
DataView(PlotterBase *plotter) | DataView | protected |
drawColorLines(const std::vector< double > &x, const std::vector< double > &y, Line::Style style, const std::vector< Color > &color, float size)=0 | ViewBase | pure virtual |
drawImage(const std::string &filename, int position=0) | ViewBase | virtual |
drawLatex(const std::string &eq, int position=0) | ViewBase | virtual |
drawLines(const std::vector< double > &x, const std::vector< double > &y, Line::Style style, const Color &color, float size)=0 | ViewBase | pure virtual |
drawPoints(const std::vector< double > &x, const std::vector< double > &y, Symbol::Type type, float sym_size, const Color &color)=0 | ViewBase | pure virtual |
drawPoints(const std::vector< double > &x, const std::vector< double > &y, const std::vector< Color > &colors, Symbol::Type type, float sym_size)=0 | ViewBase | pure virtual |
drawPolygon(const std::vector< double > &xpoints, const std::vector< double > &ypoints, const Color &color, const Color &edge) | ViewBase | virtual |
drawPolyLine(const std::vector< double > &xpoints, const std::vector< double > &ypoints, Line::Style style, const Color &color, float size)=0 | ViewBase | pure virtual |
drawSelf() | ViewBase | virtual |
drawSquare(double x1, double y1, double x2, double y2, int red, int green, int blue)=0 | ViewBase | pure virtual |
drawText(const std::string &s, float x, float y, float fontsize, float angle=0.0, char xp= 'l', char yp= 't', bool resize=false, const FontBase *font=0, const Color *color=0)=0 | ViewBase | pure virtual |
drawViewLines(const std::vector< double > &x, const std::vector< double > &y, Line::Style style, bool color, float size)=0 | ViewBase | pure virtual |
drawViewLines(const std::vector< double > &x, const std::vector< double > &y, Line::Style style, const Color &color, float size)=0 | ViewBase | pure virtual |
drawViewSquare(float x1, float y1, float x2, float y2, int red, int green, int blue)=0 | ViewBase | pure virtual |
getAspectRatio() const | ViewBase | virtual |
getDrawRect() const =0 | ViewBase | pure virtual |
getMarginRect() const | DataView | |
getPlotter() const | ViewBase | |
getPlotter() | ViewBase | |
getRange(Axes::Type axis) const | ViewBase | |
getRawRect() const | ViewBase | |
getUserRect() const | ViewBase | |
m_margin_rect | DataView | protected |
m_plotter | ViewBase | protected |
marginToInvertedUserX(double x) const | DataView | protectedvirtual |
marginToInvertedUserY(double y) const | DataView | protectedvirtual |
marginToUserX(double x) const | DataView | protectedvirtual |
marginToUserY(double y) const | DataView | protectedvirtual |
Observer() | Observer | |
prepareMarginRect() | DataView | protected |
setDrawRect(float x, float y, float w, float h)=0 | ViewBase | pure virtual |
setMarginRect(const Rect &) | DataView | |
setPlotter(PlotterBase *plotter) | ViewBase | virtual |
update(const Observable *)=0 | ViewBase | pure virtual |
updateDrawRect() | ViewBase | virtual |
userToDrawColor(double c) const =0 | ViewBase | pure virtual |
userToDrawX(double x) const =0 | ViewBase | pure virtual |
userToDrawXAutoInv(double x) const =0 | ViewBase | pure virtual |
userToDrawY(double y) const =0 | ViewBase | pure virtual |
userToInvertedMarginX(double x) const | DataView | protectedvirtual |
userToInvertedMarginY(double y) const | DataView | protectedvirtual |
userToMarginColor(double c) const | DataView | protectedvirtual |
userToMarginX(double x) const | DataView | protectedvirtual |
userToMarginY(double y) const | DataView | protectedvirtual |
ViewBase() | ViewBase | |
ViewBase(PlotterBase *plotter) | ViewBase | |
ViewBase(const ViewBase &) | ViewBase | |
willDelete(const Observable *plotter) | ViewBase | virtual |
~DataView() | DataView | protectedvirtual |
~Observer() | Observer | virtual |
~ViewBase() | ViewBase | virtual |