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

Public Methods | |
| Txq2dLineArray (const vector< double > &x, const vector< double > &y, QColor color, int np=2) | |
| This constructor draws np line segments before lifting the pen. More... | |
| virtual | ~Txq2dLineArray () |
| The destructor. More... | |
| void | paint (QPainter *g) |
| Paints the line array. More... | |
Protected Methods | |
| void | dump (QTextStream *ts) |
| Dump the object contents to the text stream ts. More... | |
Private Attributes | |
| QColor | color |
| The color vector. More... | |
| vector<double> | x |
| The X location vector. More... | |
| vector<double> | y |
| The Y location vector. More... | |
| int | npoints |
| The number of points in a line segment. More... | |
Copyright 2000 by Tech-X Corporation
Definition at line 37 of file Txq2dLineArray.h.
|
|
This constructor draws np line segments before lifting the pen.
|
|
|
The destructor.
Definition at line 56 of file Txq2dLineArray.h. |
|
|
Dump the object contents to the text stream ts.
Reimplemented from TxqDrawable. |
|
|
Paints the line array.
Reimplemented from Txq2dDrawable. |
|
|
The color vector.
Reimplemented from TxqDrawable. Definition at line 79 of file Txq2dLineArray.h. |
|
|
The number of points in a line segment.
Definition at line 94 of file Txq2dLineArray.h. |
|
|
The X location vector.
Definition at line 84 of file Txq2dLineArray.h. |
|
|
The Y location vector.
Definition at line 89 of file Txq2dLineArray.h. |
Copyright Tech-X Corporation, all rights reserved.