kmail
KMMainWidget Class Reference
Inherits QWidget.
Detailed Description
Definition at line 79 of file kmmainwidget.h.
Member Function Documentation
void KMMainWidget::readPreConfig | ( | void | ) | [virtual] |
Read configuration options before widgets are created.
Definition at line 270 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 316 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 159 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 3761 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 3913 of file kmmainwidget.cpp.
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 1908 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 1871 of file kmmainwidget.cpp.
void KMMainWidget::slotSelectFolder | ( | KMFolder * | folder | ) | [slot] |
Change the current folder, select a message in the current folder.
Definition at line 2078 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 3841 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 3250 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 3258 of file kmmainwidget.cpp.
void KMMainWidget::updateFolderMenu | ( | ) | [protected, slot] |
Update html and threaded messages preferences in Folder menu.
Definition at line 3422 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 3416 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 3724 of file kmmainwidget.cpp.
void KMMainWidget::slotShowBusySplash | ( | ) | [protected, slot] |
Show a splash screen for the longer-lasting operation.
Definition at line 2022 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 2033 of file kmmainwidget.cpp.
The documentation for this class was generated from the following files: