|
svgui
1.9
|
#include <Layer.h>
Public Member Functions | |
| bool | operator< (const MeasureRect &mr) const |
| void | toXml (QTextStream &stream, QString indent) const |
Public Attributes | |
| QRect | pixrect |
| bool | haveFrames |
| int | startFrame |
| int | endFrame |
| double | startY |
| double | endY |
| bool Layer::MeasureRect::operator< | ( | const MeasureRect & | mr | ) | const |
Definition at line 269 of file Layer.cpp.
References endFrame, haveFrames, pixrect, and startFrame.
| void Layer::MeasureRect::toXml | ( | QTextStream & | stream, |
| QString | indent | ||
| ) | const |
|
mutable |
Definition at line 547 of file Layer.h.
Referenced by Layer::addMeasurementRect(), Layer::measureDrag(), Layer::measureEnd(), operator<(), Layer::paintMeasurementRect(), Layer::setMeasureRectFromPixrect(), SpectrogramLayer::updateMeasureRectYCoords(), and Layer::updateMeasureRectYCoords().
| bool Layer::MeasureRect::haveFrames |
Definition at line 548 of file Layer.h.
Referenced by Layer::addMeasurementRect(), operator<(), Layer::paintMeasurementRect(), and Layer::setMeasureRectFromPixrect().
| int Layer::MeasureRect::startFrame |
Definition at line 549 of file Layer.h.
Referenced by Layer::addMeasurementRect(), operator<(), Layer::paintMeasurementRect(), and Layer::setMeasureRectFromPixrect().
| int Layer::MeasureRect::endFrame |
Definition at line 550 of file Layer.h.
Referenced by Layer::addMeasurementRect(), operator<(), Layer::paintMeasurementRect(), and Layer::setMeasureRectFromPixrect().
| double Layer::MeasureRect::startY |
Definition at line 551 of file Layer.h.
Referenced by Layer::addMeasurementRect(), SpectrogramLayer::setMeasureRectYCoord(), Layer::setMeasureRectYCoord(), SpectrogramLayer::updateMeasureRectYCoords(), and Layer::updateMeasureRectYCoords().
| double Layer::MeasureRect::endY |
Definition at line 552 of file Layer.h.
Referenced by Layer::addMeasurementRect(), SpectrogramLayer::setMeasureRectYCoord(), Layer::setMeasureRectYCoord(), SpectrogramLayer::updateMeasureRectYCoords(), and Layer::updateMeasureRectYCoords().