QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RPatternLine Class Reference

Represents a hatch pattern line. More...

#include <RPatternLine.h>

List of all members.

Public Member Functions

double getLength () const
QList< RLinegetLines () const
RPainterPath getPainterPath () const
void rotate (double a)
void scale (double f)

Public Attributes

double angle
RVector basePoint
QList< double > dashes
RVector offset

Detailed Description

Represents a hatch pattern line.

Scriptable:
This class is wrapped for script environments.
Stream Operator:
Script wrappers of this class use the stream operator for the output of toString().

Member Function Documentation

double RPatternLine::getLength ( ) const
QList< RLine > RPatternLine::getLines ( ) const
RPainterPath RPatternLine::getPainterPath ( ) const
void RPatternLine::rotate ( double  a)
void RPatternLine::scale ( double  f)

Member Data Documentation

double RPatternLine::angle
RVector RPatternLine::basePoint
QList<double> RPatternLine::dashes
RVector RPatternLine::offset

The documentation for this class was generated from the following files: