Blokkal::Ui::BlogChooserDialog Class Reference
A dialog, that displays a BlogChooser. More...
#include <blogchooser.h>
Inheritance diagram for Blokkal::Ui::BlogChooserDialog:
Public Member Functions | |
Blokkal::Ui::BlogChooser * | blogChooser (void) const |
BlogChooserDialog (const QString &message, QWidget *parent=0) | |
virtual | ~BlogChooserDialog (void) |
Protected Slots | |
void | slotBlogSelected (Blokkal::Blog *blog) |
Detailed Description
A dialog, that displays a BlogChooser.A dialog, that displays a BlogChooser.
Definition at line 109 of file blogchooser.h.
Constructor & Destructor Documentation
Blokkal::Ui::BlogChooserDialog::BlogChooserDialog | ( | const QString & | message, | |
QWidget * | parent = 0 | |||
) |
Creates a new SelectBlogDialog.
- Parameters:
-
message the message to display parent parent widget
Definition at line 204 of file blogchooser.cpp.
Blokkal::Ui::BlogChooserDialog::~BlogChooserDialog | ( | void | ) | [virtual] |
Destructor
Definition at line 228 of file blogchooser.cpp.
Member Function Documentation
Blokkal::Ui::BlogChooser * Blokkal::Ui::BlogChooserDialog::blogChooser | ( | void | ) | const |
void Blokkal::Ui::BlogChooserDialog::slotBlogSelected | ( | Blokkal::Blog * | blog | ) | [protected, slot] |
Called when a new blog is selected. The default implementation diasbles the ok button if no blog is selected.
- Parameters:
-
blog the selected blog
Definition at line 238 of file blogchooser.cpp.
The documentation for this class was generated from the following files: