#include <ExternalAxisWidgetLeft.h>
Public Member Functions | |
ExternalAxisWidgetLeft (QWidget *parent, QwtPlot *plot, bool leftAxisInternal, bool bottomAxisInternal, bool rightAxisInternal) | |
virtual | ~ExternalAxisWidgetLeft () |
Protected Member Functions | |
virtual void | defineAxis (QLine &axisLine) |
virtual void | drawAxisLabel (QPainter *painter) |
virtual void drawTicks( QPainter* painter, int tickLength ); | |
virtual void | drawTick (QPainter *painter, double yPixel, double value, int tickLength) |
Definition at line 33 of file ExternalAxisWidgetLeft.h.
casa::ExternalAxisWidgetLeft::ExternalAxisWidgetLeft | ( | QWidget * | parent, | |
QwtPlot * | plot, | |||
bool | leftAxisInternal, | |||
bool | bottomAxisInternal, | |||
bool | rightAxisInternal | |||
) |
virtual casa::ExternalAxisWidgetLeft::~ExternalAxisWidgetLeft | ( | ) | [virtual] |
virtual void casa::ExternalAxisWidgetLeft::defineAxis | ( | QLine & | axisLine | ) | [protected, virtual] |
Implements casa::ExternalAxisWidget.
virtual void casa::ExternalAxisWidgetLeft::drawAxisLabel | ( | QPainter * | painter | ) | [protected, virtual] |
virtual void drawTicks( QPainter* painter, int tickLength );
Implements casa::ExternalAxisWidget.
virtual void casa::ExternalAxisWidgetLeft::drawTick | ( | QPainter * | painter, | |
double | yPixel, | |||
double | value, | |||
int | tickLength | |||
) | [protected, virtual] |
Implements casa::ExternalAxisWidgetVertical.