, including all inherited members.
| addView(ViewBase *inView) | GroupViewBase | |
| chunks() const | QCanvasRectangle | |
| DataView() | DataView | [protected] |
| DataView(PlotterBase *plotter) | DataView | [protected] |
| defaultFont() | QtViewImp | [virtual] |
| draw(QPainter &) | QtGroupView | [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] |
| hippodraw::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] |
| hippodraw::QtViewImp::drawColorLines(const std::vector< double > &x, const std::vector< double > &y, hippodraw::Line::Style style, const std::vector< Color > &colors, float size) | QtViewImp | [virtual] |
| hippodraw::drawImage(const std::string &filename, int position=0) | ViewBase | [virtual] |
| hippodraw::QtViewImp::drawImage(const std::string &filename, int position=0) | QtViewImp | [virtual] |
| hippodraw::drawLatex(const std::string &eq, int position=0) | ViewBase | [virtual] |
| hippodraw::QtViewImp::drawLatex(const std::string &eq, int position=0) | QtViewImp | [virtual] |
| hippodraw::drawLines(const std::vector< double > &x, const std::vector< double > &y, Line::Style style, const Color &color, float size)=0 | ViewBase | [pure virtual] |
| hippodraw::QtViewImp::drawLines(const std::vector< double > &x, const std::vector< double > &y, hippodraw::Line::Style style, const Color &color, float size) | QtViewImp | [virtual] |
| hippodraw::drawPoints(const std::vector< double > &x, const std::vector< double > &y, Symbol::Type type, float sym_size, const Color &color)=0 | ViewBase | [pure virtual] |
| hippodraw::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] |
| hippodraw::QtViewImp::drawPoints(const std::vector< double > &x, const std::vector< double > &y, hippodraw::Symbol::Type type, float sym_size) | QtViewImp | [virtual] |
| hippodraw::QtViewImp::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] |
| hippodraw::drawPolygon(const std::vector< double > &xpoints, const std::vector< double > &ypoints, const Color &color, const Color &edge) | ViewBase | [virtual] |
| hippodraw::QtViewImp::drawPolygon(const std::vector< double > &x, const std::vector< double > &y, const Color &color, const Color &edge) | QtViewImp | [virtual] |
| hippodraw::drawPolyLine(const std::vector< double > &xpoints, const std::vector< double > &ypoints, Line::Style style, const Color &color, float size)=0 | ViewBase | [pure virtual] |
| hippodraw::QtViewImp::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] |
| drawShape(QPainter &p) | QCanvasRectangle | |
| hippodraw::drawSquare(double x1, double y1, double x2, double y2, int red, int green, int blue)=0 | ViewBase | [pure virtual] |
| hippodraw::QtViewImp::drawSquare(double x1, double y1, double x2, double y2, int red, int green, int blue) | QtViewImp | [virtual] |
| hippodraw::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] |
| hippodraw::QtViewImp::drawText(const std::string &s, float x, float y, float fontsize, float angle, char xp, char yp, bool resize) | QtViewImp | [virtual] |
| hippodraw::QtViewImp::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] |
| hippodraw::drawViewLines(const std::vector< double > &x, const std::vector< double > &y, Line::Style style, bool color, float size)=0 | ViewBase | [pure virtual] |
| hippodraw::drawViewLines(const std::vector< double > &x, const std::vector< double > &y, Line::Style style, const Color &color, float size)=0 | ViewBase | [pure virtual] |
| hippodraw::QtViewImp::drawViewLines(const std::vector< double > &x, const std::vector< double > &y, hippodraw::Line::Style style, bool color, float size) | QtViewImp | [virtual] |
| hippodraw::QtViewImp::drawViewLines(const std::vector< double > &x, const std::vector< double > &y, hippodraw::Line::Style style, const Color &color, float size) | QtViewImp | [virtual] |
| hippodraw::drawViewSquare(float x1, float y1, float x2, float y2, int red, int green, int blue)=0 | ViewBase | [pure virtual] |
| hippodraw::QtViewImp::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 | QtGroupView | [virtual] |
| getAspectRatio() const | ViewBase | [virtual] |
| getDrawRect() const | QtGroupView | [virtual] |
| getMarginRect() const | DataView | |
| getPlotter() const | ViewBase | |
| getPlotter() | ViewBase | |
| getPlotters() const | GroupViewBase | |
| getRange(Axes::Type axis) const | ViewBase | |
| getRawRect() const | ViewBase | |
| getUserRect() const | ViewBase | |
| getViews() | GroupViewBase | |
| GroupViewBase() | GroupViewBase | |
| GroupViewBase(const std::vector< ViewBase * > &inViews) | GroupViewBase | |
| GroupViewBase(const GroupViewBase &) | GroupViewBase | |
| height() const | QCanvasRectangle | |
| m_font_default | QtViewImp | [protected] |
| m_inspector | QtViewImp | [protected] |
| m_is_drawing | QtGroupView | [private] |
| m_margin_rect | DataView | [protected] |
| m_painter | QtViewImp | [protected] |
| m_plotter | ViewBase | [protected] |
| m_position | QtGroupView | [private] |
| 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] |
| moveBy(double dx, double dy) | QtGroupView | [virtual] |
| mViews | GroupViewBase | [protected] |
| Observer() | Observer | |
| prepareMarginRect() | DataView | [protected] |
| QCanvasRectangle(QCanvas *canvas) | QCanvasRectangle | |
| QCanvasRectangle(const QRect &r, QCanvas *canvas) | QCanvasRectangle | |
| QCanvasRectangle(int x, int y, int width, int height, QCanvas *canvas) | QCanvasRectangle | |
| QCanvasRectangle() | QCanvasRectangle | |
| QtGroupView() | QtGroupView | |
| QtGroupView(const std::vector< ViewBase * > &inViews) | QtGroupView | |
| QtViewImp(PlotterBase *plotter) | QtViewImp | |
| QtViewImp() | QtViewImp | |
| rect() const | QCanvasRectangle | |
| removeView(ViewBase *inView) | GroupViewBase | |
| rtti() const | QCanvasRectangle | |
| setCrossX(double val) | QtViewImp | |
| setCrossY(double val) | QtViewImp | |
| setDefaultFont(const QFont &font) | QtViewImp | [virtual] |
| setDrawRect(float x, float y, float w, float h) | QtGroupView | [virtual] |
| setDrawRect(const QRect &rect) | QtGroupView | |
| setInspector(QObject *) | QtViewImp | |
| setMarginRect(const Rect &) | DataView | |
| setPlotter(PlotterBase *plotter) | ViewBase | [virtual] |
| setPositions() | QtGroupView | |
| setSize(int width, int height) | QCanvasRectangle | |
| size() const | QCanvasRectangle | |
| toCanvasX(double dx) const | QtGroupView | [private, virtual] |
| toCanvasY(double dy) const | QtGroupView | [private, virtual] |
| toView(double x) const | QtViewImp | [inline] |
| toViewX(double datX) const | QtGroupView | [virtual] |
| toViewY(double datY) const | QtGroupView | [virtual] |
| hippodraw::update(const Observable *)=0 | ViewBase | [pure virtual] |
| hippodraw::QtViewImp::update(const Observable *display) | QtViewImp | [protected, virtual] |
| updateDrawRect() | ViewBase | [virtual] |
| hippodraw::userToDrawColor(double c) const =0 | ViewBase | [pure virtual] |
| hippodraw::QtViewImp::userToDrawColor(double c) const | QtViewImp | [virtual] |
| hippodraw::userToDrawX(double x) const =0 | ViewBase | [pure virtual] |
| hippodraw::QtViewImp::userToDrawX(double x) const | QtViewImp | [virtual] |
| hippodraw::userToDrawXAutoInv(double x) const =0 | ViewBase | [pure virtual] |
| hippodraw::QtViewImp::userToDrawXAutoInv(double x) const | QtViewImp | [virtual] |
| hippodraw::userToDrawY(double y) const =0 | ViewBase | [pure virtual] |
| hippodraw::QtViewImp::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 | |
| width() const | QCanvasRectangle | |
| willDelete(const Observable *plotter) | ViewBase | [virtual] |
| ~DataView() | DataView | [protected, virtual] |
| ~GroupViewBase() | GroupViewBase | [virtual] |
| ~Observer() | Observer | [virtual] |
| ~QtGroupView() | QtGroupView | [virtual] |
| ~ViewBase() | ViewBase | [virtual] |