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


Public Types | |
| enum | blockAlignT { alignLeft, alignCentre, alignRight } |
Public Member Functions | |
| oofRepFieldBlock (dbField *, oofRepTextStyle *adoptedStyle=0) | |
| oofRepFieldBlock (const oofString &leadingText, dbField *, oofRepTextStyle *adoptedStyle=0) | |
| oofRepFieldBlock (const oofString &leadingText, dbField *, const oofString &trailingText, oofRepTextStyle *adoptedStyle=0) | |
| virtual | ~oofRepFieldBlock () |
| virtual oofRepBlock * | clone () const |
| virtual oofString | getCellText (bool *outIsEditable=0, oofString *outLocationName=0, long row=0, short col=0) const |
| virtual void | setCellText (const oofString &, long row=0, short col=0) |
| virtual oofString | text () const |
| oofString | leadingText () const |
| oofString | trailingText () const |
| virtual unsigned int | countCells () const |
| virtual void | makeRender (const oofRepMacEnv &env) |
| virtual void | makeRender (const oofRepWinEnv &env) |
| virtual void | makeRender (const oofRepTextEnv &env) |
| virtual void | makeRender (const oofRepRTFEnv &env) |
| virtual void | makeRender (const oofRepHTMLEnv &env) |
| virtual void | makeRender (const oofRepCSVEnv &env) |
| virtual void | makeRender (const oofRepTSVEnv &env) |
| virtual void | makeRender (const oofRepXMLEnv &env) |
| virtual void | makeRender (const oofRepEditingEnv &) |
| Just make a renderer for the GUI environment as if not editing because by default most drawables are not editable! | |
| virtual oofRepTextStyle * | textStyle () const |
| void | textStyle (oofRepTextStyle *adoptedStyle) |
| Set style owned by this object. | |
| void | textStyle (const char *fontName, unsigned short fontSize, unsigned char styleNum=0, short leading=0, oofColor color=oofColor::Black) |
| Set style owned by this object, creating from the font parameters. | |
| blockAlignT | align () const |
| oofRepBlock & | align (blockAlignT) |
| bool | moveDownAfter () const |
| Indicate if a layout band should start a new row of blocks. | |
| oofRepBlock & | moveDownAfter (bool) |
| Set the flag to be returned by moveDownAfter(). | |
| virtual unsigned long | fixedHeight () |
| unsigned long | fixedWidth () |
| oofRepBlock & | fixedWidth (unsigned long) |
| virtual void | finishConstruction () |
| null base method occasionally overriden | |
| virtual void | draw () |
| central default call for drawing, but still able to be overriden in extreme cases. | |
| virtual void | describeLayout () |
| central default call like draw() but still able to be overriden in extreme cases. | |
| virtual dbView * | view (unsigned short whichView=0) const |
| Request a dbView which may be the source of data for the item. | |
| virtual unsigned long | width () |
| virtual oofRepEditLink * | makeEditLink (const oofRepEditingEnv &) |
| Make an editor for this drawable - by default return a null link. | |
| oofString | ID () const |
| void | ID (const oofString &) |
| void | clearID () |
| oofRepTextStyle * | localTextStyle () const |
| Get style owned by this object. | |
| oofRepTextStyle * | uniqueTextStyle () |
| Get a style unique to this object, cloning the one we'd normally use if necessary. | |
| oofAdornerList & | adorners () |
| bool | hasAdorners () const |
Protected Member Functions | |
| virtual oofString | MiddleText () const |
Protected Attributes | |
| oofString | mTrailingText |
| oofString | mText |
| unsigned long | mFixedWidth |
| blockAlignT | mAlignment |
| bool | mMoveDownAfter |
| oofRepRender * | mRender |
| oofString | mID |
| oofRepTextStyle * | mStyle |
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from oofRepTextBlock. |
|
|
Reimplemented from oofRepTextBlock. |
|
|
central default call like draw() but still able to be overriden in extreme cases. Provides a second virtual function for renderers used by backends such as XML which have distinct drawing time and declarative time operations |
|
|
central default call for drawing, but still able to be overriden in extreme cases. Now that all is factored out to the render objects (Strategy pattern) we shouldn't need to do anything.regarding actual output Reimplemented in oofRepGraphBand, oofRepLayoutBand, and oofRepViewBand. |
|
|
null base method occasionally overriden
Reimplemented in oofRepGraphBand. |
|
|
Reimplemented from oofRepDrawable. Reimplemented in oofRepPictBlock. |
|
|
|
|
|
|
|
||||||||||||||||||||
|
Reimplemented from oofRepTextBlock. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Get style owned by this object.
|
|
|
Make an editor for this drawable - by default return a null link. Note that this is separated from the making of render wrappers as editing may have its own complexities - a given drawable may therefore provide a subclassed edit link but use standard wrapping. Reimplemented in oofRepViewBand. |
|
|
Just make a renderer for the GUI environment as if not editing because by default most drawables are not editable!
Reimplemented from oofRepDrawable. |
|
|
Reimplemented from oofRepDrawable. Reimplemented in oofRepPageNoBlock. |
|
|
Reimplemented from oofRepDrawable. |
|
|
Reimplemented from oofRepDrawable. |
|
|
Reimplemented from oofRepDrawable. |
|
|
Reimplemented from oofRepDrawable. Reimplemented in oofRepPageNoBlock. |
|
|
Reimplemented from oofRepDrawable. |
|
|
Reimplemented from oofRepDrawable. |
|
|
Reimplemented from oofRepDrawable. |
|
|
Implements oofRepBracketedTextBlock. |
|
|
Set the flag to be returned by moveDownAfter(). Same effect achieved by ending an oofRepTextBlock with a linefeed. |
|
|
Indicate if a layout band should start a new row of blocks.
|
|
||||||||||||||||
|
Reimplemented from oofRepTextBlock. |
|
|
Reimplemented from oofRepTextBlock. |
|
||||||||||||||||||||||||
|
Set style owned by this object, creating from the font parameters.
|
|
|
Set style owned by this object.
|
|
|
Reimplemented from oofRepTextStylable. |
|
|
|
|
|
Get a style unique to this object, cloning the one we'd normally use if necessary.
|
|
|
Request a dbView which may be the source of data for the item.
Reimplemented in oofRepGraphBand, and oofRepViewBand. |
|
|
Reimplemented in oofRepPictBlock. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.5