#include <oofhtml.h>
Inheritance diagram for dbRepHTMLTable:


Public Types | |
| enum | ReportStyles { pageWise, columnar } |
Public Member Functions | |
| dbRepHTMLTable (const dbRepSizer &sizer, const dbView &fields, const ReportStyles style=columnar) | |
| dbRepHTMLTable (const dbRepSizer &sizer, const dbRepColWidths colWidths, const dbView &fields, const ReportStyles style=columnar) | |
| void | formatForCharStream () |
| void | draw (std::ostream &) |
| void | drawColumnar (std::ostream &) |
| void | drawPageWise (std::ostream &) |
| void | drawHeader (std::ostream &) |
| void | setStyle (const ReportStyles) |
| void | extract (std::ostream &) |
| char * | copyStr (const char *theString) |
| const OOF_String & | reportTitle () |
| bool | hidden () const |
| void | hide (bool hideIt=true) |
| virtual void | describe (std::ostream &) const |
| Provide human-readable information about object. | |
| virtual oofString | name () const |
Protected Attributes | |
| dbRepSizer | mSizer |
| dbView | mFields |
| ReportStyles | mReportStyle |
| dbRepColWidths | mColWidths |
| bool | mBuilt |
| bool | mHidden |
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
Provide human-readable information about object. Overriden to provide much more detail particularly for dbTable::describe() which provides full schema. Reimplemented in dbTable, dbConnect, dbField, dbChar, dbFixedBinary, and dbRelRefBase. |
|
|
Implements dbRep. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements dbRep. |
|
|
|
|
|
|
|
|
Reimplemented in dbTable, dbConnect, dbField, and OOF_adornerHolder. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.5