, including all inherited members.
| AxisRepBase() | AxisRepBase | |
| AxisRepBase(const AxisRepBase &axis_rep) | AxisRepBase | |
| beginPlot(ViewBase &view) | AxisRepBase | |
| clone()=0 | AxisRepBase | [pure virtual] |
| drawAllXTicks(const AxisModelBase &axisModelX, const AxisModelBase &axisModelY, const TransformBase &transform, ViewBase &view) | AxisRepBase | [virtual] |
| drawAllYTicks(const AxisModelBase &axisModelX, const AxisModelBase &axisModelY, const TransformBase &transform, ViewBase &view) | AxisRepBase | [virtual] |
| drawAllZTicks(const AxisModelBase &axis_model, const TransformBase &transform, ViewBase &view)=0 | AxisRepBase | [pure virtual] |
| drawAxesLines(TransformBase &transform, ViewBase &view, const Range &x_range, const Range &y_range) | AxisRepBase | [virtual] |
| drawColorScale(const BinToColor &, ViewBase &) | AxisRepBase | [virtual] |
| drawCrossHairs(double x, double y, TransformBase &transform, ViewBase &view) | AxisRepBase | [virtual] |
| drawGridLines(const AxisModelBase &axisModelX, const AxisModelBase &axisModelY, TransformBase &transform, ViewBase &view) | AxisRepBase | [virtual] |
| drawReferencePoint(const AxisModelBase &axisModel, ViewBase &base, const std::string &ref) | AxisRepBase | |
| drawTitle(ViewBase &view, const std::string &title) | AxisRepBase | [virtual] |
| drawXLabels(const AxisModelBase &axis_model, ViewBase &view, const std::string &x_label) | AxisRepBase | |
| drawXMag(const AxisModelBase &axisModel, ViewBase &view, const std::string &mag="") | AxisRepBase | |
| drawXTickLabel(const std::string &label, float x, float y, ViewBase &view) | AxisRepBase | [protected] |
| drawXTickLabels(const AxisModelBase &axisModelX, const AxisModelBase &axisModelY, const TransformBase &transform, ViewBase &view) | AxisRepBase | [protected] |
| drawXTickLines(const AxisModelBase &axisModelX, const AxisModelBase &axisModelY, const TransformBase &transform, ViewBase &view) | AxisRepBase | [protected] |
| drawYLabels(const AxisModelBase &axis_model, ViewBase &view, const std::string &y_label) | AxisRepBase | |
| drawYMag(const AxisModelBase &axisModel, ViewBase &view, const std::string &mag="") | AxisRepBase | |
| drawYTickLabel(const std::string &label, float x, float y, ViewBase &view) | AxisRepBase | [protected] |
| drawYTickLabels(const AxisModelBase &axisModelX, const AxisModelBase &axisModelY, const TransformBase &transform, ViewBase &view) | AxisRepBase | [protected] |
| drawYTickLabels(const std::vector< AxisTick > &ticks, const std::vector< float > &xv, const std::vector< float > &yv, ViewBase &view) | AxisRepBase | [protected] |
| drawYTickLines(const AxisModelBase &axisModelX, const AxisModelBase &axisModelY, const TransformBase &transform, ViewBase &view) | AxisRepBase | [protected] |
| drawZLabels(const AxisModelBase &axis_model, ViewBase &view, const std::string &z_label)=0 | AxisRepBase | [pure virtual] |
| initAxisRect(ViewBase &view) | AxisRepBase | [protected] |
| m_axis_height | AxisRepBase | [protected] |
| m_axis_width | AxisRepBase | [protected] |
| m_axis_x_origin | AxisRepBase | [protected] |
| m_axis_y_origin | AxisRepBase | [protected] |
| m_draw_titles | AxisRepBase | [protected] |
| m_font_size | AxisRepBase | [protected] |
| m_sci_note_x | AxisRepBase | [protected] |
| m_sci_note_y | AxisRepBase | [protected] |
| m_titleFont | AxisRepBase | [protected] |
| m_x_font_size | AxisRepBase | [protected] |
| m_x_tick_font_size | AxisRepBase | [protected] |
| m_xLabelFont | AxisRepBase | [protected] |
| m_y_font_size | AxisRepBase | [protected] |
| m_y_tick_font_size | AxisRepBase | [protected] |
| m_yLabelFont | AxisRepBase | [protected] |
| m_z_font_size | AxisRepBase | [protected] |
| m_zLabelFont | AxisRepBase | [protected] |
| setDrawTitles(bool set) | AxisRepBase | |
| setFontSize(const AxisModelBase *x_axis, const AxisModelBase *y_axis, const AxisModelBase *z_axis, ViewBase &view) | AxisRepBase | [virtual] |
| setTitleFont(FontBase *font) | AxisRepBase | |
| setXFontSize(const AxisModelBase &axis_model, ViewBase &view) | AxisRepBase | |
| setXLabelFont(FontBase *font) | AxisRepBase | |
| setYFontSize(const AxisModelBase &axis_model, ViewBase &view) | AxisRepBase | |
| setYLabelFont(FontBase *font) | AxisRepBase | |
| setZFontSize(const AxisModelBase &axis_model, ViewBase &view) | AxisRepBase | |
| setZLabelFont(FontBase *font) | AxisRepBase | |
| titleFont() | AxisRepBase | |
| xLabelFont() | AxisRepBase | |
| yLabelFont() | AxisRepBase | |
| zLabelFont() | AxisRepBase | |
| ~AxisRepBase() | AxisRepBase | [virtual] |