konsolekalendar
KCal::KonsoleKalendar Class Reference
#include <konsolekalendar.h>
Detailed Description
The base class of the project.
- Author:
- Tuukka Pasanen
Definition at line 52 of file konsolekalendar.h.
Public Member Functions | |
| KonsoleKalendar (KonsoleKalendarVariables *variables) | |
| ~KonsoleKalendar () | |
| bool | showInstance () |
| bool | importCalendar () |
| bool | addEvent () |
| bool | changeEvent () |
| bool | deleteEvent () |
| bool | isEvent (QDateTime startdate, QDateTime enddate, QString summary) |
| bool | createCalendar () |
Constructor & Destructor Documentation
|
|
Constructs a KonsoleKalendar object from command line arguments.
Definition at line 61 of file konsolekalendar.cpp. |
|
|
Destructor.
Definition at line 66 of file konsolekalendar.cpp. |
Member Function Documentation
|
|
Add event to calendar.
Definition at line 373 of file konsolekalendar.cpp. |
|
|
Change event.
Definition at line 385 of file konsolekalendar.cpp. |
|
|
Creates calendar file (If it doesn't exists).
Definition at line 79 of file konsolekalendar.cpp. |
|
|
Delete event.
Definition at line 398 of file konsolekalendar.cpp. |
|
|
Imports calendar file.
Definition at line 70 of file konsolekalendar.cpp. |
|
||||||||||||||||
|
Detect if event already exists.
Definition at line 410 of file konsolekalendar.cpp. |
|
|
Visualize what we need.
Definition at line 108 of file konsolekalendar.cpp. |
The documentation for this class was generated from the following files:

