#include <qwt3dScale.h>
|
Qwt3D::Scale * | clone () const |
|
int | autoscale (double &a, double &b, double start, double stop, int ivals) |
| Applies LinearAutoScaler::execute() More...
|
|
void | calculate () |
| Creates the major and minor vector for the scale. More...
|
|
Qwt3D::Scale * | clone () const |
| Returns a new heap based object utilized from qwt3d_ptr. More...
|
|
Definition at line 47 of file qwt3dScale.h.
ColumnScale::ColumnScale |
( |
const std::vector< std::string > * |
vos, |
|
|
int |
showColumn = -1 |
|
) |
| |
Definition at line 171 of file qwt3dScale.cpp.
Referenced by clone().
The standard (1:1) mapping class for axis numbering.
const std::vector< std::string > * mpColumnsDes
Qwt3D::Scale* ColumnScale::clone |
( |
| ) |
const |
|
inlineprotected |
Definition at line 52 of file qwt3dScale.h.
References ColumnScale().
ColumnScale(const std::vector< std::string > *vos, int showColumn=-1)
QString ColumnScale::ticLabel |
( |
unsigned int |
idx | ) |
const |
|
virtual |
Definition at line 177 of file qwt3dScale.cpp.
References mpColumnsDes, and showColumn.
181 if ((
mpColumnsDes->size() - 1) < idx)
return QString(
"");
186 a = (*mpColumnsDes)[idx];
187 return (QString(a.c_str()));
194 a = (*mpColumnsDes)[idx];
195 return (QString(a.c_str()));
const std::vector< std::string > * mpColumnsDes
friend class Qwt3D::qwt3d_ptr< Scale > |
|
friend |
const std::vector<std::string>* ColumnScale::mpColumnsDes |
unsigned int ColumnScale::showColumn |
The documentation for this class was generated from the following files: