okular
Okular::HighlightAreaRect Class Reference
#include <area.h>
Inheritance diagram for Okular::HighlightAreaRect:

Public Member Functions | |
| HighlightAreaRect (const RegularAreaRect *area=0) | |
Public Member Functions inherited from Okular::RegularAreaRect | |
| RegularAreaRect () | |
| RegularAreaRect (const RegularAreaRect &rar) | |
| ~RegularAreaRect () | |
| RegularAreaRect & | operator= (const RegularAreaRect &rar) |
Public Member Functions inherited from Okular::RegularArea< NormalizedRect, QRect > | |
| ~RegularArea () | |
| void | appendArea (const RegularArea< NormalizedRect, QRect > *area) |
| void | appendShape (const NormalizedRect &shape, MergeSide side=MergeAll) |
| bool | contains (double x, double y) const |
| bool | contains (const NormalizedRect &shape) const |
| QList< QRect > | geometry (int xScale, int yScale, int dx=0, int dy=0) const |
| bool | intersects (const RegularArea< NormalizedRect, QRect > *area) const |
| bool | intersects (const NormalizedRect &shape) const |
| bool | isNull () const |
| void | simplify () |
| void | transform (const QTransform &matrix) |
Public Attributes | |
| QColor | color |
| int | s_id |
Detailed Description
This class stores the coordinates of a highlighting area together with the id of the highlight owner and the color.
Constructor & Destructor Documentation
| HighlightAreaRect::HighlightAreaRect | ( | const RegularAreaRect * | area = 0 | ) |
Member Data Documentation
| QColor Okular::HighlightAreaRect::color |
| int Okular::HighlightAreaRect::s_id |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:45:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:45:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from