Public Member Functions | |
int | alpha () const |
Returns alpha channel. | |
qreal | alphaF () const |
Returns alpha channel between 0.0 (transparent) and 1.0 (opaque). | |
int | colorBarWidth () |
LinearColorMap * | colorMapPointer ()/PyName |
int | colorScaleAxis () |
for (int i=0;i< n;i++) | |
End bool | hasColorScale () |
bool | hasLabels () |
QColor | labelsBackgroundColor () |
QColor | labelsColor () |
QFont | labelsFont () |
QPen | labelsFramePen () |
int | labelsFrameStyle () |
QMargins | labelsMargins () |
double | labelsRotation () |
bool | labelsWhiteOut () |
double | labelsXOffset () |
double | labelsYOffset () |
int | levels () |
Matrix * | matrix () |
void | setAlpha (int) |
Set alpha channel for the image. | |
void | setAlphaF (qreal) |
Set alpha channel for the image. | |
void | setColorBarWidth (int width) |
void | setColorMapPen (bool on=true) |
sipCpp | setContourLevels (l) |
void | setContourLevels (SIP_PYTUPLE) |
void | setContourLinePen (int, const QPen &) |
void | setCustomColorMap (const LinearColorMap &map) |
void | setDefaultColorMap () |
void | setGrayScale () |
void | setLabelsBackgroundColor (const QColor &) |
void | setLabelsColor (const QColor &c) |
void | setLabelsFont (const QFont &font) |
void | setLabelsFramePen (const QPen &) |
void | setLabelsFrameStyle (int) |
void | setLabelsMargins (int, int, bool update=true) |
void | setLabelsOffset (double x, double y) |
void | setLabelsRotation (double angle) |
void | setLabelsWhiteOut (bool whiteOut=true) |
void | setLevelsNumber (int) |
bool | setMatrix (Matrix *, bool=false) |
bool | setUseMatrixFormula (bool on=true) |
void | showColorScale (int axis, bool on=true) |
void | showContourLineLabels (bool show=true) |
Spectrogram (Graph *graph, Matrix *m) | |
void | updateData () |
bool | useMatrixFormula () |
Public Attributes | |
MethodCode QList< double > | l |
int | n = PyTuple_Size(a0) |
Private Member Functions | |
Spectrogram (const Spectrogram &) |
Spectrogram::Spectrogram | ( | const Spectrogram & | ) | [private] |
int Spectrogram::alpha | ( | ) | const |
Returns alpha channel.
qreal Spectrogram::alphaF | ( | ) | const |
Returns alpha channel between 0.0 (transparent) and 1.0 (opaque).
int Spectrogram::colorBarWidth | ( | ) |
LinearColorMap* Spectrogram::colorMapPointer | ( | ) |
int Spectrogram::colorScaleAxis | ( | ) |
Spectrogram::for | ( | ) | [inline] |
References l.
End bool Spectrogram::hasColorScale | ( | ) |
bool Spectrogram::hasLabels | ( | ) |
QColor Spectrogram::labelsBackgroundColor | ( | ) |
QColor Spectrogram::labelsColor | ( | ) |
QFont Spectrogram::labelsFont | ( | ) |
QPen Spectrogram::labelsFramePen | ( | ) |
int Spectrogram::labelsFrameStyle | ( | ) |
QMargins Spectrogram::labelsMargins | ( | ) |
double Spectrogram::labelsRotation | ( | ) |
bool Spectrogram::labelsWhiteOut | ( | ) |
double Spectrogram::labelsXOffset | ( | ) |
double Spectrogram::labelsYOffset | ( | ) |
int Spectrogram::levels | ( | ) |
Matrix* Spectrogram::matrix | ( | ) |
void Spectrogram::setAlpha | ( | int | ) |
Set alpha channel for the image.
void Spectrogram::setAlphaF | ( | qreal | ) |
Set alpha channel for the image.
void Spectrogram::setColorBarWidth | ( | int | width | ) |
void Spectrogram::setColorMapPen | ( | bool | on = true |
) |
sipCpp Spectrogram::setContourLevels | ( | l | ) |
void Spectrogram::setContourLevels | ( | SIP_PYTUPLE | ) |
void Spectrogram::setContourLinePen | ( | int | , | |
const QPen & | ||||
) |
void Spectrogram::setCustomColorMap | ( | const LinearColorMap & | map | ) |
void Spectrogram::setDefaultColorMap | ( | ) |
void Spectrogram::setGrayScale | ( | ) |
void Spectrogram::setLabelsBackgroundColor | ( | const QColor & | ) |
void Spectrogram::setLabelsColor | ( | const QColor & | c | ) |
void Spectrogram::setLabelsFont | ( | const QFont & | font | ) |
void Spectrogram::setLabelsFramePen | ( | const QPen & | ) |
void Spectrogram::setLabelsFrameStyle | ( | int | ) |
void Spectrogram::setLabelsMargins | ( | int | , | |
int | , | |||
bool | update = true | |||
) |
void Spectrogram::setLabelsOffset | ( | double | x, | |
double | y | |||
) |
void Spectrogram::setLabelsRotation | ( | double | angle | ) |
void Spectrogram::setLabelsWhiteOut | ( | bool | whiteOut = true |
) |
void Spectrogram::setLevelsNumber | ( | int | ) |
bool Spectrogram::setMatrix | ( | Matrix * | , | |
bool | = false | |||
) |
bool Spectrogram::setUseMatrixFormula | ( | bool | on = true |
) |
void Spectrogram::showColorScale | ( | int | axis, | |
bool | on = true | |||
) |
void Spectrogram::showContourLineLabels | ( | bool | show = true |
) |
void Spectrogram::updateData | ( | ) |
bool Spectrogram::useMatrixFormula | ( | ) |
MethodCode QList<double> Spectrogram::l |
Referenced by for().
int Spectrogram::n = PyTuple_Size(a0) |