#include <oofrep.h>
Inheritance diagram for oofRepBreakEveryRecord:


Commonly used in reports where you have nested data, eg: student results where each student starts a new page.
Public Member Functions | |
| oofRepBreakEveryRecord (oofRepBand *adoptedBand=0, bool newPageEveryTime=false) | |
| virtual | ~oofRepBreakEveryRecord () |
| virtual oofRepBreak * | clone () |
| virtual bool | breaks () |
| virtual oofString | serialize () const |
| virtual oofString | signature () const |
| virtual void | finishConstruction () |
| void | newPageEveryTime (bool) |
| virtual bool | newPage () |
| oofRepBand * | band () const |
Static Public Member Functions | |
| void | registerSerializable () |
| oofSerializable * | makeBreak (const oofString &) |
| oofString | makeSerializableElement (oofSerializable *, const char *tag, oofIDfactory *idFactory, bool writeID=false, const char *otherAttributes=0) |
Protected Attributes | |
| oofRepBand * | mBand |
| bool | mNewPageEveryTime |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
Implements oofRepBreak. |
|
|
Implements oofRepBreak. |
|
|
|
|
|
|
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from oofSerializable. |
|
|
Implements oofSerializable. |
|
|
|
|
|
|
1.3.5