aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_slider.h
diff options
context:
space:
mode:
authorGravatar Noldor2008-10-16 12:28:36 +0000
committerGravatar Noldor2008-10-16 12:28:36 +0000
commit9e0effdc52a48f6ffe9ee04451b762c639fff688 (patch)
tree164e8410bc97a71420dcfef8a9b018e8adb7ee2f /src/modules/objects/class_slider.h
parentsome fixes on the notifier (diff)
downloadKVIrc-9e0effdc52a48f6ffe9ee04451b762c639fff688.tar.gz
KVIrc-9e0effdc52a48f6ffe9ee04451b762c639fff688.tar.bz2
KVIrc-9e0effdc52a48f6ffe9ee04451b762c639fff688.zip
more works on objects module (locale stuff+some fixes+code clean)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2742 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_slider.h')
-rw-r--r--src/modules/objects/class_slider.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/modules/objects/class_slider.h b/src/modules/objects/class_slider.h
index acc3fe3f9..536179457 100644
--- a/src/modules/objects/class_slider.h
+++ b/src/modules/objects/class_slider.h
@@ -38,21 +38,21 @@ public:
protected:
virtual bool init(KviKvsRunTimeContext * pContext,KviKvsVariantList *pParams);
- bool functionsetTracking(KviKvsObjectFunctionCall *c);
- bool functionsetValue(KviKvsObjectFunctionCall *c);
- bool functionsetMinValue(KviKvsObjectFunctionCall *c);
- bool functionsetMaxValue(KviKvsObjectFunctionCall *c);
- bool functionsetLineStep(KviKvsObjectFunctionCall *c);
- bool functionsetPageStep(KviKvsObjectFunctionCall *c);
- bool functionsetTickInterval(KviKvsObjectFunctionCall *c);
- bool functionvalue(KviKvsObjectFunctionCall *c);
- bool functionminValue(KviKvsObjectFunctionCall *c);
- bool functionmaxValue(KviKvsObjectFunctionCall *c);
- bool functionlineStep(KviKvsObjectFunctionCall *c);
- bool functionpageStep(KviKvsObjectFunctionCall *c);
- bool functionsetTickmarks(KviKvsObjectFunctionCall *c);
- bool functionsetOrientation(KviKvsObjectFunctionCall *c);
- bool functionvalueChangedEvent(KviKvsObjectFunctionCall *c);
+ bool setTracking(KviKvsObjectFunctionCall *c);
+ bool setValue(KviKvsObjectFunctionCall *c);
+ bool setMinValue(KviKvsObjectFunctionCall *c);
+ bool setMaxValue(KviKvsObjectFunctionCall *c);
+ bool setLineStep(KviKvsObjectFunctionCall *c);
+ bool setPageStep(KviKvsObjectFunctionCall *c);
+ bool setTickInterval(KviKvsObjectFunctionCall *c);
+ bool value(KviKvsObjectFunctionCall *c);
+ bool minValue(KviKvsObjectFunctionCall *c);
+ bool maxValue(KviKvsObjectFunctionCall *c);
+ bool lineStep(KviKvsObjectFunctionCall *c);
+ bool pageStep(KviKvsObjectFunctionCall *c);
+ bool setTickmarks(KviKvsObjectFunctionCall *c);
+ bool setOrientation(KviKvsObjectFunctionCall *c);
+ bool valueChangedEvent(KviKvsObjectFunctionCall *c);
protected slots:
void valueChanged(int);