#include <KoPathPointRubberSelectStrategy.h>
Graphe d'héritage de KoPathPointRubberSelectStrategy:
Fonctions membres publiques | |
KoPathPointRubberSelectStrategy (KoPathTool *tool, KoCanvasBase *canvas, const QPointF &clicked) | |
virtual | ~KoPathPointRubberSelectStrategy () |
virtual void | finishInteraction (Qt::KeyboardModifiers modifiers) |
Attributs privés | |
KoPathTool * | m_tool |
pointer to the path tool |
Définition à la ligne 32 du fichier KoPathPointRubberSelectStrategy.h.
KoPathPointRubberSelectStrategy::KoPathPointRubberSelectStrategy | ( | KoPathTool * | tool, | |
KoCanvasBase * | canvas, | |||
const QPointF & | clicked | |||
) |
Définition à la ligne 26 du fichier KoPathPointRubberSelectStrategy.cpp.
virtual KoPathPointRubberSelectStrategy::~KoPathPointRubberSelectStrategy | ( | ) | [inline, virtual] |
Définition à la ligne 36 du fichier KoPathPointRubberSelectStrategy.h.
void KoPathPointRubberSelectStrategy::finishInteraction | ( | Qt::KeyboardModifiers | modifiers | ) | [virtual] |
Override to make final changes to the data on the end of an interaction.
Réimplémentée à partir de KoShapeRubberSelectStrategy.
Définition à la ligne 31 du fichier KoPathPointRubberSelectStrategy.cpp.
Références KoInteractionStrategy::m_canvas, m_tool, KoPathTool::selectPoints(), KoShapeRubberSelectStrategy::selectRect(), et KoCanvasBase::updateCanvas().
Voici le graphe d'appel pour cette fonction :
pointer to the path tool
Définition à la ligne 41 du fichier KoPathPointRubberSelectStrategy.h.
Référencé par finishInteraction().