kmail
KMail::SearchWindow Class Reference
#include <searchwindow.h>
Inheritance diagram for KMail::SearchWindow:

Detailed Description
The SearchWindow class provides a dialog for triggering a search on folders and storing that search as a search folder.It shows the search results in a listview and allows triggering of operations such as printing or moving on them.
Definition at line 67 of file searchwindow.h.
Constructor & Destructor Documentation
KMail::SearchWindow::SearchWindow | ( | KMMainWidget * | parent, | |
const char * | name = 0 , |
|||
KMFolder * | curFolder = 0 , |
|||
bool | modal = false | |||
) |
Creates a new search window.
- Parameters:
-
parent The parent widget. name The (widget) name of the dialog. curFolder The folder which will be pre-selected as the base folder of search operations. modal Whether the dialog is to be shown modal.
Definition at line 64 of file searchwindow.cpp.
Member Function Documentation
void KMail::SearchWindow::activateFolder | ( | KMFolder * | curFolder | ) |
Changes the base folder for search operations to a different folder.
- Parameters:
-
curFolder The folder to use as the new base for searches.
Definition at line 387 of file searchwindow.cpp.
void KMail::SearchWindow::closeEvent | ( | QCloseEvent * | ) | [protected, virtual] |
Reimplemented to stop searching when the window is closed.
Reimplemented from KDialogBase.
Definition at line 546 of file searchwindow.cpp.
void KMail::SearchWindow::keyPressEvent | ( | QKeyEvent * | ) | [protected, virtual] |
Reimplemented to react to Escape.
Reimplemented from KDialogBase.
Definition at line 366 of file searchwindow.cpp.
KMMessage * KMail::SearchWindow::message | ( | ) |
Provides access to the currently selected message.
- Returns:
- the currently selected message.
Definition at line 660 of file searchwindow.cpp.
void KMail::SearchWindow::searchDone | ( | ) | [protected, virtual, slot] |
KMMessageList KMail::SearchWindow::selectedMessages | ( | ) |
Provides access to the list of currently selected message in the listview.
- Returns:
- The list of currenty selected search result messages.
Definition at line 644 of file searchwindow.cpp.
void KMail::SearchWindow::updStatus | ( | void | ) | [protected, virtual, slot] |
The documentation for this class was generated from the following files: