kviewshell
TextBox Class Reference
Represents a rectangular region in a RenderedDocumentPage that contains text. More...
#include <textBox.h>
Public Member Functions | |
TextBox (const QRect &re, const QString &lT) | |
TextBox () | |
Public Attributes | |
QRect | box |
QString | text |
Detailed Description
Represents a rectangular region in a RenderedDocumentPage that contains text.This trivial class is used in the RenderedDocumentPage class to give a non-graphical representation of text in a rendered document page. This is used, e.g. by text search and the text selection functions that need to know the contents and the position of text on a page
- Version:
- 1.0.0
Definition at line 28 of file textBox.h.
Constructor & Destructor Documentation
TextBox::TextBox | ( | ) | [inline] |
Member Data Documentation
Bounding box of the text or hyperlink.
This rectangle specifies where on the page the text or hyperlink is found. It uses the same coordinates that were used when the associated documentPage was rendered by the documentRenderer.drawPage() method. The contents of the box is graphically inverted to indicate marked text.
The documentation for this class was generated from the following file: