|
QCAD Application Framework
CAD Application Development and Automation.
|
Represents a hatch pattern line. More...
#include <RPatternLine.h>
Public Member Functions | |
| double | getLength () const |
| QList< RLine > | getLines () const |
| RPainterPath | getPainterPath () const |
| void | rotate (double a) |
| void | scale (double f) |
Public Attributes | |
| double | angle |
| RVector | basePoint |
| QList< double > | dashes |
| RVector | offset |
Represents a hatch pattern line.
| double RPatternLine::getLength | ( | ) | const |
| QList< RLine > RPatternLine::getLines | ( | ) | const |
| RPainterPath RPatternLine::getPainterPath | ( | ) | const |
| void RPatternLine::rotate | ( | double | a | ) |
| void RPatternLine::scale | ( | double | f | ) |
| double RPatternLine::angle |
| RVector RPatternLine::basePoint |
| QList<double> RPatternLine::dashes |
| RVector RPatternLine::offset |