kmail
KMMainWidget Class Reference
Inherits QWidget.
Detailed Description
Definition at line 80 of file kmmainwidget.h.
Member Function Documentation
void KMMainWidget::readPreConfig | ( | void | ) | [virtual] |
Read configuration options before widgets are created.
Definition at line 279 of file kmmainwidget.cpp.
void KMMainWidget::readFolderConfig | ( | void | ) | [virtual] |
void KMMainWidget::writeFolderConfig | ( | void | ) | [virtual] |
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 326 of file kmmainwidget.cpp.
void KMMainWidget::writeConfig | ( | void | ) | [virtual] |
KMReaderWin* KMMainWidget::messageView | ( | void | ) | const [inline] |
static const QValueList<KMMainWidget*>* KMMainWidget::mainWidgetList | ( | ) | [inline, 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 162 of file kmmainwidget.h.
bool KMMainWidget::shortcutIsValid | ( | const KShortcut & | sc | ) | const |
Checks a shortcut against the actioncollection and returns whether it is already used and therefor not valid or not.
Definition at line 3885 of file kmmainwidget.cpp.
void KMMainWidget::setAccelsEnabled | ( | bool | enabled = true |
) |
Enable or disable the global accelerators.
This is useful for keyboard navigation inside child widgets like combo boxes.
Definition at line 4038 of file kmmainwidget.cpp.
void KMMainWidget::setupForwardingActionsList | ( | ) |
void KMMainWidget::slotCheckMail | ( | ) | [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 1973 of file kmmainwidget.cpp.
void KMMainWidget::folderSelected | ( | ) | [slot] |
void KMMainWidget::folderSelectedUnread | ( | KMFolder * | aFolder | ) | [slot] |
Select the folder and jump to the next unread msg.
Definition at line 1956 of file kmmainwidget.cpp.
void KMMainWidget::slotSelectFolder | ( | KMFolder * | folder | ) | [slot] |
Change the current folder, select a message in the current folder.
Definition at line 2142 of file kmmainwidget.cpp.
void KMMainWidget::updateMessageMenu | ( | ) | [slot] |
void KMMainWidget::startUpdateMessageActionsTimer | ( | ) | [slot] |
void KMMainWidget::updateMessageActions | ( | ) | [slot] |
void KMMainWidget::slotSubscriptionDialog | ( | ) | [slot] |
void KMMainWidget::slotLocalSubscriptionDialog | ( | ) | [slot] |
Launch dialog for local (client side) subscription configuration.
Definition at line 3965 of file kmmainwidget.cpp.
void KMMainWidget::slotFolderTreeColumnsChanged | ( | ) | [slot] |
void KMMainWidget::clearFilterActions | ( | ) | [slot] |
void KMMainWidget::initializeIMAPActions | ( | ) | [inline, slot] |
void KMMainWidget::initializeFolderShortcutActions | ( | ) | [slot] |
void KMMainWidget::slotShortcutChanged | ( | KMFolder * | folder | ) | [slot] |
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::slotShowTip | ( | ) | [protected, slot] |
void KMMainWidget::slotNextMessage | ( | ) | [protected, slot] |
void KMMainWidget::slotDisplayCurrentMessage | ( | ) | [protected, slot] |
void KMMainWidget::slotUpdateUndo | ( | ) | [protected, slot] |
void KMMainWidget::moveSelectedToFolder | ( | int | menuId | ) | [protected, virtual, slot] |
Move selected messages to folder with corresponding to given menuid.
Definition at line 3371 of file kmmainwidget.cpp.
void KMMainWidget::copySelectedToFolder | ( | int | menuId | ) | [protected, virtual, slot] |
Copy selected messages to folder with corresponding to given menuid.
Definition at line 3379 of file kmmainwidget.cpp.
void KMMainWidget::updateFolderMenu | ( | ) | [protected, slot] |
Update html and threaded messages preferences in Folder menu.
Definition at line 3547 of file kmmainwidget.cpp.
void KMMainWidget::updateMarkAsReadAction | ( | ) | [protected, slot] |
Enable or disable the "mark all as read" action.
Needs to happen more often the the other updates and is therefor in its own method.
Definition at line 3541 of file kmmainwidget.cpp.
void KMMainWidget::slotToggleShowQuickSearch | ( | ) | [protected, slot] |
void KMMainWidget::slotEditNotifications | ( | ) | [protected, slot] |
void KMMainWidget::slotChangeCaption | ( | QListViewItem * | i | ) | [protected, slot] |
void KMMainWidget::slotReplyToMsg | ( | ) | [protected, slot] |
void KMMainWidget::slotFolderRemoved | ( | KMFolder * | folder | ) | [protected, slot] |
Remove the shortcut actions associated with a folder.
Definition at line 3848 of file kmmainwidget.cpp.
void KMMainWidget::slotShowBusySplash | ( | ) | [protected, slot] |
Show a splash screen for the longer-lasting operation.
Definition at line 2084 of file kmmainwidget.cpp.
void KMMainWidget::showOfflinePage | ( | ) | [protected, slot] |
Show a message screen explaining that we are currently offline, when an online folder is selected.
Definition at line 2095 of file kmmainwidget.cpp.
The documentation for this class was generated from the following files: