publishdialog.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 #ifndef PUBLISHDIALOG_H
00024 #define PUBLISHDIALOG_H
00025
00026 #include <qlistview.h>
00027 #include <libkcal/attendee.h>
00028
00029 #include <kdialogbase.h>
00030
00031 using namespace KCal;
00032
00033 class PublishDialog_base;
00034
00035 class PublishDialog : public KDialogBase
00036 {
00037 Q_OBJECT
00038 public:
00039 PublishDialog(QWidget* parent=0,const char* name=0,
00040 bool modal=true );
00041 ~PublishDialog();
00042
00043 void addAttendee(Attendee *attendee);
00044 QString addresses();
00045
00046 signals:
00047 void numMessagesChanged(int);
00048
00049 protected slots:
00050 void addItem();
00051 void removeItem();
00052 void openAddressbook();
00053 void updateItem();
00054 void updateInput();
00055 protected:
00056 PublishDialog_base *mWidget;
00057 };
00058
00059 #endif // OUTGOINGDIALOG_H
This file is part of the documentation for korganizer Library Version 3.2.2.