libs/flake

KoCreatePathToolFactory Class Reference

The factory for the KoCreatePathTool. More...

#include <KoCreatePathToolFactory.h>

Inheritance diagram for KoCreatePathToolFactory:

List of all members.

Public Member Functions

 KoCreatePathToolFactory (QObject *parent)
 ~KoCreatePathToolFactory ()
KoToolcreateTool (KoCanvasBase *canvas)

Detailed Description

The factory for the KoCreatePathTool.

Definition at line 27 of file KoCreatePathToolFactory.h.


Constructor & Destructor Documentation

KoCreatePathToolFactory::KoCreatePathToolFactory ( QObject parent  ) 

Constructor.

Definition at line 30 of file KoCreatePathToolFactory.cpp.

KoCreatePathToolFactory::~KoCreatePathToolFactory (  ) 

Destructor.

Definition at line 40 of file KoCreatePathToolFactory.cpp.


Member Function Documentation

KoTool * KoCreatePathToolFactory::createTool ( KoCanvasBase canvas  )  [virtual]

Instanciate a new tool.

Parameters:
canvas the canvas that the new tool will work on. Should be passed to the constructor of the tool.
Returns:
a new KoTool instance, or zero if the tool doesn't want to show up.
See also:
canCreateTool()

Implements KoToolFactory.

Definition at line 44 of file KoCreatePathToolFactory.cpp.


The documentation for this class was generated from the following files: