, including all inherited members.
| createPen(const Color &color, float size, hippodraw::Line::Style style) | QtViewImp | [private] |
| DataView() | DataView | [protected] |
| DataView(PlotterBase *plotter) | DataView | [protected] |
| defaultFont() | QtViewImp | [virtual] |
| draw_Text(const std::string &s, float x, float y, float fontsize, float angle, char xp, char yp, bool resize, QFont &font, const QColor &color) | QtViewImp | [protected, virtual] |
| drawColorLines(const std::vector< double > &x, const std::vector< double > &y, hippodraw::Line::Style style, const std::vector< Color > &colors, float size) | QtViewImp | [virtual] |
| drawImage(const std::string &filename, int position=0) | QtViewImp | [virtual] |
| drawLatex(const std::string &eq, int position=0) | QtViewImp | [virtual] |
| drawLines(const std::vector< double > &x, const std::vector< double > &y, hippodraw::Line::Style style, const Color &color, float size) | QtViewImp | [virtual] |
| drawMethod(const std::vector< double > &x, const std::vector< double > &y, int opt1, int opt2) | QtViewImp | [private] |
| drawPoints(const std::vector< double > &x, const std::vector< double > &y, hippodraw::Symbol::Type type, float sym_size, const Color &color) | QtViewImp | [private, virtual] |
| drawPoints(const std::vector< double > &x, const std::vector< double > &y, hippodraw::Symbol::Type type, float sym_size) | QtViewImp | [virtual] |
| drawPoints(const std::vector< double > &x, const std::vector< double > &y, const std::vector< Color > &colors, hippodraw::Symbol::Type type, float sym_size) | QtViewImp | [virtual] |
| drawPolygon(const std::vector< double > &x, const std::vector< double > &y, const Color &color, const Color &edge) | QtViewImp | [virtual] |
| drawPolyLine(const std::vector< double > &xpoints, const std::vector< double > &ypoints, hippodraw::Line::Style style, const Color &color, float size) | QtViewImp | [virtual] |
| drawSelf() | ViewBase | [virtual] |
| drawSquare(double x1, double y1, double x2, double y2, int red, int green, int blue) | QtViewImp | [virtual] |
| drawText(const std::string &s, float x, float y, float fontsize, float angle, char xp, char yp, bool resize) | QtViewImp | [virtual] |
| drawText(const std::string &s, float x, float y, float fontsize, float angle, char xp, char yp, bool resize, const FontBase *font, const Color *color) | QtViewImp | [virtual] |
| drawViewLines(const std::vector< double > &x, const std::vector< double > &y, hippodraw::Line::Style style, bool color, float size) | QtViewImp | [virtual] |
| drawViewLines(const std::vector< double > &x, const std::vector< double > &y, hippodraw::Line::Style style, const Color &color, float size) | QtViewImp | [virtual] |
| drawViewMethod(const std::vector< double > &x, const std::vector< double > &y, int opt1, int opt2) | QtViewImp | [private] |
| drawViewSquare(float x1, float y1, float x2, float y2, int red, int green, int blue) | QtViewImp | [virtual] |
| fillPickedPoint(double x, double y, std::vector< double > &picked) const =0 | QtViewImp | [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_eq_png | QtViewImp | [private] |
| m_font_default | QtViewImp | [protected] |
| m_inspector | QtViewImp | [protected] |
| m_margin_rect | DataView | [protected] |
| m_painter | QtViewImp | [protected] |
| m_plotter | ViewBase | [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] |
| QtViewImp(PlotterBase *plotter) | QtViewImp | |
| QtViewImp() | QtViewImp | |
| s_line_style | QtViewImp | [private, static] |
| setCrossX(double val) | QtViewImp | |
| setCrossY(double val) | QtViewImp | |
| setDefaultFont(const QFont &font) | QtViewImp | [virtual] |
| setDrawRect(float x, float y, float w, float h)=0 | ViewBase | [pure virtual] |
| setInspector(QObject *) | QtViewImp | |
| setMarginRect(const Rect &) | DataView | |
| setPlotter(PlotterBase *plotter) | ViewBase | [virtual] |
| toCanvasX(double dx) const =0 | QtViewImp | [private, pure virtual] |
| toCanvasY(double dy) const =0 | QtViewImp | [private, pure virtual] |
| toView(double x) const | QtViewImp | [inline] |
| toViewX(double datX) const =0 | QtViewImp | [pure virtual] |
| toViewY(double datY) const =0 | QtViewImp | [pure virtual] |
| transformAndFill(QPointArray &array, const std::vector< double > &x, const std::vector< double > &y, int(QtViewImp::*xfunc)(double) const, int(QtViewImp::*yfunc)(double) const ) | QtViewImp | [private] |
| update(const Observable *display) | QtViewImp | [protected, virtual] |
| updateDrawRect() | ViewBase | [virtual] |
| userToDrawColor(double c) const | QtViewImp | [virtual] |
| userToDrawX(double x) const | QtViewImp | [virtual] |
| userToDrawXAutoInv(double x) const | QtViewImp | [virtual] |
| userToDrawY(double x) const | QtViewImp | [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] |