kspread
KSpread::CellTool Class Reference
The tool to change cell ranges. More...
#include <CellTool.h>

Public Slots | |
| virtual void | activate (bool temporary=false) |
Public Member Functions | |
| CellTool (KoCanvasBase *canvas) | |
| ~CellTool () | |
| virtual void | paint (QPainter &painter, const KoViewConverter &converter) |
Protected Slots | |
| void | definePrintRange () |
Protected Member Functions | |
| virtual int | maxCol () const |
| virtual int | maxRow () const |
| virtual QPointF | offset () const |
| virtual Selection * | selection () |
| virtual SheetView * | sheetView (const Sheet *sheet) const |
| virtual QSizeF | size () const |
Detailed Description
The tool to change cell ranges.
Definition at line 33 of file CellTool.h.
Constructor & Destructor Documentation
| CellTool::CellTool | ( | KoCanvasBase * | canvas | ) | [explicit] |
Definition at line 126 of file CellTool.cpp.
| CellTool::~CellTool | ( | ) |
Definition at line 144 of file CellTool.cpp.
Member Function Documentation
| void CellTool::activate | ( | bool | temporary = false |
) | [virtual, slot] |
Reimplemented from KSpread::CellToolBase.
Reimplemented in KSpread::CalendarTool.
Definition at line 555 of file CellTool.cpp.
| void CellTool::definePrintRange | ( | ) | [protected, slot] |
Definition at line 591 of file CellTool.cpp.
| int CellTool::maxCol | ( | ) | const [protected, virtual] |
Implements KSpread::CellToolBase.
Definition at line 576 of file CellTool.cpp.
| int CellTool::maxRow | ( | ) | const [protected, virtual] |
Implements KSpread::CellToolBase.
Definition at line 581 of file CellTool.cpp.
| QPointF CellTool::offset | ( | ) | const [protected, virtual] |
Implements KSpread::CellToolBase.
Definition at line 566 of file CellTool.cpp.
| void CellTool::paint | ( | QPainter & | painter, | |
| const KoViewConverter & | converter | |||
| ) | [virtual] |
Reimplemented from KSpread::CellToolBase.
Definition at line 149 of file CellTool.cpp.
| KSpread::Selection * CellTool::selection | ( | ) | [protected, virtual] |
Implements KSpread::CellToolBase.
Definition at line 561 of file CellTool.cpp.
Implements KSpread::CellToolBase.
Definition at line 586 of file CellTool.cpp.
| QSizeF CellTool::size | ( | ) | const [protected, virtual] |
Implements KSpread::CellToolBase.
Definition at line 571 of file CellTool.cpp.
The documentation for this class was generated from the following files:
