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

Public Member Functions | |
| QTextParagraph (QTextDocument *d, QTextParagraph *pr=0, QTextParagraph *nx=0, bool updateIds=TRUE) | |
| virtual | ~QTextParagraph () |
| QTextString * | string () const |
| QTextStringChar * | at (int i) const |
| int | leftGap () const |
| int | length () const |
| void | setListStyle (QStyleSheetItem::ListStyle ls) |
| QStyleSheetItem::ListStyle | listStyle () const |
| void | setListItem (bool li) |
| bool | isListItem () const |
| void | setListValue (int v) |
| int | listValue () const |
| void | setListDepth (int depth) |
| int | listDepth () const |
| QTextDocument * | document () const |
| QTextParagraphPseudoDocument * | pseudoDocument () const |
| QRect | rect () const |
| void | setHeight (int h) |
| void | show () |
| void | hide () |
| bool | isVisible () const |
| QTextParagraph * | prev () const |
| QTextParagraph * | next () const |
| void | setPrev (QTextParagraph *s) |
| void | setNext (QTextParagraph *s) |
| void | insert (int index, const QString &s) |
| void | insert (int index, const QChar *unicode, int len) |
| void | append (const QString &s, bool reallyAtEnd=FALSE) |
| void | truncate (int index) |
| void | remove (int index, int len) |
| void | join (QTextParagraph *s) |
| void | invalidate (int chr) |
| void | move (int &dy) |
| void | format (int start=-1, bool doMove=TRUE) |
| bool | isValid () const |
| bool | hasChanged () const |
| void | setChanged (bool b, bool recursive=FALSE) |
| int | lineHeightOfChar (int i, int *bl=0, int *y=0) const |
| QTextStringChar * | lineStartOfChar (int i, int *index=0, int *line=0) const |
| int | lines () const |
| QTextStringChar * | lineStartOfLine (int line, int *index=0) const |
| int | lineY (int l) const |
| int | lineBaseLine (int l) const |
| int | lineHeight (int l) const |
| void | lineInfo (int l, int &y, int &h, int &bl) const |
| void | setSelection (int id, int start, int end) |
| void | removeSelection (int id) |
| int | selectionStart (int id) const |
| int | selectionEnd (int id) const |
| bool | hasSelection (int id) const |
| bool | hasAnySelection () const |
| bool | fullSelected (int id) const |
| void | setEndState (int s) |
| int | endState () const |
| void | setParagId (int i) |
| int | paragId () const |
| bool | firstPreProcess () const |
| void | setFirstPreProcess (bool b) |
| void | indent (int *oldIndent=0, int *newIndent=0) |
| void | setExtraData (QTextParagraphData *data) |
| QTextParagraphData * | extraData () const |
| QMap< int, QTextLineStart * > & | lineStartList () |
| void | setFormat (int index, int len, QTextFormat *f, bool useCollection=TRUE, int flags=-1) |
| void | setAlignment (int a) |
| int | alignment () const |
| virtual void | paint (QPainter &painter, const QColorGroup &cg, QTextCursor *cursor=0, bool drawSelections=FALSE, int clipx=-1, int clipy=-1, int clipw=-1, int cliph=-1) |
| virtual int | topMargin () const |
| virtual int | bottomMargin () const |
| virtual int | leftMargin () const |
| virtual int | firstLineMargin () const |
| virtual int | rightMargin () const |
| virtual int | lineSpacing () const |
| void | registerFloatingItem (QTextCustomItem *i) |
| void | unregisterFloatingItem (QTextCustomItem *i) |
| void | setFullWidth (bool b) |
| bool | isFullWidth () const |
| QTextTableCell * | tableCell () const |
| QBrush * | background () const |
| int | documentWidth () const |
| int | documentVisibleWidth () const |
| int | documentX () const |
| int | documentY () const |
| QTextFormatCollection * | formatCollection () const |
| QTextFormatter * | formatter () const |
| virtual int | nextTab (int i, int x) |
| int * | tabArray () const |
| void | setTabArray (int *a) |
| void | setTabStops (int tw) |
| void | adjustToPainter (QPainter *p) |
| void | setNewLinesAllowed (bool b) |
| bool | isNewLinesAllowed () const |
| QString | richText () const |
| void | addCommand (QTextCommand *cmd) |
| QTextCursor * | undo (QTextCursor *c=0) |
| QTextCursor * | redo (QTextCursor *c=0) |
| QTextCommandHistory * | commands () const |
| virtual void | copyParagData (QTextParagraph *parag) |
| void | setBreakable (bool b) |
| bool | isBreakable () const |
| void | setBackgroundColor (const QColor &c) |
| QColor * | backgroundColor () const |
| void | clearBackgroundColor () |
| void | setMovedDown (bool b) |
| bool | wasMovedDown () const |
| void | setDirection (QChar::Direction d) |
| QChar::Direction | direction () const |
| void | readStyleInformation (QDataStream &stream) |
| void | writeStyleInformation (QDataStream &stream) const |
Protected Member Functions | |
| virtual void | drawLabel (QPainter *p, int x, int y, int w, int h, int base, const QColorGroup &cg) |
| virtual void | drawString (QPainter &painter, const QString &str, int start, int len, int xstart, int y, int baseLine, int w, int h, int selection, QTextStringChar *formatChar, const QColorGroup &cg, bool rightToLeft) |
Private Member Functions | |
| QMap< int, QTextParagraphSelection > & | selections () const |
| QPtrList< QTextCustomItem > & | floatingItems () const |
| QBrush | backgroundBrush (const QColorGroup &cg) |
| void | invalidateStyleCache () |
Private Attributes | |
| QMap< int, QTextLineStart * > | lineStarts |
| int | invalid |
| QRect | r |
| QTextParagraph * | p |
| QTextParagraph * | n |
| void * | docOrPseudo |
| uint | changed: 1 |
| uint | firstFormat: 1 |
| uint | firstPProcess: 1 |
| uint | needPreProcess: 1 |
| uint | fullWidth: 1 |
| uint | lastInFrame: 1 |
| uint | visible: 1 |
| uint | breakable: 1 |
| uint | movedDown: 1 |
| uint | mightHaveCustomItems: 1 |
| uint | hasdoc: 1 |
| uint | litem: 1 |
| uint | rtext: 1 |
| int | align: 4 |
| int | state |
| int | id |
| QTextString * | str |
| QMap< int, QTextParagraphSelection > * | mSelections |
| QPtrList< QTextCustomItem > * | mFloatingItems |
| QStyleSheetItem::ListStyle | lstyle |
| short | utm |
| short | ubm |
| short | ulm |
| short | urm |
| short | uflm |
| short | ulinespacing |
| int * | tArray |
| short | tabStopWidth |
| QTextParagraphData * | eData |
| short | list_val |
| QColor * | bgcol |
| ushort | ldepth |
Friends | |
| class | QTextDocument |
| class | QTextCursor |
|
||||||||||||||||||||
|
Definition at line 3723 of file qrichtext.cpp. References bgcol, docOrPseudo, document(), formatCollection(), hasdoc, Qt3::QTextString::insert(), list_val, Qt3::QStyleSheetItem::ListDisc, lstyle, n, p, pseudoDocument(), s, state, str, tabStopWidth, and Qt3::QTextFormat::width(). |
|
|
Definition at line 3774 of file qrichtext.cpp. References QMap< Key, T >::begin(), Qt3::QTextDocument::curParag, document(), eData, QMap< Key, T >::end(), hasdoc, lineStarts, mFloatingItems, Qt3::QTextDocument::minw, Qt3::QTextDocument::minwParag, mSelections, n, p, pseudoDocument(), str, and tArray. |
|
|
Definition at line 4724 of file qrichtext.cpp. References document(), hasdoc, and pseudoDocument(). |
|
|
Definition at line 4653 of file qrichtext.cpp. References at(), i, and length(). Referenced by Qt3::QTextTableCell::adjustToPainter(). |
|
|
Definition at line 1939 of file qrichtext_p.h. References QTextParagraph::align. Referenced by Qt3::QTextFormatterBreakWords::format(), Qt3::QTextEdit::getParagraphFormat(), paint(), Qt3::QTextDocument::richText(), and Qt3::QTextCursor::x(). |
|
||||||||||||
|
Definition at line 1846 of file qrichtext_p.h. References QTextParagraph::insert(), Qt3::QTextString::length(), and QTextParagraph::str. Referenced by join(), Qt3::QTextDocument::setPlainText(), Qt3::QTextDocument::setRichTextInternal(), and Qt3::QTextCursor::splitAndInsertEmptyParagraph(). |
|
|
|
Definition at line 1954 of file qrichtext_p.h. References QTextParagraph::tableCell(). |
|
|
Definition at line 1259 of file qrichtext_p.h. References QTextParagraph::bgcol. Referenced by Qt3::QTextDocument::drawParagraph(). |
|
|
Definition at line 1237 of file qrichtext_p.h. References QTextParagraph::bgcol. Referenced by copyParagData(), and Qt3::QTextEdit::paragraphBackgroundColor(). |
|
|
Definition at line 4758 of file qrichtext.cpp. References document(), isListItem(), listDepth(), next(), Qt3::QTextFormat::painter(), rtext, scale(), and ubm. Referenced by Qt3::QTextFormatterBreakWords::format(), Qt3::QTextFormatterBreakInWords::format(), Qt3::QTextFormatter::formatVertically(), and Qt3::QTextDocument::setRichTextMarginsInternal(). |
|
|
Definition at line 1841 of file qrichtext_p.h. References QTextParagraph::bgcol, QTextParagraph::setChanged(), and TRUE. Referenced by Qt3::QTextEdit::clearParagraphBackground(). |
|
|
Definition at line 1933 of file qrichtext_p.h. References QTextParagraph::document(), QTextParagraph::hasdoc, and QTextParagraph::pseudoDocument(). |
|
|
Definition at line 4797 of file qrichtext.cpp. References align, backgroundColor(), Qt3::QTextString::direction(), ldepth, litem, lstyle, rtext, setBackgroundColor(), Qt3::QTextString::setDirection(), str, ubm, uflm, ulinespacing, ulm, urm, and utm. Referenced by Qt3::QTextCursor::splitAndInsertEmptyParagraph(). |
|
|
Definition at line 4838 of file qrichtext.cpp. References Qt3::QTextString::direction(), QChar::DirON, and str. Referenced by Qt3::QTextDocument::richText(). |
|
|
|
Definition at line 1964 of file qrichtext_p.h. References QTextParagraph::document(), QTextParagraph::hasdoc, and QTextParagraph::pseudoDocument(). Referenced by Qt3::QTextFormatterBreakWords::format(), and Qt3::QTextFormatterBreakInWords::format(). |
|
|
Definition at line 1959 of file qrichtext_p.h. References QTextParagraph::document(), QTextParagraph::hasdoc, and QTextParagraph::pseudoDocument(). Referenced by format(). |
|
|
Definition at line 1969 of file qrichtext_p.h. References QTextParagraph::document(), QTextParagraph::hasdoc, and QTextParagraph::pseudoDocument(). Referenced by format(). |
|
|
Definition at line 1974 of file qrichtext_p.h. References QTextParagraph::document(), QTextParagraph::hasdoc, and QTextParagraph::pseudoDocument(). Referenced by format(). |
|
||||||||||||||||||||||||||||||||
|
Definition at line 4504 of file qrichtext.cpp. References at(), Qt3::QTextFormat::color(), depth, Qt3::QTextFormat::font(), format(), QString::fromLatin1(), isListItem(), l, list_val, Qt3::QStyleSheetItem::ListCircle, Qt3::QStyleSheetItem::ListDecimal, listDepth(), Qt3::QStyleSheetItem::ListDisc, Qt3::QStyleSheetItem::ListLowerAlpha, Qt3::QStyleSheetItem::ListSquare, listStyle(), Qt3::QStyleSheetItem::ListUpperAlpha, n, Qt::NoBrush, prev(), r, s, QString::setNum(), and size. Referenced by paint(). |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
Definition at line 1876 of file qrichtext_p.h. References QTextParagraph::state. |
|
|
Definition at line 1984 of file qrichtext_p.h. References QTextParagraph::eData. Referenced by join(). |
|
|
Definition at line 4778 of file qrichtext.cpp. References Qt3::QTextFormat::painter(), scale(), and uflm. Referenced by Qt3::QTextFormatterBreakWords::format(), Qt3::QTextFormatterBreakInWords::format(), and Qt3::QTextDocument::setRichTextMarginsInternal(). |
|
|
Definition at line 1893 of file qrichtext_p.h. References QTextParagraph::firstPProcess. |
|
|
Definition at line 590 of file qrichtext_p.cpp. References mFloatingItems. |
|
||||||||||||
|
|
Definition at line 4661 of file qrichtext.cpp. References document(), hasdoc, and QSingleCleanupHandler< Type >::set(). Referenced by insert(), QTextParagraph(), richText(), and setFormat(). |
|
|
Definition at line 559 of file qrichtext_p.cpp. References document(), hasdoc, and pseudoDocument(). |
|
|
Definition at line 470 of file qrichtext_p.cpp. References QMap< Key, T >::end(), FALSE, QMap< Key, T >::find(), Qt3::QTextString::length(), mSelections, and str. |
|
|
Definition at line 1864 of file qrichtext_p.h. References FALSE, QTextParagraph::mSelections, and QTextParagraph::selections(). |
|
|
Definition at line 1829 of file qrichtext_p.h. References QTextParagraph::changed. Referenced by Qt3::QTextDocument::draw(). |
|
|
Definition at line 465 of file qrichtext_p.cpp. References QMap< Key, T >::contains(), FALSE, and mSelections. Referenced by paint(), and removeSelection(). |
|
|
Definition at line 4823 of file qrichtext.cpp. |
|
||||||||||||
|
Definition at line 4223 of file qrichtext.cpp. References document(), hasdoc, and isListItem(). Referenced by Qt3::QTextCursor::indent(), Qt3::QTextDocument::indentSelection(), and Qt3::QTextCursor::splitAndInsertEmptyParagraph(). |
|
||||||||||||||||
|
Definition at line 3843 of file qrichtext.cpp. References document(), format(), formatCollection(), hasdoc, Qt3::QTextString::insert(), invalidate(), needPreProcess, Qt3::QTextPreProcessor::Standard, str, and TRUE. |
|
||||||||||||
|
Definition at line 3838 of file qrichtext.cpp. References QString::length(), and QString::unicode(). Referenced by Qt3::QTextCursor::insert(), and truncate(). |
|
|
|
Definition at line 3831 of file qrichtext.cpp. References list_val. Referenced by invalidate(). |
|
|
Definition at line 1234 of file qrichtext_p.h. References QTextParagraph::breakable. Referenced by Qt3::QTextFormatter::isWrapEnabled(). |
|
|
Definition at line 1202 of file qrichtext_p.h. References QTextParagraph::fullWidth. Referenced by format(). |
|
|
Definition at line 1110 of file qrichtext_p.h. References QTextParagraph::litem. Referenced by bottomMargin(), drawLabel(), Qt3::QTextEdit::getParagraphFormat(), indent(), paint(), Qt3::QTextDocument::richText(), Qt3::QTextEdit::setParagType(), and topMargin(). |
|
|
|
|
|
Definition at line 1824 of file qrichtext_p.h. References QTextParagraph::invalid. Referenced by Qt3::QTextDocument::draw(), Qt3::QTextEdit::ensureFormatted(), leftGap(), lineBaseLine(), lineHeight(), lineHeightOfChar(), lineInfo(), lines(), lineStartOfChar(), lineStartOfLine(), and lineY(). |
|
|
Definition at line 1127 of file qrichtext_p.h. References QTextParagraph::visible. Referenced by Qt3::QTextCursor::gotoDown(), Qt3::QTextCursor::gotoNextLetter(), Qt3::QTextCursor::gotoNextWord(), Qt3::QTextCursor::gotoPreviousLetter(), Qt3::QTextCursor::gotoUp(), and Qt3::QTextCursor::place(). |
|
|
Definition at line 3876 of file qrichtext.cpp. References append(), Qt3::QTextString::at(), at(), document(), extraData(), format(), hasdoc, i, invalidate(), length(), Qt3::QTextString::length(), n, needPreProcess, p, r, remove(), setExtraData(), Qt3::QTextString::setFormat(), start, state, str, Qt3::QTextString::toString(), and TRUE. Referenced by Qt3::QTextCursor::remove(). |
|
|
Definition at line 4162 of file qrichtext.cpp. References Qt3::QTextString::at(), QMap< Key, T >::begin(), QMap< Key, T >::count(), Qt3::QTextString::isBidi(), isValid(), length(), lineStarts, str, and Opie::MM::x. |
|
|
Definition at line 4770 of file qrichtext.cpp. References document(), listDepth(), Qt3::QTextFormat::painter(), scale(), and ulm. Referenced by Qt3::QTextFormatterBreakWords::format(), Qt3::QTextFormatterBreakInWords::format(), and Qt3::QTextDocument::setRichTextMarginsInternal(). |
|
|
|
Definition at line 496 of file qrichtext_p.cpp. References QMap< Key, T >::begin(), QMap< Key, T >::count(), isValid(), lineStarts, oendl, and owarn. |
|
|
Definition at line 512 of file qrichtext_p.cpp. References QMap< Key, T >::begin(), QMap< Key, T >::count(), isValid(), lineStarts, oendl, and owarn. |
|
||||||||||||||||
|
Definition at line 4085 of file qrichtext.cpp. References QMap< Key, T >::begin(), QMap< Key, T >::end(), isValid(), lineStarts, oendl, and owarn. Referenced by Qt3::QTextCursor::gotoIntoNested(), and Qt3::QTextCursor::processNesting(). |
|
||||||||||||||||||||
|
Definition at line 528 of file qrichtext_p.cpp. References QMap< Key, T >::begin(), QMap< Key, T >::count(), isValid(), lineStarts, odebug, oendl, and owarn. Referenced by paint(). |
|
|
Definition at line 4135 of file qrichtext.cpp. References QMap< Key, T >::count(), isValid(), and lineStarts. Referenced by Qt3::QTextCursor::gotoDown(), Qt3::QTextCursor::gotoLineEnd(), Qt3::QTextCursor::gotoUp(), Qt3::QTextEdit::lines(), and Qt3::QTextEdit::linesOfParagraph(). |
|
|
Definition at line 4790 of file qrichtext.cpp. References l, Qt3::QTextFormat::painter(), scale(), and ulinespacing. Referenced by Qt3::QTextFormatterBreakWords::format(). |
|
|
Definition at line 1903 of file qrichtext_p.h. References QTextParagraph::lineStarts. Referenced by Qt3::QTextFormatter::formatVertically(). |
|
||||||||||||||||
|
Definition at line 4109 of file qrichtext.cpp. References Qt3::QTextString::at(), QMap< Key, T >::begin(), QMap< Key, T >::count(), QMap< Key, T >::end(), isValid(), l, lineStarts, oendl, owarn, and str. Referenced by Qt3::QTextCursor::gotoDown(), Qt3::QTextCursor::gotoLineEnd(), Qt3::QTextCursor::gotoLineStart(), Qt3::QTextCursor::gotoUp(), Qt3::QTextEdit::lineOfChar(), and Qt3::QTextCursor::y(). |
|
||||||||||||
|
Definition at line 4143 of file qrichtext.cpp. References Qt3::QTextString::at(), QMap< Key, T >::begin(), QMap< Key, T >::count(), i, isValid(), lineStarts, oendl, owarn, and str. Referenced by Qt3::QTextCursor::gotoDown(), Qt3::QTextCursor::gotoLineEnd(), and Qt3::QTextCursor::gotoUp(). |
|
|
Definition at line 480 of file qrichtext_p.cpp. References QMap< Key, T >::begin(), QMap< Key, T >::count(), isValid(), lineStarts, oendl, and owarn. Referenced by Qt3::QTextCursor::y(). |
|
|
Definition at line 1115 of file qrichtext_p.h. References QTextParagraph::ldepth. Referenced by bottomMargin(), drawLabel(), Qt3::QTextEdit::getParagraphFormat(), leftMargin(), Qt3::QTextDocument::richText(), Qt3::QTextEdit::setParagType(), and topMargin(). |
|
|
Definition at line 1108 of file qrichtext_p.h. References QTextParagraph::lstyle. Referenced by drawLabel(), Qt3::QTextEdit::getParagraphFormat(), and Qt3::QTextDocument::richText(). |
|
|
Definition at line 1112 of file qrichtext_p.h. References QTextParagraph::list_val. Referenced by Qt3::QTextDocument::richText(). |
|
|
Definition at line 3938 of file qrichtext.cpp. References changed, document(), formatter(), hasdoc, i, lastInFrame, mFloatingItems, p, r, shift, and TRUE. Referenced by format(), Qt3::QTextEdit::removeParagraph(), and Qt3::QTextDocument::removeSelectedText(). |
|
|
||||||||||||
|
Definition at line 4627 of file qrichtext.cpp. References d, document(), hasdoc, i, tabStopWidth, and tArray. Referenced by Qt3::QTextFormatterBreakWords::format(), and Qt3::QTextFormatterBreakInWords::format(). |
|
||||||||||||||||||||||||||||||||||||
|
|
Definition at line 1886 of file qrichtext_p.h. References QTextParagraph::id, oendl, and owarn. Referenced by Qt3::QTextDocument::paragAt(), Qt3::QTextEdit::setAlignment(), and Qt3::QTextEdit::setParagType(). |
|
|
|
Definition at line 1920 of file qrichtext_p.h. References QTextParagraph::docOrPseudo, and QTextParagraph::hasdoc. Referenced by addCommand(), format(), formatter(), QTextParagraph(), redo(), undo(), and ~QTextParagraph(). |
|
|
Definition at line 4586 of file qrichtext.cpp. References align, invalidate(), ldepth, litem, lstyle, next(), prev(), rtext, s, Qt3::QTextString::setDirection(), str, ubm, uflm, ulinespacing, ulm, urm, and utm. Referenced by Qt3::QTextDeleteCommand::unexecute(), and Qt3::QTextStyleCommand::writeStyleInformation(). |
|
|
|
Definition at line 4739 of file qrichtext.cpp. References document(), hasdoc, and pseudoDocument(). |
|
|
Definition at line 1944 of file qrichtext_p.h. References QTextParagraph::floatingItems(). Referenced by Qt3::QTextDocument::registerCustomItem(). |
|
||||||||||||
|
Definition at line 3861 of file qrichtext.cpp. References at(), Qt3::QTextStringChar::customItem(), document(), hasdoc, i, invalidate(), Qt3::QTextStringChar::isCustom(), Qt3::QTextString::length(), needPreProcess, Qt3::QTextString::remove(), str, and TRUE. Referenced by join(), Qt3::QTextCursor::remove(), Qt3::QTextEdit::removeParagraph(), and Qt3::QTextCursor::splitAndInsertEmptyParagraph(). |
|
|
Definition at line 436 of file qrichtext_p.cpp. References hasSelection(), mSelections, setChanged(), and TRUE. Referenced by Qt3::QTextDocument::removeSelection(). |
|
|
|
Definition at line 4784 of file qrichtext.cpp. References Qt3::QTextFormat::painter(), scale(), and urm. Referenced by Qt3::QTextFormatterBreakWords::format(), Qt3::QTextFormatterBreakInWords::format(), and Qt3::QTextDocument::setRichTextMarginsInternal(). |
|
|
Definition at line 455 of file qrichtext_p.cpp. References QMap< Key, T >::end(), QMap< Key, T >::find(), and mSelections. |
|
|
Definition at line 582 of file qrichtext_p.cpp. References mSelections. Referenced by setSelection(). |
|
|
Definition at line 445 of file qrichtext_p.cpp. References QMap< Key, T >::end(), QMap< Key, T >::find(), and mSelections. |
|
|
Definition at line 551 of file qrichtext_p.cpp. References align, and invalidate(). Referenced by Qt3::QTextEdit::setAlignment(), and Qt3::QTextDocument::setRichTextInternal(). |
|
|
Definition at line 1834 of file qrichtext_p.h. References QTextParagraph::bgcol, QTextParagraph::setChanged(), and TRUE. Referenced by copyParagData(), and Qt3::QTextEdit::setParagraphBackgroundColor(). |
|
|
Definition at line 1233 of file qrichtext_p.h. References QTextParagraph::breakable. |
|
||||||||||||
|
Definition at line 4843 of file qrichtext.cpp. References changed, and document(). Referenced by Qt3::QTextDocument::drawParagraph(), Qt3::QTextDocument::focusNextPrevChild(), removeSelection(), and setSelection(). |
|
|
Definition at line 4830 of file qrichtext.cpp. References Qt3::QTextString::direction(), invalidate(), Qt3::QTextString::setDirection(), and str. |
|
|
Definition at line 1869 of file qrichtext_p.h. References QTextParagraph::state. Referenced by Qt3::QTextCursor::insert(), Qt3::QTextEdit::removeParagraph(), and Qt3::QTextDocument::removeSelectedText(). |
|
|
Definition at line 1979 of file qrichtext_p.h. References QTextParagraph::eData. Referenced by join(). |
|
|
Definition at line 1898 of file qrichtext_p.h. References QTextParagraph::firstPProcess. |
|
||||||||||||||||||||||||
|
|
Definition at line 1201 of file qrichtext_p.h. References QTextParagraph::fullWidth. Referenced by Qt3::QTextFormatterBreakWords::format(), and Qt3::QTextFormatterBreakInWords::format(). |
|
|
Definition at line 1124 of file qrichtext_p.h. References QTextParagraph::r. Referenced by Qt3::QTextFormatter::formatVertically(). |
|
|
Definition at line 4608 of file qrichtext.cpp. References hasdoc, invalidate(), ldepth, next(), prev(), and s. Referenced by Qt3::QTextEdit::setParagType(). |
|
|
Definition at line 1109 of file qrichtext_p.h. References QTextParagraph::changed, QTextParagraph::litem, and TRUE. Referenced by Qt3::QTextEdit::setParagType(), and Qt3::QTextDocument::setRichTextMarginsInternal(). |
|
|
Definition at line 1107 of file qrichtext_p.h. References QTextParagraph::changed, QTextParagraph::lstyle, and TRUE. Referenced by Qt3::QTextEdit::setParagType(). |
|
|
Definition at line 1111 of file qrichtext_p.h. References QTextParagraph::list_val. Referenced by Qt3::QTextDocument::setRichTextInternal(). |
|
|
Definition at line 1240 of file qrichtext_p.h. References QTextParagraph::movedDown. Referenced by Qt3::QTextFormatter::formatVertically(). |
|
|
|
|
|
Definition at line 3804 of file qrichtext.cpp. References document(), hasdoc, and n. |
|
|
Definition at line 1881 of file qrichtext_p.h. Referenced by Qt3::QTextCursor::insert(), and Qt3::QTextEdit::removeParagraph(). |
|
|
Definition at line 3811 of file qrichtext.cpp. References document(), hasdoc, and p. |
|
||||||||||||||||
|
Definition at line 421 of file qrichtext_p.cpp. References Qt3::QTextParagraphSelection::end, QMap< Key, T >::end(), mSelections, selections(), setChanged(), Qt3::QTextParagraphSelection::start, and TRUE. |
|
|
Definition at line 568 of file qrichtext_p.cpp. References tArray. |
|
|
Definition at line 574 of file qrichtext_p.cpp. References document(), hasdoc, and tabStopWidth. |
|
|
Definition at line 4816 of file qrichtext.cpp. |
|
|
|
Definition at line 4619 of file qrichtext.cpp. References document(), hasdoc, and tArray. |
|
|
Definition at line 1928 of file qrichtext_p.h. References QTextParagraph::document(), and QTextParagraph::hasdoc. |
|
|
Definition at line 4746 of file qrichtext.cpp. References document(), isListItem(), listDepth(), Qt3::QTextFormat::painter(), prev(), rtext, scale(), and utm. Referenced by Qt3::QTextFormatterBreakWords::format(), Qt3::QTextFormatterBreakInWords::format(), Qt3::QTextFormatter::formatVertically(), and Qt3::QTextDocument::setRichTextMarginsInternal(). |
|
|
Definition at line 3854 of file qrichtext.cpp. References insert(), length(), needPreProcess, str, TRUE, and Qt3::QTextString::truncate(). |
|
|
Definition at line 4732 of file qrichtext.cpp. References document(), hasdoc, and pseudoDocument(). |
|
|
Definition at line 1949 of file qrichtext_p.h. References QTextParagraph::floatingItems(). Referenced by Qt3::QTextDocument::unregisterCustomItem(). |
|
|
Definition at line 1241 of file qrichtext_p.h. References QTextParagraph::movedDown. |
|
|
Definition at line 4601 of file qrichtext.cpp. References align, Qt3::QTextString::direction(), ldepth, litem, lstyle, rtext, str, ubm, uflm, ulinespacing, ulm, urm, and utm. Referenced by Qt3::QTextEdit::readFormats(), and Qt3::QTextStyleCommand::readStyleInformation(). |
|
|
Definition at line 1096 of file qrichtext_p.h. |
|
|
Definition at line 1095 of file qrichtext_p.h. |
|
|
Definition at line 1280 of file qrichtext_p.h. Referenced by copyParagData(), readStyleInformation(), setAlignment(), and writeStyleInformation(). |
|
|
Definition at line 1291 of file qrichtext_p.h. Referenced by QTextParagraph(). |
|
|
Definition at line 1274 of file qrichtext_p.h. |
|
|
Definition at line 1267 of file qrichtext_p.h. Referenced by format(), move(), setChanged(), and setFormat(). |
|
|
Definition at line 1266 of file qrichtext_p.h. Referenced by QTextParagraph(). |
|
|
Definition at line 1289 of file qrichtext_p.h. Referenced by ~QTextParagraph(). |
|
|
Definition at line 1268 of file qrichtext_p.h. Referenced by format(). |
|
|
Definition at line 1269 of file qrichtext_p.h. |
|
|
Definition at line 1271 of file qrichtext_p.h. |
|
|
Definition at line 1277 of file qrichtext_p.h. Referenced by addCommand(), drawString(), format(), formatCollection(), formatter(), hide(), indent(), insert(), join(), move(), nextTab(), paint(), QTextParagraph(), redo(), remove(), setListDepth(), setNext(), setPrev(), setTabStops(), show(), tabArray(), undo(), and ~QTextParagraph(). |
|
|
Definition at line 1281 of file qrichtext_p.h. |
|
|
Definition at line 1263 of file qrichtext_p.h. Referenced by format(), invalidate(), and setFormat(). |
|
|
Definition at line 1272 of file qrichtext_p.h. |
|
|
Definition at line 1292 of file qrichtext_p.h. Referenced by copyParagData(), readStyleInformation(), setListDepth(), Qt3::QTextDocument::setRichTextMarginsInternal(), and writeStyleInformation(). |
|
|
Definition at line 1262 of file qrichtext_p.h. Referenced by format(), leftGap(), lineBaseLine(), lineHeight(), lineHeightOfChar(), lineInfo(), lines(), lineStartOfChar(), lineStartOfLine(), lineY(), and ~QTextParagraph(). |
|
|
Definition at line 1290 of file qrichtext_p.h. Referenced by drawLabel(), invalidateStyleCache(), and QTextParagraph(). |
|
|
Definition at line 1278 of file qrichtext_p.h. Referenced by copyParagData(), readStyleInformation(), and writeStyleInformation(). |
|
|
Definition at line 1285 of file qrichtext_p.h. Referenced by copyParagData(), QTextParagraph(), readStyleInformation(), and writeStyleInformation(). |
|
|
Definition at line 1284 of file qrichtext_p.h. Referenced by floatingItems(), format(), invalidate(), move(), and ~QTextParagraph(). |
|
|
Definition at line 1276 of file qrichtext_p.h. Referenced by Qt3::QTextDocument::plainText(), Qt3::QTextDocument::registerCustomItem(), Qt3::QTextDocument::selectedText(), and Qt3::QTextDocument::setSelectionEnd(). |
|
|
Definition at line 1275 of file qrichtext_p.h. Referenced by format(). |
|
|
Definition at line 1283 of file qrichtext_p.h. Referenced by fullSelected(), hasSelection(), paint(), removeSelection(), selectionEnd(), selections(), selectionStart(), setSelection(), and ~QTextParagraph(). |
|
|
Definition at line 1265 of file qrichtext_p.h. Referenced by drawLabel(), format(), join(), QTextParagraph(), setNext(), Qt3::QTextDocument::setRichTextInternal(), and ~QTextParagraph(). |
|
|
Definition at line 1270 of file qrichtext_p.h. Referenced by format(), insert(), join(), remove(), and truncate(). |
|
|
Definition at line 1265 of file qrichtext_p.h. Referenced by format(), join(), move(), QTextParagraph(), setPrev(), Qt3::QTextDocument::setRichTextInternal(), and ~QTextParagraph(). |
|
|
Definition at line 1264 of file qrichtext_p.h. Referenced by drawLabel(), format(), join(), move(), and paint(). |
|
|
Definition at line 1279 of file qrichtext_p.h. Referenced by bottomMargin(), copyParagData(), readStyleInformation(), Qt3::QTextDocument::setRichText(), Qt3::QTextDocument::setRichTextInternal(), Qt3::QTextDocument::setTextFormat(), topMargin(), and writeStyleInformation(). |
|
|
Definition at line 1281 of file qrichtext_p.h. Referenced by format(), join(), and QTextParagraph(). |
|
|
Definition at line 1282 of file qrichtext_p.h. Referenced by copyParagData(), direction(), drawString(), format(), fullSelected(), insert(), join(), leftGap(), lineStartOfChar(), lineStartOfLine(), paint(), QTextParagraph(), readStyleInformation(), remove(), richText(), setDirection(), setFormat(), truncate(), writeStyleInformation(), and ~QTextParagraph(). |
|
|
Definition at line 1288 of file qrichtext_p.h. Referenced by nextTab(), QTextParagraph(), and setTabStops(). |
|
|
Definition at line 1287 of file qrichtext_p.h. Referenced by nextTab(), setTabArray(), tabArray(), and ~QTextParagraph(). |
|
|
Definition at line 1286 of file qrichtext_p.h. Referenced by bottomMargin(), copyParagData(), readStyleInformation(), Qt3::QTextDocument::richText(), Qt3::QTextDocument::setRichTextInternal(), Qt3::QTextDocument::setRichTextMarginsInternal(), and writeStyleInformation(). |
|
|
Definition at line 1286 of file qrichtext_p.h. Referenced by copyParagData(), firstLineMargin(), readStyleInformation(), Qt3::QTextDocument::richText(), Qt3::QTextDocument::setRichTextInternal(), Qt3::QTextDocument::setRichTextMarginsInternal(), and writeStyleInformation(). |
|
|
Definition at line 1286 of file qrichtext_p.h. Referenced by copyParagData(), lineSpacing(), readStyleInformation(), Qt3::QTextDocument::setRichTextMarginsInternal(), and writeStyleInformation(). |
|
|
Definition at line 1286 of file qrichtext_p.h. Referenced by copyParagData(), leftMargin(), readStyleInformation(), Qt3::QTextDocument::richText(), Qt3::QTextDocument::setRichTextInternal(), Qt3::QTextDocument::setRichTextMarginsInternal(), and writeStyleInformation(). |
|
|
Definition at line 1286 of file qrichtext_p.h. Referenced by copyParagData(), readStyleInformation(), Qt3::QTextDocument::richText(), rightMargin(), Qt3::QTextDocument::setRichTextInternal(), Qt3::QTextDocument::setRichTextMarginsInternal(), and writeStyleInformation(). |
|
|
Definition at line 1286 of file qrichtext_p.h. Referenced by copyParagData(), readStyleInformation(), Qt3::QTextDocument::richText(), Qt3::QTextDocument::setRichTextInternal(), Qt3::QTextDocument::setRichTextMarginsInternal(), topMargin(), and writeStyleInformation(). |
|
|
Definition at line 1273 of file qrichtext_p.h. |
1.4.2