Qt 4.8
Functions | Variables
qsystemtrayicon.cpp File Reference
#include "qsystemtrayicon.h"
#include "qsystemtrayicon_p.h"
#include "qmenu.h"
#include "qevent.h"
#include "qpoint.h"
#include "qlabel.h"
#include "qpushbutton.h"
#include "qpainterpath.h"
#include "qpainter.h"
#include "qstyle.h"
#include "qgridlayout.h"
#include "qapplication.h"
#include "qdesktopwidget.h"
#include "qbitmap.h"
#include "private/qlabel_p.h"

Go to the source code of this file.

Functions

void qtsystray_sendActivated (QSystemTrayIcon *i, int r)
 

Variables

static QBalloonTiptheSolitaryBalloonTip = 0
 

Function Documentation

◆ qtsystray_sendActivated()

void qtsystray_sendActivated ( QSystemTrayIcon i,
int  r 
)

Definition at line 703 of file qsystemtrayicon.cpp.

704 {
706 }
void activated(QSystemTrayIcon::ActivationReason reason)
This signal is emitted when the user activates the system tray icon.
#define emit
Definition: qobjectdefs.h:76
ActivationReason
This enum describes the reason the system tray was activated.

Variable Documentation

◆ theSolitaryBalloonTip

QBalloonTip* theSolitaryBalloonTip = 0
static

Definition at line 430 of file qsystemtrayicon.cpp.

Referenced by QBalloonTip::hideBalloon(), and QBalloonTip::isBalloonVisible().