kmail
#include <kmsystemtray.h>
Public Member Functions | |
KMSystemTray (QObject *parent=0) | |
~KMSystemTray () | |
bool | hasUnreadMail () const |
void | hideKMail () |
int | mode () const |
void | setMode (int mode) |
void | setShowUnreadCount (bool showUnreadCount) |
void | setSystrayIconNotificationsEnabled (bool enable) |
void | updateSystemTray () |
Detailed Description
Definition at line 35 of file kmsystemtray.h.
Constructor & Destructor Documentation
|
explicit |
construtor
Definition at line 62 of file kmsystemtray.cpp.
KMail::KMSystemTray::~KMSystemTray | ( | ) |
destructor
Definition at line 147 of file kmsystemtray.cpp.
Member Function Documentation
bool KMail::KMSystemTray::hasUnreadMail | ( | ) | const |
Definition at line 423 of file kmsystemtray.cpp.
void KMail::KMSystemTray::hideKMail | ( | ) |
Definition at line 356 of file kmsystemtray.cpp.
int KMail::KMSystemTray::mode | ( | ) | const |
Definition at line 179 of file kmsystemtray.cpp.
void KMail::KMSystemTray::setMode | ( | int | mode | ) |
Definition at line 159 of file kmsystemtray.cpp.
void KMail::KMSystemTray::setShowUnreadCount | ( | bool | showUnreadCount | ) |
Definition at line 151 of file kmsystemtray.cpp.
void KMail::KMSystemTray::setSystrayIconNotificationsEnabled | ( | bool | enable | ) |
Use this method to disable any systray icon changing.
By default this is enabled and you'll see the "new e-mail" icon whenever there's new e-mail.
Definition at line 256 of file kmsystemtray.cpp.
void KMail::KMSystemTray::updateSystemTray | ( | ) |
Definition at line 440 of file kmsystemtray.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:34:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.