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 60 of file kmsystemtray.cpp.
KMail::KMSystemTray::~KMSystemTray | ( | ) |
destructor
Definition at line 142 of file kmsystemtray.cpp.
Member Function Documentation
bool KMail::KMSystemTray::hasUnreadMail | ( | ) | const |
Definition at line 400 of file kmsystemtray.cpp.
void KMail::KMSystemTray::hideKMail | ( | ) |
Definition at line 333 of file kmsystemtray.cpp.
int KMail::KMSystemTray::mode | ( | ) | const |
Definition at line 174 of file kmsystemtray.cpp.
void KMail::KMSystemTray::setMode | ( | int | mode | ) |
Definition at line 154 of file kmsystemtray.cpp.
void KMail::KMSystemTray::setShowUnreadCount | ( | bool | showUnreadCount | ) |
Definition at line 146 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 233 of file kmsystemtray.cpp.
void KMail::KMSystemTray::updateSystemTray | ( | ) |
Definition at line 417 of file kmsystemtray.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.