From f4c79ca075042b834ba04adbd32b1973245089a0 Mon Sep 17 00:00:00 2001 From: un1versal Date: Wed, 9 Dec 2015 12:00:31 +0000 Subject: src/modules: typos, consistency capitalize, fomatting and indenting fixes these contains in addition the whitespace changes --- src/modules/objects/KvsObject_trayIcon.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/modules/objects/KvsObject_trayIcon.cpp') diff --git a/src/modules/objects/KvsObject_trayIcon.cpp b/src/modules/objects/KvsObject_trayIcon.cpp index 3e7728ee1..b1aeb90b6 100644 --- a/src/modules/objects/KvsObject_trayIcon.cpp +++ b/src/modules/objects/KvsObject_trayIcon.cpp @@ -51,7 +51,7 @@ @functions: !fn: setIcon(). Sets the tray icon. - See the [doc:image_id]image identifier[/doc] documentation for the explaination of the parameter. + See the [doc:image_id]image identifier[/doc] documentation for the explanation of the parameter. !fn: setTooltip(). Sets the tray icon tooltip. !fn: show() @@ -73,18 +73,18 @@ !fn: activatedEvent() This event is triggered when the user click the tray icon. If you reimplement this function the reason parameter will be passed as $0. - Values for reason are: + Values for reason are:[br] + [pre] [br]- Unknown : Unknown reason. [br]- Context : The context menu for the tray icon was requested. [br]- DoubleClick : The tray icon was double clicked. [br]- Trigger : The tray icon was clicked. [br]- MiddleClick : The tray icon was clicked with the middle mouse button. + [/pre] The default implementation emits the [classfnc]$activated[/classfnc]() signal. !fn: messageClickedEvent() This event is triggered when the message displayed using [classfnc]$showMessage[/classfnc]() was clicked by the user. The default implementation emits the [classfnc]$messageClicked[/classfnc]() signal. - - @signals: !sg: $activated() This signal is emitted by the default implementation of [classfnc]$activatedEvent[/classfnc]. -- cgit v1.3.1-10-gc9f91