#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 60 of file qwt3dScale.h.
RowScale::RowScale |
( |
const std::vector< std::string > * |
vos, |
|
|
int |
showRow = -1 |
|
) |
| |
Definition at line 138 of file qwt3dScale.cpp.
Referenced by clone().
The standard (1:1) mapping class for axis numbering.
const std::vector< std::string > * mpRowsDes
Qwt3D::Scale* RowScale::clone |
( |
| ) |
const |
|
inlineprotected |
Definition at line 65 of file qwt3dScale.h.
References RowScale().
RowScale(const std::vector< std::string > *vos, int showRow=-1)
QString RowScale::ticLabel |
( |
unsigned int |
idx | ) |
const |
Definition at line 144 of file qwt3dScale.cpp.
References mpRowsDes, and showRow.
148 if ((
mpRowsDes->size() - 1) < idx)
return QString(
"");
150 if (
showRow == (
unsigned int) - 1)
153 a = (*mpRowsDes)[idx];
154 return (QString(a.c_str()));
161 a = (*mpRowsDes)[idx];
162 return (QString(a.c_str()));
const std::vector< std::string > * mpRowsDes
friend class Qwt3D::qwt3d_ptr< Scale > |
|
friend |
const std::vector<std::string>* RowScale::mpRowsDes |
unsigned int RowScale::showRow |
The documentation for this class was generated from the following files: