#include </home/clem/local/src/opie/qmake/include/private/qrichtext_p.h>
Collaboration diagram for 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 605 of file qrichtext_p.h. References background. |
|
|
Definition at line 597 of file qrichtext_p.h. |
|
|
Definition at line 595 of file qrichtext_p.h. |
|
||||||||||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 600 of file qrichtext_p.h. |
|
|
Definition at line 594 of file qrichtext_p.h. |
|
|
Definition at line 596 of file qrichtext_p.h. |
|
|
|
|
|
|
|
|
Definition at line 598 of file qrichtext_p.h. |
|
|
Definition at line 601 of file qrichtext_p.h. |
|
|
|
|
|
Definition at line 570 of file qrichtext_p.h. |
|
|
Definition at line 627 of file qrichtext_p.h. |
|
|
Definition at line 626 of file qrichtext_p.h. |
|
|
Definition at line 623 of file qrichtext_p.h. |
|
|
Definition at line 625 of file qrichtext_p.h. |
|
|
Definition at line 624 of file qrichtext_p.h. |
|
|
Definition at line 616 of file qrichtext_p.h. |
|
|
Definition at line 618 of file qrichtext_p.h. |
|
|
Definition at line 612 of file qrichtext_p.h. |
|
|
Definition at line 622 of file qrichtext_p.h. |
|
|
Definition at line 620 of file qrichtext_p.h. |
|
|
Definition at line 621 of file qrichtext_p.h. |
|
|
Definition at line 613 of file qrichtext_p.h. |
|
|
Definition at line 614 of file qrichtext_p.h. |
|
|
Definition at line 615 of file qrichtext_p.h. |
|
|
Definition at line 617 of file qrichtext_p.h. |
|
|
Definition at line 619 of file qrichtext_p.h. |
1.4.2