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_spinBox.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/modules/objects/KvsObject_spinBox.cpp') 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() - 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). -- cgit v1.3.1-10-gc9f91