Blokkal
an Extendable KDE Blogging Client
SourceForge.net Logo

Blokkal::Ui::BlogChooserDialog Class Reference

A dialog, that displays a BlogChooser. More...

#include <blogchooser.h>

Inheritance diagram for Blokkal::Ui::BlogChooserDialog:

List of all members.


Public Member Functions

Blokkal::Ui::BlogChooserblogChooser (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.

Author:
Martin Mueller <orvio@orvio.de>

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

Returns the BlogChooser.

Returns:
the BlogChooser

Definition at line 233 of file blogchooser.cpp.

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: