summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2012-11-30 15:50:44 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-30 21:57:49 +0100
commit139d342f9b40169fddaf65c7f79f33edba3a84a4 (patch)
tree298c06186764fdf950c4daaaf9704e6749ef6139 /src
parent63e1750db23e097c416576602bc6bde3ea503fb8 (diff)
Add QText*Format classes to the list of the implicitly shared ones
Change-Id: Iee0ecb1cf02fdf9dbdf8328bbe60b1dc7ca21894 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src')
-rw-r--r--src/gui/text/qtextformat.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/text/qtextformat.cpp b/src/gui/text/qtextformat.cpp
index 90cdd7e072..3b551c436a 100644
--- a/src/gui/text/qtextformat.cpp
+++ b/src/gui/text/qtextformat.cpp
@@ -1281,6 +1281,7 @@ bool QTextFormat::operator==(const QTextFormat &rhs) const
\inmodule QtGui
\ingroup richtext-processing
+ \ingroup shared
The character format of text in a document specifies the visual properties
of the text, as well as information about its role in a hypertext document.
@@ -1917,6 +1918,7 @@ QFont QTextCharFormat::font() const
\inmodule QtGui
\ingroup richtext-processing
+ \ingroup shared
A document is composed of a list of blocks, represented by QTextBlock
objects. Each block can contain an item of some kind, such as a
@@ -2280,6 +2282,7 @@ QList<QTextOption::Tab> QTextBlockFormat::tabPositions() const
\inmodule QtGui
\ingroup richtext-processing
+ \ingroup shared
A list is composed of one or more items, represented as text blocks.
The list's format specifies the appearance of items in the list.
@@ -2441,6 +2444,7 @@ QTextListFormat::QTextListFormat(const QTextFormat &fmt)
\inmodule QtGui
\ingroup richtext-processing
+ \ingroup shared
A text frame groups together one or more blocks of text, providing a layer
of structure larger than the paragraph. The format of a frame specifies
@@ -2768,6 +2772,7 @@ qreal QTextFrameFormat::rightMargin() const
\inmodule QtGui
\ingroup richtext-processing
+ \ingroup shared
A table is a group of cells ordered into rows and columns. Each table
contains at least one row and one column. Each cell contains a block.
@@ -2975,6 +2980,7 @@ QTextTableFormat::QTextTableFormat(const QTextFormat &fmt)
\inmodule QtGui
\ingroup richtext-processing
+ \ingroup shared
Inline images are represented by an object replacement character
(0xFFFC in Unicode) which has an associated QTextImageFormat. The
@@ -3294,6 +3300,7 @@ QTextTableCellFormat::QTextTableCellFormat(const QTextFormat &fmt)
\inmodule QtGui
\ingroup richtext-processing
+ \ingroup shared
The table cell format of a table cell in a document specifies the visual
properties of the table cell.