okular
area.h File Reference
#include <QtCore/QList>
#include <QtGui/QColor>
#include <QtGui/QPainterPath>
#include <kdebug.h>
#include <okular/core/global.h>
#include <okular/core/okular_export.h>
Include dependency graph for area.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | Okular |
Classes | |
| class | Okular::NormalizedPoint |
| NormalizedPoint is a helper class which stores the coordinates of a normalized point. More... | |
| class | Okular::NormalizedRect |
| NormalizedRect is a helper class which stores the coordinates of a normalized rect, which is a rectangle of. More... | |
| class | Okular::ObjectRect |
| NormalizedRect that contains a reference to an object. More... | |
| class | Okular::AnnotationObjectRect |
| This class describes the object rectangle for an annotation. More... | |
| class | Okular::SourceRefObjectRect |
| This class describes the object rectangle for a source reference. More... | |
| class | Okular::RegularArea< NormalizedShape, Shape > |
| A regular area of NormalizedShape which normalizes a Shape. More... | |
| class | Okular::RegularAreaRect |
| class | Okular::HighlightAreaRect |
| This class stores the coordinates of a highlighting area together with the id of the highlight owner and the color. More... | |
Defines | |
| #define | O_LAST givePtr( last ) |
| #define | O_LAST_R O_LAST->right |
| #define | O_LAST_L O_LAST->left |
| #define | O_LAST_T O_LAST->top |
| #define | O_LAST_B O_LAST->bottom |
| #define | O_NEW givePtr( shape ) |
| #define | O_NEW_R O_NEW->right |
| #define | O_NEW_L O_NEW->left |
| #define | O_NEW_T O_NEW->top |
| #define | O_NEW_B O_NEW->bottom |
Functions | |
| OKULAR_EXPORT QDebug | operator<< (QDebug str, const Okular::NormalizedPoint &point) |
| OKULAR_EXPORT QDebug | operator<< (QDebug str, const Okular::NormalizedRect &rect) |
Define Documentation
| #define O_LAST givePtr( last ) |
| #define O_LAST_B O_LAST->bottom |
| #define O_LAST_L O_LAST->left |
| #define O_LAST_R O_LAST->right |
| #define O_LAST_T O_LAST->top |
| #define O_NEW givePtr( shape ) |
| #define O_NEW_B O_NEW->bottom |
| #define O_NEW_L O_NEW->left |
| #define O_NEW_R O_NEW->right |
| #define O_NEW_T O_NEW->top |
Function Documentation
| OKULAR_EXPORT QDebug operator<< | ( | QDebug | str, | |
| const Okular::NormalizedRect & | rect | |||
| ) |
| OKULAR_EXPORT QDebug operator<< | ( | QDebug | str, | |
| const Okular::NormalizedPoint & | point | |||
| ) |
KDE 4.0 API Reference