diff options
| author | 2015-12-09 12:00:31 +0000 | |
|---|---|---|
| committer | 2015-12-19 02:40:22 +0000 | |
| commit | f4c79ca075042b834ba04adbd32b1973245089a0 (patch) | |
| tree | 8a6d98a8184fbba82f69784bc3bf07d1cbca1009 /src/modules/objects/KvsObject_trayIcon.cpp | |
| parent | src/modules typos: capitalize, formatting, consistency and syntax fixes (diff) | |
| download | KVIrc-f4c79ca075042b834ba04adbd32b1973245089a0.tar.gz KVIrc-f4c79ca075042b834ba04adbd32b1973245089a0.tar.bz2 KVIrc-f4c79ca075042b834ba04adbd32b1973245089a0.zip | |
src/modules: typos, consistency capitalize, fomatting and indenting fixes
these contains in addition the whitespace changes
Diffstat (limited to 'src/modules/objects/KvsObject_trayIcon.cpp')
| -rw-r--r-- | src/modules/objects/KvsObject_trayIcon.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
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(<image_id>). Sets the tray icon. - See the [doc:image_id]image identifier[/doc] documentation for the explaination of the <image_id> parameter. + See the [doc:image_id]image identifier[/doc] documentation for the explanation of the <image_id> parameter. !fn: setTooltip(<tooltip:string>). Sets the tray icon tooltip. !fn: show() @@ -73,18 +73,18 @@ !fn: activatedEvent(<reason:string>) 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]. |
