class KAlcatelMergeDialog

dialog to show conflict during merge and allow user to select which fields takes precendence More...

Definition#include <kalcatel/kalcatelmergedialog.h>
InheritsKDialog (unknown) [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Slots

Private Methods

Private Members


Detailed Description

dialog to show conflict during merge and allow user to select which fields takes precendence

 KAlcatelMergeDialog (QWidget *parent=0, const char *name=0)

KAlcatelMergeDialog

 ~KAlcatelMergeDialog ()

~KAlcatelMergeDialog

AlcatelContactexec (AlcatelContact &c1, AlcatelContact &c2)

exec

AlcatelMessageexec (AlcatelMessage &c1, AlcatelMessage &c2)

exec

AlcatelCalendarexec (AlcatelCalendar &c1, AlcatelCalendar &c2)

exec

AlcatelTodoexec (AlcatelTodo &c1, AlcatelTodo &c2)

exec

AlcatelCallexec (AlcatelCall &c1, AlcatelCall &c2)

exec

AlcatelCategoryexec (AlcatelCategory &c1, AlcatelCategory &c2)

exec

void  slotBoth ()

slotBoth

[slot]

called when cancel pressed

void  slotOK ()

slotOK

[slot]

called when ok pressed

void  slotClear ()

slotClear

[slot]

void  slotPC (void)

slotPC

[slot]

void  slotDelete (void)

slotDelete

[slot]

void  slotMobile (void)

slotMobile

[slot]

int  exec ()

exec

[private]

QGrid * conflictGrid

conflictGrid

[private]

QLabel * titleLabel

titleLabel

[private]

QPushButton * buttonOK

buttonOK

[private]

QPushButton * buttonBoth

buttonBoth

[private]

QPushButton * mobileButton

mobileButton

[private]

QPushButton * deleteButton

deleteButton

[private]

QPushButton * pcButton

pcButton

[private]

AlcatelClass * result

result

[private]

AlcatelClass * data1

data1

[private]

AlcatelClass * data2

data2

[private]

MergeItemList itemList

itemList

[private]