#include <Plot2d_ViewFrame.h>
| Plot2d_AxisScaleDraw::Plot2d_AxisScaleDraw |
( |
Plot2d_Plot2d * |
plot | ) |
|
| Plot2d_AxisScaleDraw::~Plot2d_AxisScaleDraw |
( |
| ) |
|
|
virtual |
| void Plot2d_AxisScaleDraw::applyTicks |
( |
| ) |
|
| void Plot2d_AxisScaleDraw::draw |
( |
QPainter * |
painter, |
|
|
const QPalette & |
palette |
|
) |
| const |
|
virtual |
| void Plot2d_AxisScaleDraw::drawLabel |
( |
QPainter * |
painter, |
|
|
double |
value |
|
) |
| const |
|
protected |
| void Plot2d_AxisScaleDraw::drawTick |
( |
QPainter * |
painter, |
|
|
double |
value, |
|
|
int |
len |
|
) |
| const |
|
protected |
| double Plot2d_AxisScaleDraw::extent |
( |
const QFont & |
font | ) |
const |
| QwtText Plot2d_AxisScaleDraw::label |
( |
double |
value | ) |
const |
|
virtual |
| void Plot2d_AxisScaleDraw::setInterval |
( |
double |
lowerBound, |
|
|
double |
upperBound |
|
) |
| |
| void Plot2d_AxisScaleDraw::setLabelTick |
( |
double |
value, |
|
|
QString |
label, |
|
|
bool |
isDevice = false |
|
) |
| |
| void Plot2d_AxisScaleDraw::setTicks |
( |
const QList< double > |
aTicks | ) |
|
| void Plot2d_AxisScaleDraw::unactivTicksDrawing |
( |
int |
numcall | ) |
|
| const int Plot2d_AxisScaleDraw::DEVICE_BY = 40 |
|
static |
| const QString Plot2d_AxisScaleDraw::DEVICE_FONT = QString("Times") |
|
static |
| const int Plot2d_AxisScaleDraw::DEVICE_FONT_SIZE = 12 |
|
static |
| bool Plot2d_AxisScaleDraw::myActivTicksDrawing |
|
private |
| QMap<double, QString> Plot2d_AxisScaleDraw::myLabelDevice |
|
private |
| QMap<double, QString> Plot2d_AxisScaleDraw::myLabelX |
|
private |
| double Plot2d_AxisScaleDraw::myLowerBound |
|
private |
| int Plot2d_AxisScaleDraw::myNumTicksDrawingCall |
|
private |
| QList<double> Plot2d_AxisScaleDraw::myTicks |
|
private |
| double Plot2d_AxisScaleDraw::myUpperBound |
|
private |
The documentation for this class was generated from the following files: