KCal::KonsoleKalendar Class Reference
KonsoleKalendar is the base class of the project. More...
#include <konsolekalendar.h>
Public Methods | |
KonsoleKalendar (KonsoleKalendarVariables *variables) | |
~KonsoleKalendar () | |
bool | showInstance () |
bool | importCalendar () |
bool | addEvent () |
bool | changeEvent () |
bool | deleteEvent () |
bool | isEvent (QDateTime startdate, QDateTime enddate, QString summary) |
bool | createCalendar () |
Detailed Description
KonsoleKalendar is the base class of the project.
Definition at line 39 of file konsolekalendar.h.
Member Function Documentation
|
Visualisez what we need.
Definition at line 91 of file konsolekalendar.cpp. References QDateTime::addDays(), QDate::addDays(), QFile::close(), QDateTime::date(), QFile::open(), QFile::setName(), and QDate::toString(). |
|
Imports calendar file.
Definition at line 58 of file konsolekalendar.cpp. |
|
Add event to calendar.
Definition at line 288 of file konsolekalendar.cpp. |
|
Change event.
Definition at line 296 of file konsolekalendar.cpp. |
|
Delete event.
Definition at line 305 of file konsolekalendar.cpp. |
|
Detect if event already exists.
Definition at line 313 of file konsolekalendar.cpp. References QDateTime::date(). |
|
Creates calendar file (If it doesn't exists).
Definition at line 66 of file konsolekalendar.cpp. |
The documentation for this class was generated from the following files: