diff options
| author | 2008-10-10 16:41:27 +0000 | |
|---|---|---|
| committer | 2008-10-10 16:41:27 +0000 | |
| commit | 6cdf85ca8f437918f6ca661816cd38c82640674d (patch) | |
| tree | 0558279dd7b58ef90c117b0d13bb0b9553de231b /src/modules/objects/class_button.h | |
| parent | Linking fix (diff) | |
| download | KVIrc-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_button.h')
| -rw-r--r-- | src/modules/objects/class_button.h | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/src/modules/objects/class_button.h b/src/modules/objects/class_button.h index e30ecb98d..e4ffe4c05 100644 --- a/src/modules/objects/class_button.h +++ b/src/modules/objects/class_button.h @@ -40,16 +40,11 @@ public: protected: virtual bool init(KviKvsRunTimeContext * pContext,KviKvsVariantList *pParams); - bool functionSetText(KviKvsObjectFunctionCall *c); - bool functionIsChecked(KviKvsObjectFunctionCall *c); - bool functionText(KviKvsObjectFunctionCall *c); - bool functionSetAutoDefault(KviKvsObjectFunctionCall *c); - bool functionSetToggleButton(KviKvsObjectFunctionCall *c); - bool functionSetChecked(KviKvsObjectFunctionCall *c); - bool functionisChecked(KviKvsObjectFunctionCall *c); - bool functionToggle(KviKvsObjectFunctionCall *c); - bool functionSetImage(KviKvsObjectFunctionCall *c); - bool functionclickEvent(KviKvsObjectFunctionCall *c); + bool setText(KviKvsObjectFunctionCall *c); + bool text(KviKvsObjectFunctionCall *c); + + bool setImage(KviKvsObjectFunctionCall *c); + bool clickEvent(KviKvsObjectFunctionCall *c); protected slots: void slotClicked(); |
