konsolekalendar
KCal::KonsoleKalendar Class Reference
#include <konsolekalendar.h>
Detailed Description
The base class of the project.
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
| KonsoleKalendar::KonsoleKalendar | ( | KonsoleKalendarVariables * | variables | ) |
Constructs a KonsoleKalendar object from command line arguments.
Definition at line 61 of file konsolekalendar.cpp.
| KonsoleKalendar::~KonsoleKalendar | ( | ) |
Member Function Documentation
| bool KonsoleKalendar::showInstance | ( | ) |
| bool KonsoleKalendar::importCalendar | ( | ) |
| bool KonsoleKalendar::addEvent | ( | ) |
| bool KonsoleKalendar::changeEvent | ( | ) |
| bool KonsoleKalendar::deleteEvent | ( | ) |
| bool KonsoleKalendar::isEvent | ( | QDateTime | startdate, | |
| QDateTime | enddate, | |||
| QString | summary | |||
| ) |
Detect if event already exists.
- Parameters:
-
startdate Starting date enddate Ending date summary Which summary event should have have
Definition at line 410 of file konsolekalendar.cpp.
| bool KonsoleKalendar::createCalendar | ( | ) |
The documentation for this class was generated from the following files:

