QSystemTrayIcon

  Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic! Mail us feedback on this topic!  

CLASS REFERENCE
Source: /harbour/contrib/hbqt/TQSystemTrayIcon.prg
http://doc.trolltech.com/4.5/qsystemtrayicon.htm
oSystemTrayIcon : contextMenu() pQMenu
oSystemTrayIcon : geometry() pQRect
oSystemTrayIcon : icon() pQIcon
oSystemTrayIcon : isVisible() lBool
oSystemTrayIcon : setContextMenu( pMenu ) NIL
oSystemTrayIcon : setIcon( cIcon ) NIL
oSystemTrayIcon : setToolTip( cTip ) NIL
oSystemTrayIcon : showMessage( cTitle, cMessage, nIcon, nMillisecondsTimeoutHint ) NIL
oSystemTrayIcon : toolTip() cQString
oSystemTrayIcon : isSystemTrayAvailable() lBool
oSystemTrayIcon : supportsMessages() lBool
oSystemTrayIcon : hide() NIL
oSystemTrayIcon : setVisible( lVisible ) NIL
oSystemTrayIcon : show() NIL
FUNCTIONS REFERENCE
Source: /harbour/contrib/hbqt/QSystemTrayIcon.cpp
Qt_QSystemTrayIcon_contextMenu( pQSystemTrayIcon )pQMenu
Qt_QSystemTrayIcon_geometry( pQSystemTrayIcon )pQRect
Qt_QSystemTrayIcon_icon( pQSystemTrayIcon )pQIcon
Qt_QSystemTrayIcon_isVisible( pQSystemTrayIcon )lBool
Qt_QSystemTrayIcon_setContextMenu( pQSystemTrayIcon, pMenu )NIL
Qt_QSystemTrayIcon_setIcon( pQSystemTrayIcon, cIcon )NIL
Qt_QSystemTrayIcon_setToolTip( pQSystemTrayIcon, cTip )NIL
Qt_QSystemTrayIcon_showMessage( pQSystemTrayIcon, cTitle, cMessage, nIcon, nMillisecondsTimeoutHint )NIL
Qt_QSystemTrayIcon_toolTip( pQSystemTrayIcon )cQString
Qt_QSystemTrayIcon_isSystemTrayAvailable( pQSystemTrayIcon )lBool
Qt_QSystemTrayIcon_supportsMessages( pQSystemTrayIcon )lBool
Qt_QSystemTrayIcon_hide( pQSystemTrayIcon )NIL
Qt_QSystemTrayIcon_setVisible( pQSystemTrayIcon, lVisible )NIL
Qt_QSystemTrayIcon_show( pQSystemTrayIcon )NIL