konsolekalendar

KCal::KonsoleKalendar Class Reference

The base class of the project. More...

#include <konsolekalendar.h>

List of all members.


Public Member Functions

bool addEvent ()
bool changeEvent ()
bool createCalendar ()
bool deleteEvent ()
bool importCalendar ()
bool isEvent (QDateTime startdate, QDateTime enddate, QString summary)
 KonsoleKalendar (KonsoleKalendarVariables *variables)
bool showInstance ()
 ~KonsoleKalendar ()

Detailed Description

The base class of the project.

Author:
Tuukka Pasanen

Definition at line 52 of file konsolekalendar.h.


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 (  ) 

Destructor.

Definition at line 66 of file konsolekalendar.cpp.


Member Function Documentation

bool KonsoleKalendar::addEvent (  ) 

Add event to calendar.

Definition at line 373 of file konsolekalendar.cpp.

bool KonsoleKalendar::changeEvent (  ) 

Change event.

Definition at line 385 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 398 of file konsolekalendar.cpp.

bool KonsoleKalendar::importCalendar (  ) 

Imports calendar file.

Definition at line 70 of file konsolekalendar.cpp.

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::showInstance (  ) 

Visualize what we need.

Definition at line 108 of file konsolekalendar.cpp.


The documentation for this class was generated from the following files: