#include </home/clem/local/src/opie/noncore/apps/opie-write/qrichtext_p.h>
Collaboration diagram for Qt3::QTextTableCell:

Public Member Functions | |
| QTextTableCell (QTextTable *table, int row, int column, const QMap< QString, QString > &attr, const QStyleSheetItem *style, const QTextFormat &fmt, const QString &context, QMimeSourceFactory &factory, QStyleSheet *sheet, const QString &doc) | |
| virtual | ~QTextTableCell () |
| QSize | sizeHint () const |
| QSize | minimumSize () const |
| QSize | maximumSize () const |
| QSizePolicy::ExpandData | expanding () const |
| bool | isEmpty () const |
| void | setGeometry (const QRect &) |
| QRect | geometry () const |
| bool | hasHeightForWidth () const |
| int | heightForWidth (int) const |
| void | adjustToPainter (QPainter *) |
| int | row () const |
| int | column () const |
| int | rowspan () const |
| int | colspan () const |
| int | stretch () const |
| QTextDocument * | richText () const |
| QTextTable * | table () const |
| void | draw (QPainter *p, int x, int y, int cx, int cy, int cw, int ch, const QColorGroup &cg, bool selected) |
| QBrush * | backGround () const |
| virtual void | invalidate () |
| int | verticalAlignmentOffset () const |
| int | horizontalAlignmentOffset () const |
Private Attributes | |
| QRect | geom |
| QTextTable * | parent |
| QTextDocument * | richtext |
| int | row_ |
| int | col_ |
| int | rowspan_ |
| int | colspan_ |
| int | stretch_ |
| int | maxw |
| int | minw |
| bool | hasFixedWidth |
| QBrush * | background |
| int | cached_width |
| int | cached_sizehint |
| QMap< QString, QString > | attributes |
| int | align |
Friends | |
| class | QTextTable |
|
||||||||||||||||||||||||||||||||||||||||||||
|
|
Definition at line 7572 of file qrichtext.cpp. References background, and richtext. |
|
|
Definition at line 7645 of file qrichtext.cpp. References Qt3::QTextParagraph::adjustToPainter(), Qt3::QTextDocument::firstParagraph(), Qt3::QTextParagraph::next(), and richtext. |
|
|
Definition at line 569 of file qrichtext_p.h. References background. |
|
|
Definition at line 561 of file qrichtext_p.h. Referenced by Qt3::QTextDocument::parseTable(). |
|
|
Definition at line 559 of file qrichtext_p.h. |
|
||||||||||||||||||||||||||||||||||||||||
|
Definition at line 7668 of file qrichtext.cpp. References background, cached_width, Qt3::QTextTable::cellpadding, Qt3::QTextDocument::doLayout(), Qt3::QTextDocument::draw(), FALSE, g, geom, horizontalAlignmentOffset(), Qt3::QTextTable::innerborder, Qt3::QTextDocument::paper(), parent, richtext, and verticalAlignmentOffset(). |
|
|
Definition at line 7604 of file qrichtext.cpp. |
|
|
Definition at line 7622 of file qrichtext.cpp. References geom. Referenced by Qt3::QTextTable::adjustCells(), Qt3::QTextTable::down(), Qt3::QTextTable::enterAt(), Qt3::QTextTable::format(), Qt3::QTextTable::next(), Qt3::QTextTable::pageBreak(), Qt3::QTextTable::prev(), and Qt3::QTextTable::up(). |
|
|
Definition at line 7627 of file qrichtext.cpp. References TRUE. |
|
|
Definition at line 7632 of file qrichtext.cpp. References cached_width, Qt3::QTextTable::cellpadding, Qt3::QTextDocument::doLayout(), Qt3::QTextDocument::height(), Qt3::QTextTable::innerborder, minw, Qt3::QTextFormat::painter(), parent, and richtext. |
|
|
Definition at line 7654 of file qrichtext.cpp. References Qt3::QTextTable::cellpadding, and parent. Referenced by Qt3::QTextTable::down(), draw(), Qt3::QTextTable::enterAt(), Qt3::QTextTable::next(), Qt3::QTextTable::prev(), and Qt3::QTextTable::up(). |
|
|
Definition at line 90 of file qrichtext_p.cpp. References cached_sizehint, and cached_width. |
|
|
Definition at line 7609 of file qrichtext.cpp. References FALSE. |
|
|
Definition at line 7599 of file qrichtext.cpp. |
|
|
Definition at line 7593 of file qrichtext.cpp. References border_tolerance, Qt3::QTextTable::cellpadding, Qt3::QTextTable::innerborder, Qt3::QTextDocument::minimumWidth(), minw, parent, and richtext. Referenced by sizeHint(). |
|
|
Definition at line 564 of file qrichtext_p.h. Referenced by Qt3::QTextTable::down(), Qt3::QTextTable::enterAt(), Qt3::QTextDocument::focusNextPrevChild(), Qt3::QTextTable::next(), Qt3::QTextTable::pageBreak(), Qt3::QTextDocument::parseTable(), Qt3::QTextTable::prev(), Qt3::QTextTable::richText(), and Qt3::QTextTable::up(). |
|
|
Definition at line 558 of file qrichtext_p.h. Referenced by Qt3::QTextTable::richText(). |
|
|
Definition at line 560 of file qrichtext_p.h. Referenced by Qt3::QTextDocument::parseTable(). |
|
|
Definition at line 7613 of file qrichtext.cpp. References cached_width, Qt3::QTextTable::cellpadding, Qt3::QTextDocument::doLayout(), geom, Qt3::QTextTable::innerborder, Qt3::QTextFormat::painter(), parent, and richtext. Referenced by Qt3::QTextTable::adjustCells(), and Qt3::QTextTable::format(). |
|
|
Definition at line 7580 of file qrichtext.cpp. References border_tolerance, Qt3::QTextTable::cellpadding, Qt3::QTextTable::cellspacing, Qt3::QTextTable::innerborder, maxw, minimumSize(), parent, richtext, stretch_, Qt3::QTextCustomItem::width, and Qt3::QTextDocument::widthUsed(). |
|
|
Definition at line 562 of file qrichtext_p.h. |
|
|
Definition at line 565 of file qrichtext_p.h. |
|
|
Definition at line 7659 of file qrichtext.cpp. References align, Qt::AlignBottom, Qt::AlignVCenter, Qt3::QTextTable::cellpadding, geom, Qt3::QTextDocument::height(), parent, and richtext. Referenced by Qt3::QTextTable::down(), draw(), Qt3::QTextTable::enterAt(), Qt3::QTextTable::next(), Qt3::QTextTable::prev(), and Qt3::QTextTable::up(). |
|
|
Definition at line 534 of file qrichtext_p.h. |
|
|
Definition at line 591 of file qrichtext_p.h. Referenced by QTextTableCell(), and verticalAlignmentOffset(). |
|
|
Definition at line 590 of file qrichtext_p.h. Referenced by QTextTableCell(), and Qt3::QTextTable::richText(). |
|
|
Definition at line 587 of file qrichtext_p.h. Referenced by draw(), QTextTableCell(), and ~QTextTableCell(). |
|
|
Definition at line 589 of file qrichtext_p.h. Referenced by invalidate(), and QTextTableCell(). |
|
|
Definition at line 588 of file qrichtext_p.h. Referenced by draw(), heightForWidth(), invalidate(), QTextTableCell(), and setGeometry(). |
|
|
Definition at line 580 of file qrichtext_p.h. Referenced by Qt3::QTextTable::down(), QTextTableCell(), and Qt3::QTextTable::up(). |
|
|
Definition at line 582 of file qrichtext_p.h. Referenced by QTextTableCell(). |
|
|
Definition at line 576 of file qrichtext_p.h. Referenced by draw(), geometry(), setGeometry(), and verticalAlignmentOffset(). |
|
|
Definition at line 586 of file qrichtext_p.h. Referenced by QTextTableCell(). |
|
|
Definition at line 584 of file qrichtext_p.h. Referenced by QTextTableCell(), and sizeHint(). |
|
|
Definition at line 585 of file qrichtext_p.h. Referenced by heightForWidth(), minimumSize(), and QTextTableCell(). |
|
|
Definition at line 577 of file qrichtext_p.h. Referenced by draw(), heightForWidth(), horizontalAlignmentOffset(), minimumSize(), QTextTableCell(), setGeometry(), sizeHint(), and verticalAlignmentOffset(). |
|
|
Definition at line 578 of file qrichtext_p.h. Referenced by adjustToPainter(), draw(), heightForWidth(), minimumSize(), QTextTableCell(), setGeometry(), sizeHint(), verticalAlignmentOffset(), and ~QTextTableCell(). |
|
|
Definition at line 579 of file qrichtext_p.h. Referenced by Qt3::QTextTable::down(), QTextTableCell(), and Qt3::QTextTable::up(). |
|
|
Definition at line 581 of file qrichtext_p.h. Referenced by QTextTableCell(). |
|
|
Definition at line 583 of file qrichtext_p.h. Referenced by QTextTableCell(), and sizeHint(). |
1.4.2