DataView Member List

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)=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() const ViewBase [virtual]
getDrawRect() const =0ViewBase [pure virtual]
getMarginRect() const DataView
getPlotter() const ViewBase
getPlotter()ViewBase
getRange(Axes::Type axis) const ViewBase
getRawRect() const ViewBase
getUserRect() const ViewBase
m_margin_rectDataView [protected]
m_plotterViewBase [protected]
marginToInvertedUserX(double x) const DataView [protected, virtual]
marginToInvertedUserY(double y) const DataView [protected, virtual]
marginToUserX(double x) const DataView [protected, virtual]
marginToUserY(double y) const DataView [protected, virtual]
Observer()Observer
prepareMarginRect()DataView [protected]
setDrawRect(float x, float y, float w, float h)=0ViewBase [pure virtual]
setMarginRect(const Rect &)DataView
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]
userToInvertedMarginX(double x) const DataView [protected, virtual]
userToInvertedMarginY(double y) const DataView [protected, virtual]
userToMarginColor(double c) const DataView [protected, virtual]
userToMarginX(double x) const DataView [protected, virtual]
userToMarginY(double y) const DataView [protected, virtual]
ViewBase()ViewBase
ViewBase(PlotterBase *plotter)ViewBase
ViewBase(const ViewBase &)ViewBase
willDelete(const Observable *plotter)ViewBase [virtual]
~DataView()DataView [protected, virtual]
~Observer()Observer [virtual]
~ViewBase()ViewBase [virtual]


Generated for HippoDraw Class Library by doxygen