#include <Txq2dPolygonArray.h>
Inheritance diagram for Txq2dPolygonArray::

Public Methods | |
| Txq2dPolygonArray (const vector< double > &x, const vector< double > &y, int np=4) | |
| This constructor draws np polygons before lifting the pen. More... | |
| virtual | ~Txq2dPolygonArray () |
| The destructor. More... | |
| void | paint (QPainter *g) |
| Paint the polygons. More... | |
Protected Methods | |
| void | dump (QTextStream *ts) |
| Dump the object contents to the text stream ts. More... | |
Private Attributes | |
| vector<double> | x |
| The X location vector. More... | |
| vector<double> | y |
| The Y location vector. More... | |
| int | npoints |
| The number of points in a polygon. More... | |
Copyright 2000 by Tech-X Corporation
Definition at line 28 of file Txq2dPolygonArray.h.
|
|
This constructor draws np polygons before lifting the pen.
|
|
|
The destructor.
Definition at line 45 of file Txq2dPolygonArray.h. |
|
|
Dump the object contents to the text stream ts.
Reimplemented from TxqDrawable. |
|
|
Paint the polygons.
Reimplemented from Txq2dSegmented. |
|
|
The number of points in a polygon.
Definition at line 78 of file Txq2dPolygonArray.h. |
|
|
The X location vector.
Definition at line 68 of file Txq2dPolygonArray.h. |
|
|
The Y location vector.
Definition at line 73 of file Txq2dPolygonArray.h. |
Copyright Tech-X Corporation, all rights reserved.