#include "KoPoint.h"
#include "KoSize.h"
#include <QRect>
#include "koffice_export.h"
Graphe des dépendances par inclusion de KoRect.h:
Ce graphe montre quels fichiers incluent directement ou indirectement ce fichier :
Aller au code source de ce fichier.
Classes | |
class | KoRect |
Macros | |
#define | DEBUGRECT(rc) (rc).x() << "," << (rc).y() << " " << (rc).width() << "x" << (rc).height() |
#define | DEBUGREGION(reg) |
Fonctions | |
KOFFICECORE_EXPORT KoRect | operator| (const KoRect &lhs, const KoRect &rhs) |
KOFFICECORE_EXPORT KoRect | operator & (const KoRect &lhs, const KoRect &rhs) |
KOFFICECORE_EXPORT bool | operator== (const KoRect &lhs, const KoRect &rhs) |
KOFFICECORE_EXPORT bool | operator!= (const KoRect &lhs, const KoRect &rhs) |
kdbgstream | operator<< (kdbgstream str, const KoRect &r) |
kndbgstream | operator<< (kndbgstream str, const KoRect &) |
#define DEBUGRECT | ( | rc | ) | (rc).x() << "," << (rc).y() << " " << (rc).width() << "x" << (rc).height() |
Show the position and size of a rectangle (use within kDebug)
Définition à la ligne 137 du fichier KoRect.h.
Référencé par KoTextParag::printRTDebug().
#define DEBUGREGION | ( | reg | ) |
Définition à la ligne 209 du fichier KoRect.cpp.
Références KoRect::bottom(), KoRect::left(), KoRect::right(), KoRect::setCoords(), et KoRect::top().
Voici le graphe d'appel pour cette fonction :
Définition à la ligne 224 du fichier KoRect.cpp.
Références KoRect::bottomRight(), et KoRect::topLeft().
Voici le graphe d'appel pour cette fonction :
kndbgstream operator<< | ( | kndbgstream | str, | |
const KoRect & | ||||
) | [inline] |
kdbgstream operator<< | ( | kdbgstream | str, | |
const KoRect & | r | |||
) | [inline] |
Définition à la ligne 140 du fichier KoRect.h.
Références KoRect::height(), KoRect::left(), KoRect::top(), et KoRect::width().
Voici le graphe d'appel pour cette fonction :
Définition à la ligne 219 du fichier KoRect.cpp.
Références KoRect::bottomRight(), et KoRect::topLeft().
Voici le graphe d'appel pour cette fonction :
Définition à la ligne 195 du fichier KoRect.cpp.
Références KoRect::bottom(), KoRect::isEmpty(), KoRect::left(), KoRect::right(), KoRect::setCoords(), et KoRect::top().
Voici le graphe d'appel pour cette fonction :