#include <KoContainerHandler.h>
Graphe d'héritage de KoPartMoveHandler:
Fonctions membres publiques | |
KoPartMoveHandler (QWidget *widget, const QMatrix &matrix, KoView *view, KoChild *child, const QPoint &point) | |
~KoPartMoveHandler () | |
Fonctions membres protégées | |
bool | eventFilter (QObject *, QEvent *) |
Attributs privés | |
KoPartMoveHandlerPrivate * | d |
Définition à la ligne 83 du fichier KoContainerHandler.h.
KoPartMoveHandler::KoPartMoveHandler | ( | QWidget * | widget, | |
const QMatrix & | matrix, | |||
KoView * | view, | |||
KoChild * | child, | |||
const QPoint & | point | |||
) |
Définition à la ligne 235 du fichier KoContainerHandler.cpp.
Références d, et KoChild::lock().
Voici le graphe d'appel pour cette fonction :
KoPartMoveHandler::~KoPartMoveHandler | ( | ) |
Définition à la ligne 243 du fichier KoContainerHandler.cpp.
Références d, KoPartMoveHandlerPrivate::m_dragChild, et KoChild::unlock().
Voici le graphe d'appel pour cette fonction :
bool KoPartMoveHandler::eventFilter | ( | QObject * | , | |
QEvent * | ||||
) | [protected] |
Définition à la ligne 250 du fichier KoContainerHandler.cpp.
Références d, KoChild::frameRegion(), KoPartMoveHandlerPrivate::m_dragChild, KoPartMoveHandlerPrivate::m_geometryDragStart, KoPartMoveHandlerPrivate::m_invertParentMatrix, KoPartMoveHandlerPrivate::m_mouseDragStart, KoPartMoveHandlerPrivate::m_parentMatrix, KoPartMoveHandlerPrivate::m_rotationDragStart, gensymbolfontmap::pos, KoChild::setGeometry(), KoChild::setRotationPoint(), et KoEventHandler::target().
Voici le graphe d'appel pour cette fonction :
KoPartMoveHandlerPrivate* KoPartMoveHandler::d [private] |
Définition à la ligne 95 du fichier KoContainerHandler.h.
Référencé par eventFilter(), KoPartMoveHandler(), et ~KoPartMoveHandler().