#include <oofDStyl.h>
Collaboration diagram for oofDrawStyleArray:

Provides both append() and operator<<() interfaces for choice of program style. oofDrawStyle& parameters are copied. Can adopt an entire oofDrawStyleArray to allow efficiently passing objects.
Public Member Functions | |
| oofDrawStyleArray () | |
| ~oofDrawStyleArray () | |
| void | append (oofDrawStyle &) |
| oofDrawStyleArray & | operator<< (oofDrawStyle *) |
| oofDrawStyleArray & | operator<< (oofDrawStyle &) |
| const oofDrawStyle & | item (unsigned long index) const |
| void | adopt (oofDrawStyleArray *) |
| adopts the storage of the array passed in, appending to the end of the current storage. | |
| unsigned long | count () const |
| void | deleteAll () |
|
|
|
|
|
|
|
|
adopts the storage of the array passed in, appending to the end of the current storage. thus we work at a lower level than normal - we are just grabbing these items directly rather than copying as in our normal append() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.5