#include <oofPlBit.h>
Collaboration diagram for oofPlotBits:

Consider a graph's version of a metafile or pict, these are generated from the information passed into the graph.
Public Member Functions | |
| oofPlotBits () | |
| virtual | ~oofPlotBits () |
| void | append (oofGeo *inItem) |
| void | remove () |
| oofPlotBitsItem * | first () const |
| bool | isEmpty () |
| unsigned long | count () |
| void | draw () |
| void | describe (std::ostream &os) const |
| void | setIdealRect (oofRect &inRect) |
| void | setPaneRect (oofRect &inRect) |
| oofRect | getPaneRect () const |
| oofRect & | getIdealRect () |
| void | clearTransform () |
Protected Member Functions | |
| virtual void | DrawSelf () |
| virtual void | DescribeSelf (std::ostream &os) const |
Protected Attributes | |
| oofTransformationManager | mTransformationManager |
| unsigned long | mCount |
| oofPlotBitsItem * | mFirst |
| oofPlotBitsItem * | mLast |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.5