#include <Layer.h>
Definition at line 476 of file Layer.h.
Public Member Functions | |
| bool | operator< (const MeasureRect &mr) const |
| void | toXml (QTextStream &stream, QString indent) const |
Public Attributes | |
| QRect | pixrect |
| bool | haveFrames |
| long | startFrame |
| long | endFrame |
| double | startY |
| double | endY |
| bool Layer::MeasureRect::operator< | ( | const MeasureRect & | mr | ) | const |
| void Layer::MeasureRect::toXml | ( | QTextStream & | stream, | |
| QString | indent | |||
| ) | const |
Definition at line 299 of file Layer.cpp.
References endFrame, endY, haveFrames, pixrect, startFrame, and startY.
QRect Layer::MeasureRect::pixrect [mutable] |
Definition at line 478 of file Layer.h.
Referenced by Layer::addMeasurementRect(), Layer::measureDrag(), Layer::measureEnd(), operator<(), Layer::paintMeasurementRect(), Layer::setMeasureRectFromPixrect(), toXml(), and Layer::updateMeasureRectYCoords().
Definition at line 479 of file Layer.h.
Referenced by Layer::addMeasurementRect(), operator<(), Layer::paintMeasurementRect(), Layer::setMeasureRectFromPixrect(), and toXml().
Definition at line 480 of file Layer.h.
Referenced by Layer::addMeasurementRect(), operator<(), Layer::paintMeasurementRect(), Layer::setMeasureRectFromPixrect(), and toXml().
Definition at line 481 of file Layer.h.
Referenced by Layer::addMeasurementRect(), operator<(), Layer::paintMeasurementRect(), Layer::setMeasureRectFromPixrect(), and toXml().
| double Layer::MeasureRect::startY |
Definition at line 482 of file Layer.h.
Referenced by Layer::addMeasurementRect(), Layer::setMeasureRectYCoord(), toXml(), and Layer::updateMeasureRectYCoords().
| double Layer::MeasureRect::endY |
Definition at line 483 of file Layer.h.
Referenced by Layer::addMeasurementRect(), Layer::setMeasureRectYCoord(), toXml(), and Layer::updateMeasureRectYCoords().
1.5.1