KonsoleKalendar
KonsoleKalendar Class Reference
The base class of the project. More...
#include <konsolekalendar.h>
Public Member Functions | |
| KonsoleKalendar (KonsoleKalendarVariables *variables) | |
| ~KonsoleKalendar () | |
| bool | addEvent () |
| bool | changeEvent () |
| bool | createCalendar () |
| bool | deleteEvent () |
| bool | importCalendar () |
| bool | isEvent (QDateTime startdate, QDateTime enddate, QString summary) |
| bool | showInstance () |
Detailed Description
The base class of the project.
Definition at line 53 of file konsolekalendar.h.
Constructor & Destructor Documentation
| KonsoleKalendar::KonsoleKalendar | ( | KonsoleKalendarVariables * | variables | ) | [explicit] |
Constructs a KonsoleKalendar object from command line arguments.
- Parameters:
-
variables is a pointer to a KonsoleKalendarVariables object containing all the command line arguments.
Definition at line 62 of file konsolekalendar.cpp.
| KonsoleKalendar::~KonsoleKalendar | ( | ) |
Destructor.
Definition at line 67 of file konsolekalendar.cpp.
Member Function Documentation
| bool KonsoleKalendar::addEvent | ( | ) |
Add event to calendar.
Definition at line 361 of file konsolekalendar.cpp.
| bool KonsoleKalendar::changeEvent | ( | ) |
Change event.
Definition at line 371 of file konsolekalendar.cpp.
| bool KonsoleKalendar::createCalendar | ( | ) |
Creates calendar file (If it doesn't exists).
Definition at line 79 of file konsolekalendar.cpp.
| bool KonsoleKalendar::deleteEvent | ( | ) |
Delete event.
Definition at line 382 of file konsolekalendar.cpp.
| bool KonsoleKalendar::importCalendar | ( | ) |
Imports calendar file.
Definition at line 71 of file konsolekalendar.cpp.
Detect if event already exists.
- Parameters:
-
startdate Starting date enddate Ending date summary Which summary event should have have
Definition at line 392 of file konsolekalendar.cpp.
| bool KonsoleKalendar::showInstance | ( | ) |
Visualize what we need.
Definition at line 107 of file konsolekalendar.cpp.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference