![]() |
BuildmLearn Toolkit
2.0.4
BuildmLearn Toolkit is an easy-to-use program that helps users make mobile apps without any knowledge of application development.
|
Application-wide tray icon. More...
#include <systemtrayicon.h>
Public Slots | |
void | show () |
Displays tray icon. | |
Signals | |
void | leftMouseClicked () |
Emitted if user clicks tray icon with left mouse button. | |
Public Member Functions | |
SystemTrayIcon (const QString &icon, QObject *parent=0) | |
Constructor. More... | |
void | showMessage (const QString &title, const QString &message, MessageIcon icon=Information, int milliseconds_timeout_hint=TRAY_ICON_BUBBLE_TIMEOUT, QObject *click_target=NULL, const char *click_slot=NULL) |
Displays new balloon tip with message. More... | |
Static Public Member Functions | |
static bool | isSystemTrayAvailable () |
Indicates whether tray icon is supported. More... | |
Application-wide tray icon.
Definition at line 66 of file systemtrayicon.h.
|
explicit |
Constructor.
icon | Icon for tray icon. |
parent | Parent of tray icon. |
Definition at line 61 of file systemtrayicon.cpp.
|
static |
Indicates whether tray icon is supported.
Definition at line 102 of file systemtrayicon.cpp.
void SystemTrayIcon::showMessage | ( | const QString & | title, |
const QString & | message, | ||
MessageIcon | icon = Information , |
||
int | milliseconds_timeout_hint = TRAY_ICON_BUBBLE_TIMEOUT , |
||
QObject * | click_target = NULL , |
||
const char * | click_slot = NULL |
||
) |
Displays new balloon tip with message.
title | Title of message. |
message | Content of message. |
icon | Icon of message. |
milliseconds_timeout_hint | Number of miliseconds for message to being visible. |
click_target | Target object for balloon tip click. |
click_slot | Target object method for balloon tip click. |
Definition at line 78 of file systemtrayicon.cpp.