Référence du fichier F:/KPlato/koffice/libs/kofficecore/KoRect.h

#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 &)


Documentation des macros

#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   ) 

Valeur :

{ Q3MemArray<QRect>rs=reg.rects(); for (int i=0;i<rs.size();++i) \
                           kDebug()<<"  "<<DEBUGRECT(rs[i] )<<endl; }
Show the rectangles that form a region (use as a standalone statement)

Définition à la ligne 144 du fichier KoRect.h.


Documentation des fonctions

KOFFICECORE_EXPORT KoRect operator & ( const KoRect lhs,
const KoRect rhs 
)

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 :

KOFFICECORE_EXPORT bool operator!= ( const KoRect lhs,
const KoRect rhs 
)

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]

Définition à la ligne 141 du fichier KoRect.h.

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 :

KOFFICECORE_EXPORT bool operator== ( const KoRect lhs,
const KoRect rhs 
)

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 :

KOFFICECORE_EXPORT KoRect operator| ( const KoRect lhs,
const KoRect rhs 
)

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 :


Généré le Wed Nov 22 23:41:57 2006 pour KPlato par  doxygen 1.5.1-p1