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

#include <math.h>
#include <QVector>
#include <QMatrix>
#include <kdebug.h>

Graphe des dépendances par inclusion de KoPoint.h:

Ce graphe montre quels fichiers incluent directement ou indirectement ce fichier :

Aller au code source de ce fichier.

Classes

class  KoPoint

Macros

#define DEBUGDOUBLE(d)   QString::number( (d), 'g', 20 )

Définition de type

typedef QVector< KoPointvKoPoint

Fonctions

KoPoint operator+ (const KoPoint &p1, const KoPoint &p2)
KoPoint operator- (const KoPoint &p1, const KoPoint &p2)
KoPoint operator * (const KoPoint &p, const double &c)
KoPoint operator * (const double &c, const KoPoint &p)
double operator * (const KoPoint &a, const KoPoint &b)
kdbgstream operator<< (kdbgstream str, const KoPoint &r)
kndbgstream operator<< (kndbgstream str, const KoPoint &)


Documentation des macros

#define DEBUGDOUBLE (  )     QString::number( (d), 'g', 20 )

Show a floating point value with great precision (use within kDebug)

Définition à la ligne 142 du fichier KoPoint.h.


Documentation des définition de type

typedef QVector<KoPoint> vKoPoint

Définition à la ligne 152 du fichier KoPoint.h.


Documentation des fonctions

double operator * ( const KoPoint a,
const KoPoint b 
) [inline]

Définition à la ligne 132 du fichier KoPoint.h.

Références main::a, KoPoint::m_x, et KoPoint::m_y.

KoPoint operator * ( const double &  c,
const KoPoint p 
) [inline]

Définition à la ligne 129 du fichier KoPoint.h.

Références KoPoint::m_x, et KoPoint::m_y.

KoPoint operator * ( const KoPoint p,
const double &  c 
) [inline]

Définition à la ligne 126 du fichier KoPoint.h.

Références KoPoint::m_x, et KoPoint::m_y.

KoPoint operator+ ( const KoPoint p1,
const KoPoint p2 
) [inline]

Définition à la ligne 120 du fichier KoPoint.h.

Références KoPoint::m_x, et KoPoint::m_y.

KoPoint operator- ( const KoPoint p1,
const KoPoint p2 
) [inline]

Définition à la ligne 123 du fichier KoPoint.h.

Références KoPoint::m_x, et KoPoint::m_y.

kndbgstream operator<< ( kndbgstream  str,
const KoPoint  
) [inline]

Définition à la ligne 150 du fichier KoPoint.h.

kdbgstream operator<< ( kdbgstream  str,
const KoPoint r 
) [inline]

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

Références KoPoint::x(), et KoPoint::y().

Voici le graphe d'appel pour cette fonction :


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