kspread

KSpread::CellToolFactory Class Reference

The Factory, that creates a CellTool. More...

#include <CellToolFactory.h>

Inheritance diagram for KSpread::CellToolFactory:

List of all members.

Public Member Functions

 CellToolFactory (QObject *parent, const QString &id, const QString &name)
 ~CellToolFactory ()
KoTool * createTool (KoCanvasBase *canvas)
void setIcon (const QString &icon)
void setPriority (int priority)
void setToolTip (const QString &toolTip)

Detailed Description

The Factory, that creates a CellTool.

Definition at line 33 of file CellToolFactory.h.


Constructor & Destructor Documentation

CellToolFactory::CellToolFactory ( QObject parent,
const QString id,
const QString name 
) [explicit]

Definition at line 29 of file CellToolFactory.cpp.

CellToolFactory::~CellToolFactory (  ) 

Definition at line 39 of file CellToolFactory.cpp.


Member Function Documentation

KoTool * CellToolFactory::createTool ( KoCanvasBase canvas  ) 

Reimplemented in KSpread::CalendarToolFactory.

Definition at line 43 of file CellToolFactory.cpp.

void CellToolFactory::setIcon ( const QString icon  ) 

Definition at line 58 of file CellToolFactory.cpp.

void CellToolFactory::setPriority ( int  priority  ) 

Definition at line 48 of file CellToolFactory.cpp.

void CellToolFactory::setToolTip ( const QString toolTip  ) 

Definition at line 53 of file CellToolFactory.cpp.


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