class AlcatelTodo

class for storing todos More...

Definition#include <kalcatel/alcatelclasses.h>
InheritsAlcatelClass [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Members


Detailed Description

class for storing todos

 AlcatelTodo ()

AlcatelTodo

 ~AlcatelTodo ()

~AlcatelTodo

void  setField (int number, AlcatelFieldStruct *data)

setField

sets field read from mobile in this class

AlcatelFieldStructgetField (int number)

getField

gets number-th field

void  diffDeleted (const AlcatelTodo &cmp)

diffDeleted

sets fields that are missing in current object from cmp as deleted

bool  operator== (const AlcatelTodo &cmp)

operator==

[const]

bool  operator!= (const AlcatelTodo &cmp)

operator!=

[const]

bool  isSame (const AlcatelTodo &cmp)

isSame

[const]

returns of todos are same, same todos can differ in storage, position (both also previous) and modified/created/deleted flag

QString  getName (void)

getName

returns formatted printable name of todo

Reimplemented from AlcatelClass.

QDate DueDate

DueDate

int Completed

Completed

QDateTime Alarm

Alarm

QString Subject

Subject

int Private

Private

int Category

Category

int Priority

Priority

int ContactID

ContactID

const char * getClassName ()

getClassName

Reimplemented from AlcatelClass.

static const unsigned int max_field

max_field

bool deleted_flags[max_field]

deleted_flags[max_field]


Generated by: michal on quirk.cic on Fri May 9 19:34:14 2003, using kdoc 2.0a54.