Public Member Functions | |
double | begin () |
double | binCount () |
double | binSize () |
double | end () |
bool | hiddenBins () const |
bool | loadData () |
Matrix * | matrix () |
double | maximum () |
double | mean () |
double | minimum () |
QwtHistogram (Matrix *m) | |
QwtHistogram (Table *t, const QString &name, int startRow=0, int endRow=-1) | |
void | setAutoBinning (bool autoBin=true) |
End void | setBinCount (int count, double begin, double end) |
void | setBinning (double size, double begin, double end) |
MethodCode sipCpp | setBinSize (a0, a1, a2) |
void | setBinSize (double size, double begin, double end) |
void | setHiddenBins (bool) |
double | standardDeviation () |
Private Member Functions | |
QwtHistogram (const QwtHistogram &) |
QwtHistogram::QwtHistogram | ( | Table * | t, | |
const QString & | name, | |||
int | startRow = 0 , |
|||
int | endRow = -1 | |||
) |
QwtHistogram::QwtHistogram | ( | Matrix * | m | ) |
QwtHistogram::QwtHistogram | ( | const QwtHistogram & | ) | [private] |
double QwtHistogram::begin | ( | ) |
double QwtHistogram::binCount | ( | ) |
double QwtHistogram::binSize | ( | ) |
double QwtHistogram::end | ( | ) |
bool QwtHistogram::hiddenBins | ( | ) | const |
bool QwtHistogram::loadData | ( | ) |
Matrix* QwtHistogram::matrix | ( | ) |
double QwtHistogram::maximum | ( | ) |
double QwtHistogram::mean | ( | ) |
double QwtHistogram::minimum | ( | ) |
void QwtHistogram::setAutoBinning | ( | bool | autoBin = true |
) |
End void QwtHistogram::setBinCount | ( | int | count, | |
double | begin, | |||
double | end | |||
) |
void QwtHistogram::setBinning | ( | double | size, | |
double | begin, | |||
double | end | |||
) |
MethodCode sipCpp QwtHistogram::setBinSize | ( | a0 | , | |
a1 | , | |||
a2 | ||||
) |
void QwtHistogram::setBinSize | ( | double | size, | |
double | begin, | |||
double | end | |||
) |
void QwtHistogram::setHiddenBins | ( | bool | ) |
double QwtHistogram::standardDeviation | ( | ) |