kmail
KMMainWidget Class Reference
#include <kmmainwidget.h>

Detailed Description
Definition at line 86 of file kmmainwidget.h.
Member Typedef Documentation
| typedef QList<KMMainWidget*> KMMainWidget::PtrList |
Definition at line 91 of file kmmainwidget.h.
Constructor & Destructor Documentation
| KMMainWidget::KMMainWidget | ( | QWidget * | parent, | |
| KXMLGUIClient * | aGUIClient, | |||
| KActionCollection * | actionCollection, | |||
| KConfig * | config = KMKernel::config() | |||
| ) |
Definition at line 159 of file kmmainwidget.cpp.
| KMMainWidget::~KMMainWidget | ( | ) | [virtual] |
Definition at line 270 of file kmmainwidget.cpp.
Member Function Documentation
| QAction* KMMainWidget::action | ( | const char * | name | ) | [inline] |
Definition at line 121 of file kmmainwidget.h.
| KActionCollection* KMMainWidget::actionCollection | ( | ) | const [inline, protected] |
Definition at line 290 of file kmmainwidget.h.
| QList< KActionCollection * > KMMainWidget::actionCollections | ( | ) | const [slot] |
Convenience function to get the action collection in a list.
- Returns:
- a list of action collections. The list only has one item, and that is the action collection of this main widget as returned by actionCollection().
Definition at line 3722 of file kmmainwidget.cpp.
Return the list of all action, in order to check shortcuts conflicts against them.
Definition at line 4029 of file kmmainwidget.cpp.
| KAction* KMMainWidget::applyAllFiltersAction | ( | ) | const [inline] |
Definition at line 136 of file kmmainwidget.h.
| KActionMenu* KMMainWidget::applyFilterActionsMenu | ( | ) | const [inline] |
Definition at line 146 of file kmmainwidget.h.
| void KMMainWidget::captionChangeRequest | ( | const QString & | caption | ) | [signal] |
| static void KMMainWidget::cleanup | ( | ) | [static] |
| void KMMainWidget::clearFilterActions | ( | ) | [slot] |
| void KMMainWidget::clearMessageTagActions | ( | ) | [slot] |
Clear and create actions for message tag toggling.
Definition at line 3731 of file kmmainwidget.cpp.
| void KMMainWidget::closeFolder | ( | ) | [protected] |
Definition at line 2084 of file kmmainwidget.cpp.
| KConfig* KMMainWidget::config | ( | ) | [protected] |
- Returns:
- the correct config dialog depending on whether the parent of the mainWidget is a KPart or a KMMainWindow.
When dealing with geometries, use this pointer
| void KMMainWidget::copySelectedToFolder | ( | QAction * | act | ) | [protected, virtual, slot] |
Copy selected messages to folder with corresponding to given qaction.
Definition at line 3405 of file kmmainwidget.cpp.
| void KMMainWidget::createWidgets | ( | ) | [protected] |
Definition at line 722 of file kmmainwidget.cpp.
| KAction* KMMainWidget::deleteAction | ( | ) | const [inline] |
Definition at line 129 of file kmmainwidget.h.
| KAction* KMMainWidget::deleteThreadAction | ( | ) | const [inline] |
Definition at line 131 of file kmmainwidget.h.
| void KMMainWidget::deleteWidgets | ( | ) | [protected] |
Definition at line 703 of file kmmainwidget.cpp.
| void KMMainWidget::destruct | ( | ) |
Definition at line 280 of file kmmainwidget.cpp.
| KAction* KMMainWidget::editAction | ( | ) | const [inline] |
Definition at line 133 of file kmmainwidget.h.
| KMail::FavoriteFolderView* KMMainWidget::favoriteFolderView | ( | ) | const [inline] |
Definition at line 117 of file kmmainwidget.h.
| KActionMenu* KMMainWidget::filterMenu | ( | ) | const [inline] |
Definition at line 126 of file kmmainwidget.h.
| KAction* KMMainWidget::findInMessageAction | ( | ) | const [inline] |
Definition at line 137 of file kmmainwidget.h.
| void KMMainWidget::folderClosed | ( | KMFolder * | folder | ) | [protected, slot] |
Reopens the folder if it was closed because of a rename.
Definition at line 2097 of file kmmainwidget.cpp.
| void KMMainWidget::folderSelected | ( | ) | [slot] |
| void KMMainWidget::folderSelected | ( | KMFolder * | aFolder, | |
| bool | forceJumpToUnread = false | |||
| ) | [slot] |
Select the given folder If the folder is 0 the intro is shown.
Definition at line 2116 of file kmmainwidget.cpp.
| void KMMainWidget::folderSelectedUnread | ( | KMFolder * | aFolder | ) | [slot] |
Select the folder and jump to the next unread msg.
Definition at line 2058 of file kmmainwidget.cpp.
| KMFolderTree* KMMainWidget::folderTree | ( | ) | const [inline] |
Definition at line 116 of file kmmainwidget.h.
| KAction* KMMainWidget::forwardAction | ( | ) | const [inline] |
Definition at line 123 of file kmmainwidget.h.
| KAction* KMMainWidget::forwardAttachedAction | ( | ) | const [inline] |
Definition at line 124 of file kmmainwidget.h.
| KActionMenu* KMMainWidget::forwardMenu | ( | ) | const [inline] |
Definition at line 122 of file kmmainwidget.h.
| void KMMainWidget::getAccountMenu | ( | ) | [protected, slot] |
Definition at line 2597 of file kmmainwidget.cpp.
| void KMMainWidget::getTransportMenu | ( | ) | [protected, slot] |
Definition at line 2614 of file kmmainwidget.cpp.
| KMHeaders* KMMainWidget::headers | ( | ) | const [inline] |
Definition at line 151 of file kmmainwidget.h.
| KToggleAction* KMMainWidget::ignoreThreadAction | ( | ) | const [inline] |
Definition at line 149 of file kmmainwidget.h.
| void KMMainWidget::initializeFilterActions | ( | ) | [slot] |
Definition at line 3935 of file kmmainwidget.cpp.
| void KMMainWidget::initializeFolderShortcutActions | ( | ) | [slot] |
| void KMMainWidget::initializeIMAPActions | ( | ) | [inline, slot] |
| void KMMainWidget::initializeMessageTagActions | ( | ) | [slot] |
Definition at line 3756 of file kmmainwidget.cpp.
| void KMMainWidget::layoutSplitters | ( | ) | [protected] |
Definition at line 351 of file kmmainwidget.cpp.
| const KMMainWidget::PtrList * KMMainWidget::mainWidgetList | ( | ) | [static] |
Returns a list of all KMMainWidgets.
Warning, the list itself can be 0.
- Returns:
- the list of all main widgets, or 0 if it is not yet initialized
Definition at line 4195 of file kmmainwidget.cpp.
| KMail::MessageActions* KMMainWidget::messageActions | ( | ) | const [inline] |
Definition at line 141 of file kmmainwidget.h.
| void KMMainWidget::messagesTransfered | ( | bool | ) | [signal] |
| KMReaderWin* KMMainWidget::messageView | ( | ) | const [inline] |
| void KMMainWidget::modifyFolder | ( | KMFolderTreeItem * | folderItem | ) |
Definition at line 1249 of file kmmainwidget.cpp.
| KActionMenu* KMMainWidget::mopyActionMenu | ( | ) | const [inline] |
Definition at line 145 of file kmmainwidget.h.
| KActionMenu* KMMainWidget::moveActionMenu | ( | ) | const [inline] |
Definition at line 144 of file kmmainwidget.h.
| void KMMainWidget::moveSelectedToFolder | ( | QAction * | act | ) | [protected, virtual, slot] |
Move selected messages to folder with corresponding to given qaction.
Definition at line 3397 of file kmmainwidget.cpp.
| void KMMainWidget::newFromTemplate | ( | KMMessage * | msg | ) | [protected] |
Definition at line 1197 of file kmmainwidget.cpp.
| KAction* KMMainWidget::openAction | ( | ) | const [inline] |
Definition at line 139 of file kmmainwidget.h.
| void KMMainWidget::openFolder | ( | ) | [protected] |
Definition at line 2064 of file kmmainwidget.cpp.
| KAction* KMMainWidget::printAction | ( | ) | const [inline] |
Definition at line 127 of file kmmainwidget.h.
| void KMMainWidget::readConfig | ( | void | ) | [virtual] |
Read configuration options after widgets are created.
unread / total columns as we have some dependencies in this widget it's better to manage these here
Definition at line 525 of file kmmainwidget.cpp.
| void KMMainWidget::readFolderConfig | ( | void | ) | [virtual] |
| void KMMainWidget::readPreConfig | ( | ) | [virtual] |
Read configuration options before widgets are created.
Definition at line 298 of file kmmainwidget.cpp.
| KAction* KMMainWidget::redirectAction | ( | ) | const [inline] |
Definition at line 125 of file kmmainwidget.h.
| void KMMainWidget::removeDuplicates | ( | ) | [protected, slot] |
Definition at line 3828 of file kmmainwidget.cpp.
| KAction* KMMainWidget::saveAsAction | ( | ) | const [inline] |
Definition at line 132 of file kmmainwidget.h.
| KAction* KMMainWidget::saveAttachmentsAction | ( | ) | const [inline] |
Definition at line 138 of file kmmainwidget.h.
| KAction* KMMainWidget::sendAgainAction | ( | ) | const [inline] |
Definition at line 135 of file kmmainwidget.h.
| void KMMainWidget::setupActions | ( | void | ) | [protected] |
Definition at line 2650 of file kmmainwidget.cpp.
| void KMMainWidget::showEvent | ( | QShowEvent * | event | ) | [protected, virtual] |
| void KMMainWidget::showMsg | ( | KMReaderWin * | win, | |
| KMMessage * | msg | |||
| ) | [protected] |
| void KMMainWidget::showOfflinePage | ( | ) | [protected, slot] |
Show a message screen explaining that we are currently offline, when an online folder is selected.
Definition at line 2243 of file kmmainwidget.cpp.
| void KMMainWidget::slotAccountWizard | ( | ) | [protected, slot] |
Definition at line 4173 of file kmmainwidget.cpp.
| void KMMainWidget::slotAddrBook | ( | ) | [protected, slot] |
Definition at line 1007 of file kmmainwidget.cpp.
| void KMMainWidget::slotAntiSpamWizard | ( | ) | [protected, slot] |
Definition at line 4159 of file kmmainwidget.cpp.
| void KMMainWidget::slotAntiVirusWizard | ( | ) | [protected, slot] |
Definition at line 4166 of file kmmainwidget.cpp.
| void KMMainWidget::slotApplyFilters | ( | ) | [protected, slot] |
Definition at line 1866 of file kmmainwidget.cpp.
| void KMMainWidget::slotChangeCaption | ( | Q3ListViewItem * | i | ) | [protected, slot] |
| void KMMainWidget::slotCheckMail | ( | ) | [slot] |
Definition at line 1020 of file kmmainwidget.cpp.
| void KMMainWidget::slotCheckOneAccount | ( | QAction * | item | ) | [protected, slot] |
Definition at line 1029 of file kmmainwidget.cpp.
| void KMMainWidget::slotCheckVacation | ( | ) | [protected, slot] |
Definition at line 1872 of file kmmainwidget.cpp.
| void KMMainWidget::slotCollapseAllThreads | ( | ) | [protected, slot] |
Definition at line 3374 of file kmmainwidget.cpp.
| void KMMainWidget::slotCollapseThread | ( | ) | [protected, slot] |
Definition at line 3364 of file kmmainwidget.cpp.
| void KMMainWidget::slotCompactAll | ( | ) | [protected, slot] |
Definition at line 1527 of file kmmainwidget.cpp.
| void KMMainWidget::slotCompactFolder | ( | ) | [protected, slot] |
Definition at line 1428 of file kmmainwidget.cpp.
| void KMMainWidget::slotCompose | ( | ) | [protected, slot] |
Definition at line 1126 of file kmmainwidget.cpp.
| void KMMainWidget::slotConfigChanged | ( | ) | [protected, slot] |
Definition at line 1970 of file kmmainwidget.cpp.
| void KMMainWidget::slotCopyMsg | ( | ) | [protected, slot] |
Definition at line 1941 of file kmmainwidget.cpp.
| void KMMainWidget::slotCopyMsgToFolder | ( | KMFolder * | dest | ) | [protected, slot] |
Definition at line 1860 of file kmmainwidget.cpp.
| void KMMainWidget::slotCreateTodo | ( | ) | [protected, slot] |
Definition at line 4220 of file kmmainwidget.cpp.
| void KMMainWidget::slotCustomForwardMsg | ( | const QString & | tmpl | ) | [protected, slot] |
Definition at line 1715 of file kmmainwidget.cpp.
| void KMMainWidget::slotCustomReplyAllToMsg | ( | const QString & | tmpl | ) | [protected, slot] |
Definition at line 1702 of file kmmainwidget.cpp.
KDE 4.2 API Reference