kspread
KSpread::CalendarTool Class Reference
#include <CalendarTool.h>
Inheritance diagram for KSpread::CalendarTool:

Public Slots | |
| virtual void | activate (bool temporary=false) |
| virtual void | deactivate () |
| void | insertCalendar (const QDate &start, const QDate &end) |
Public Member Functions | |
| CalendarTool (KoCanvasBase *canvas) | |
| ~CalendarTool () | |
Detailed Description
Definition at line 28 of file CalendarTool.h.
Constructor & Destructor Documentation
| CalendarTool::CalendarTool | ( | KoCanvasBase * | canvas | ) | [explicit] |
Definition at line 41 of file CalendarTool.cpp.
| CalendarTool::~CalendarTool | ( | ) |
Definition at line 53 of file CalendarTool.cpp.
Member Function Documentation
| void CalendarTool::activate | ( | bool | temporary = false |
) | [virtual, slot] |
Reimplemented from KSpread::CellTool.
Definition at line 58 of file CalendarTool.cpp.
| void CalendarTool::deactivate | ( | ) | [virtual, slot] |
Reimplemented from KSpread::CellToolBase.
Definition at line 63 of file CalendarTool.cpp.
This actually inserts the calendar.
It reads the configuration from the insert calendar dialog and builds an calendar in the spreadsheet accordingly.
Definition at line 68 of file CalendarTool.cpp.
The documentation for this class was generated from the following files:
