#include <KoPathToolFactory.h>
Graphe d'héritage de KoPathToolFactory:
Fonctions membres publiques | |
KoPathToolFactory (QObject *parent, const QStringList &) | |
~KoPathToolFactory () | |
KoTool * | createTool (KoCanvasBase *canvas) |
Définition à la ligne 27 du fichier KoPathToolFactory.h.
KoPathToolFactory::KoPathToolFactory | ( | QObject * | parent, | |
const QStringList & | ||||
) |
Définition à la ligne 26 du fichier KoPathToolFactory.cpp.
Références KoToolFactory::dynamicToolType(), KoPathShapeId, KoToolFactory::setActivationShapeID(), KoToolFactory::setIcon(), KoToolFactory::setPriority(), KoToolFactory::setToolTip(), et KoToolFactory::setToolType().
Voici le graphe d'appel pour cette fonction :
KoPathToolFactory::~KoPathToolFactory | ( | ) |
Définition à la ligne 36 du fichier KoPathToolFactory.cpp.
KoTool * KoPathToolFactory::createTool | ( | KoCanvasBase * | canvas | ) | [virtual] |
instanciate a new tool
canvas | the canvas that the new tool will work on. Should be passed to the constructor of the tool. |
Implémente KoToolFactory.
Définition à la ligne 39 du fichier KoPathToolFactory.cpp.