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 <kdialogbase.h>
00027
namespace KCal {
00028
class Attendee;
00029 }
00030
using namespace KCal;
00031
00032
class PublishDialog_base;
00033
00034
class PublishDialog :
public KDialogBase
00035 {
00036 Q_OBJECT
00037
public:
00038 PublishDialog(
QWidget* parent=0,
const char* name=0,
00039
bool modal=
true );
00040 ~PublishDialog();
00041
00042
void addAttendee(Attendee *attendee);
00043
QString addresses();
00044
00045 signals:
00046
void numMessagesChanged(
int);
00047
00048
protected slots:
00049
void addItem();
00050
void removeItem();
00051
void openAddressbook();
00052
void updateItem();
00053
void updateInput();
00054
protected:
00055 PublishDialog_base *mWidget;
00056 };
00057
00058
#endif // OUTGOINGDIALOG_H
This file is part of the documentation for korganizer Library Version 3.3.0.