#include <QSize>#include <q3tl.h>#include <kdebug.h>Graphe des dépendances par inclusion de KoSize.h:
Ce graphe montre quels fichiers incluent directement ou indirectement ce fichier :
Aller au code source de ce fichier.
Classes | |
| class | KoSize |
Fonctions | |
| bool | operator== (const KoSize &s1, const KoSize &s2) |
| bool | operator!= (const KoSize &s1, const KoSize &s2) |
| const KoSize | operator+ (const KoSize &s1, const KoSize &s2) |
| const KoSize | operator- (const KoSize &s1, const KoSize &s2) |
| const KoSize | operator * (const KoSize &s, int c) |
| const KoSize | operator * (int c, const KoSize &s) |
| const KoSize | operator * (const KoSize &s, double c) |
| const KoSize | operator * (double c, const KoSize &s) |
| const KoSize | operator/ (const KoSize &s, int c) |
| const KoSize | operator/ (const KoSize &s, double c) |
| kdbgstream | operator<< (kdbgstream str, const KoSize &sz) |
| kndbgstream | operator<< (kndbgstream str, const KoSize &) |
Définition à la ligne 198 du fichier KoSize.h.
Références KoSize::ht, KoSize::warningDivByZero(), et KoSize::wd.
Voici le graphe d'appel pour cette fonction :
Définition à la ligne 189 du fichier KoSize.h.
Références KoSize::ht, KoSize::warningDivByZero(), et KoSize::wd.
Voici le graphe d'appel pour cette fonction :
| kndbgstream operator<< | ( | kndbgstream | str, | |
| const KoSize & | ||||
| ) | [inline] |
| kdbgstream operator<< | ( | kdbgstream | str, | |
| const KoSize & | sz | |||
| ) | [inline] |
Définition à la ligne 227 du fichier KoSize.h.
Références KoSize::height(), et KoSize::width().
Voici le graphe d'appel pour cette fonction :
1.5.1-p1