casa::ExternalAxis Class Reference
Overrides methods of QwtScaleDraw so that the axis can be enabled (supported) but the one drawn by the plot will take up no space and be invisible so that we can draw our own.
More...
#include <ExternalAxis.h>
List of all members.
Public Member Functions |
| ExternalAxis () |
virtual void | draw (QPainter *painter, const QPalette &palette) const |
virtual int | extent (const QPen &pen, const QFont &font) const |
virtual | ~ExternalAxis () |
Detailed Description
Overrides methods of QwtScaleDraw so that the axis can be enabled (supported) but the one drawn by the plot will take up no space and be invisible so that we can draw our own.
Definition at line 40 of file ExternalAxis.h.
Constructor & Destructor Documentation
casa::ExternalAxis::ExternalAxis |
( |
|
) |
|
virtual casa::ExternalAxis::~ExternalAxis |
( |
|
) |
[virtual] |
Member Function Documentation
virtual void casa::ExternalAxis::draw |
( |
QPainter * |
painter, |
|
|
const QPalette & |
palette | |
|
) |
| | const [virtual] |
virtual int casa::ExternalAxis::extent |
( |
const QPen & |
pen, |
|
|
const QFont & |
font | |
|
) |
| | const [virtual] |
The documentation for this class was generated from the following file: