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_spinBox.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_spinBox.cpp')
| -rw-r--r-- | src/modules/objects/KvsObject_spinBox.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/objects/KvsObject_spinBox.cpp b/src/modules/objects/KvsObject_spinBox.cpp index 60fe55c20..991c82211 100644 --- a/src/modules/objects/KvsObject_spinBox.cpp +++ b/src/modules/objects/KvsObject_spinBox.cpp @@ -88,12 +88,12 @@ Returns the special-value text. See also [classfnc]$setSpecialValueText[/classfnc]() !fn: $valueChangedEvent(<new value:integer>) - This function is called by the framework when the spinbox value is changed and return the new slider value as its argument.[br] + This function is called by the framework when the spin box value is changed and return the new slider value as its argument.[br] The default implementation emits the [classfnc]$valueChanged[/classfnc]() signal, - so it is easy to handle the values from many spinboxes without reimplementing + so it is easy to handle the values from many spin boxes without reimplementing the [classfnc]$valueChangedEvent[/classfnc]() for every one.[br] - Note: If you reimplement this function to catch the spinbox value, you will have to emit the signal by yourself (if you still need it, obviously). - @signals: + Note: If you reimplement this function to catch the spin box value, you will have to emit the signal by yourself (if you still need it, obviously). + @signals: !sg: $valueChanged() This signal is emitted by the default implementation of [classfnc]valueChangedEvent[/classfnc]().[br] If you reimplement that function you will have to emit the signal manually (if you still need it). |
