aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_spinBox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/KvsObject_spinBox.cpp')
-rw-r--r--src/modules/objects/KvsObject_spinBox.cpp8
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).