Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

KBugReport Class Reference

A dialog box for sending bug reports. More...

#include <kbugreport.h>

Inheritance diagram for KBugReport:

KDialogBase KDialog List of all members.

Public Methods

 KBugReport (QWidget *parent=0L, bool modal=true, const KAboutData *aboutData=0L)
virtual ~KBugReport ()

Protected Slots

virtual void slotConfigureEmail ()
virtual void slotSetFrom ()
virtual void slotUrlClicked (const QString &)
virtual void slotOk (void)
virtual void slotCancel ()

Protected Methods

virtual void virtual_hook (int id, void *data)

Detailed Description

A dialog box for sending bug reports.

A dialog box for sending bug reports. All the information needed by the dialog box (program name, version, bug-report address, etc.) comes from the KAboutData class. Make sure you create an instance of KAboutData and pass it to KCmdLineArgs.

Author:
David Faure <faure@kde.org>

Definition at line 42 of file kbugreport.h.


Constructor & Destructor Documentation

KBugReport::KBugReport QWidget *    parent = 0L,
bool    modal = true,
const KAboutData   aboutData = 0L
 

Creates a bug-report dialog. Note that you shouldn't have to do this manually, since KHelpMenu takes care of the menu item for "Report Bug..." and of creating a KBugReport dialog.

virtual KBugReport::~KBugReport   [virtual]
 

Destructor


Member Function Documentation

virtual void KBugReport::slotCancel   [protected, virtual, slot]
 

Cancel has been clicked

Reimplemented from KDialogBase.

virtual void KBugReport::slotConfigureEmail   [protected, virtual, slot]
 

"Configure email" has been clicked - this calls kcmshell System/email

virtual void KBugReport::slotOk void    [protected, virtual, slot]
 

OK has been clicked

Reimplemented from KDialogBase.

virtual void KBugReport::slotSetFrom   [protected, virtual, slot]
 

Sets the "From" field from the e-mail configuration Called at creation time, but also after "Configure email" is closed.

virtual void KBugReport::slotUrlClicked const QString &    [protected, virtual, slot]
 

The URL-Label "http://bugs.kde.org/" was clicked.


The documentation for this class was generated from the following file:
Generated on Wed Aug 13 23:30:06 2003 for kdelibs by doxygen1.2.18