ViewBase Member List

This is the complete list of members for ViewBase, including all inherited members.

drawColorLines(const std::vector< double > &x, const std::vector< double > &y, Line::Style style, const std::vector< Color > &color, float size)=0ViewBase [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)=0ViewBase [pure virtual]
drawPoints(const std::vector< double > &x, const std::vector< double > &y, Symbol::Type type, float sym_size, const Color &color)=0ViewBase [pure virtual]
drawPoints(const std::vector< double > &x, const std::vector< double > &y, const std::vector< Color > &colors, Symbol::Type type, float sym_size)=0ViewBase [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)=0ViewBase [pure virtual]
drawSelf()ViewBase [virtual]
drawSquare(double x1, double y1, double x2, double y2, int red, int green, int blue)=0ViewBase [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)=0ViewBase [pure virtual]
drawViewLines(const std::vector< double > &x, const std::vector< double > &y, Line::Style style, bool color, float size)=0ViewBase [pure virtual]
drawViewLines(const std::vector< double > &x, const std::vector< double > &y, Line::Style style, const Color &color, float size)=0ViewBase [pure virtual]
drawViewSquare(float x1, float y1, float x2, float y2, int red, int green, int blue)=0ViewBase [pure virtual]
getAspectRatio() constViewBase [virtual]
getDrawRect() const=0ViewBase [pure virtual]
getPlotter() constViewBase
getPlotter()ViewBase
getRange(Axes::Type axis) constViewBase
getRawRect() constViewBase
getUserRect() constViewBase
m_plotterViewBase [protected]
Observer()Observer
setDrawRect(float x, float y, float w, float h)=0ViewBase [pure virtual]
setPlotter(PlotterBase *plotter)ViewBase [virtual]
update(const Observable *)=0ViewBase [pure virtual]
updateDrawRect()ViewBase [virtual]
userToDrawColor(double c) const=0ViewBase [pure virtual]
userToDrawX(double x) const=0ViewBase [pure virtual]
userToDrawXAutoInv(double x) const=0ViewBase [pure virtual]
userToDrawY(double y) const=0ViewBase [pure virtual]
ViewBase()ViewBase
ViewBase(PlotterBase *plotter)ViewBase
ViewBase(const ViewBase &)ViewBase
willDelete(const Observable *plotter)ViewBase [virtual]
~Observer()Observer [virtual]
~ViewBase()ViewBase [virtual]


Generated for HippoDraw Class Library by doxygen