#include <kfeedback.h>
Public Slots | |
void | checkSendButton () |
Signals | |
void | mailSent () |
Public Member Functions | |
KFeedbackDialog (const TQString &feedbackMailAddress, const TQString &helpTopic=TQString::null) | |
virtual | ~KFeedbackDialog () |
KFeedbackForm * | form () |
Protected Attributes | |
KFeedbackForm * | _form |
Definition at line 42 of file kfeedback.h.
KFeedbackDialog::KFeedbackDialog | ( | const TQString & | feedbackMailAddress, | |
const TQString & | helpTopic = TQString::null | |||
) |
KFeedbackDialog::~KFeedbackDialog | ( | ) | [virtual] |
Destructor.
Definition at line 64 of file kfeedback.cpp.
KFeedbackForm* KFeedbackDialog::form | ( | ) | [inline] |
Returns the internal
Definition at line 64 of file kfeedback.h.
References _form.
Referenced by KShowMailApp::slotSendFeedbackMail().
void KFeedbackDialog::checkSendButton | ( | ) | [slot] |
Check if sufficient information is available to send a mail now and enable / disable the "send mail" button accordingly.
Definition at line 71 of file kfeedback.cpp.
References _form, and KFeedbackForm::readyToSend().
Referenced by KFeedbackDialog().
void KFeedbackDialog::mailSent | ( | ) | [signal] |
Emitted when the user has sent the feedback mail - i.e. when he clicked on the "Send mail" button and the mail has successfully been forwarded to the mailer. He can still choose not to send the mail from within the mailer, though.
Referenced by KFeedbackDialog().