aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_lcd.h
diff options
context:
space:
mode:
authorGravatar Noldor2008-10-10 16:41:27 +0000
committerGravatar Noldor2008-10-10 16:41:27 +0000
commit6cdf85ca8f437918f6ca661816cd38c82640674d (patch)
tree0558279dd7b58ef90c117b0d13bb0b9553de231b /src/modules/objects/class_lcd.h
parentLinking fix (diff)
downloadKVIrc-6cdf85ca8f437918f6ca661816cd38c82640674d.tar.gz
KVIrc-6cdf85ca8f437918f6ca661816cd38c82640674d.tar.bz2
KVIrc-6cdf85ca8f437918f6ca661816cd38c82640674d.zip
object module restyling/enhancement(work in progress)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2689 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_lcd.h')
-rw-r--r--src/modules/objects/class_lcd.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/modules/objects/class_lcd.h b/src/modules/objects/class_lcd.h
index 387f42116..a0b8de1af 100644
--- a/src/modules/objects/class_lcd.h
+++ b/src/modules/objects/class_lcd.h
@@ -39,14 +39,14 @@ public:
protected:
virtual bool init(KviKvsRunTimeContext * pContext,KviKvsVariantList *pParams);
- bool functiondisplayStr(KviKvsObjectFunctionCall *c);
- bool functionsetMode(KviKvsObjectFunctionCall *c);
- bool functionsetSegmentStyle(KviKvsObjectFunctionCall *c);
- bool functionsetNumDigits(KviKvsObjectFunctionCall *c);
- bool functionsetSmallDecimalPoint(KviKvsObjectFunctionCall *c);
- bool functioncheckOverflow(KviKvsObjectFunctionCall *c);
- bool functiondisplayInt(KviKvsObjectFunctionCall *c);
- bool functiondisplayDouble(KviKvsObjectFunctionCall *c);
+ bool displayStr(KviKvsObjectFunctionCall *c);
+ bool setMode(KviKvsObjectFunctionCall *c);
+ bool setSegmentStyle(KviKvsObjectFunctionCall *c);
+ bool setNumDigits(KviKvsObjectFunctionCall *c);
+ bool setSmallDecimalPoint(KviKvsObjectFunctionCall *c);
+ bool checkOverflow(KviKvsObjectFunctionCall *c);
+ bool displayInt(KviKvsObjectFunctionCall *c);
+ bool displayDouble(KviKvsObjectFunctionCall *c);
};
#endif // !_CLASS_LCD_H_