#include <oofrep.h>
Collaboration diagram for oofRepBandList:

Public Types | |
| enum | keepTogetherT { eDefaultTogether, eKeepTogether, eAllowSplit } |
Public Member Functions | |
| oofRepBandList (keepTogetherT keepTogether=eDefaultTogether) | |
| oofRepBandList (const oofRepBandList &) | |
| const oofRepBandList & | operator= (const oofRepBandList &) |
| ~oofRepBandList () | |
| oofRepBandList * | clone () |
| unsigned long | minHeight () const |
| bool | keepTogether () const |
| void | keepTogether (bool) |
| void | start () |
| bool | more () const |
| void | next () |
| void | deleteItem (unsigned long index) |
| unsigned long | count () const |
| oofRepBand * | operator() () |
| oofRepBand * | operator[] (unsigned long index) |
| oofRepBand * | current () |
| oofRepBand * | value (unsigned long) const |
| void | append (oofRepBand *adoptedBand) |
| oofRepBandList & | operator<< (oofRepBand *adoptedBand) |
| oofRepBandList & | operator<< (const oofRepBand &prototypeBand) |
| unsigned long | fixedHeight () |
| void | finishConstruction () |
| void | describe (std::ostream &os) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.5