aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_groupbox.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_groupbox.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_groupbox.h')
-rw-r--r--src/modules/objects/class_groupbox.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/src/modules/objects/class_groupbox.h b/src/modules/objects/class_groupbox.h
index ed1d6d23f..f76d45c17 100644
--- a/src/modules/objects/class_groupbox.h
+++ b/src/modules/objects/class_groupbox.h
@@ -41,22 +41,22 @@ protected:
virtual bool init(KviKvsRunTimeContext * pContext,KviKvsVariantList *pParams);
- bool functionSetTitle(KviKvsObjectFunctionCall *c);
- bool functionTitle(KviKvsObjectFunctionCall *c);
- bool functionSetFlat(KviKvsObjectFunctionCall *c);
- bool functionIsFlat(KviKvsObjectFunctionCall *c);
- bool functionSetCheckable(KviKvsObjectFunctionCall *c);
- bool functionIsCheckable(KviKvsObjectFunctionCall *c);
- bool functionSetInsideMargin(KviKvsObjectFunctionCall *c);
- bool functionInsideMargin(KviKvsObjectFunctionCall *c);
- bool functionSetInsideSpacing(KviKvsObjectFunctionCall *c);
- bool functionInsideSpacing(KviKvsObjectFunctionCall *c);
- bool functionAddSpace(KviKvsObjectFunctionCall *c);
- bool functionAlignment(KviKvsObjectFunctionCall *c);
- bool functionSetAlignment(KviKvsObjectFunctionCall *c);
- bool functionSetOrientation(KviKvsObjectFunctionCall *c);
- bool functionIsChecked(KviKvsObjectFunctionCall *c);
- bool functionSetChecked(KviKvsObjectFunctionCall *c);
+ bool setTitle(KviKvsObjectFunctionCall *c);
+ bool title(KviKvsObjectFunctionCall *c);
+ bool setFlat(KviKvsObjectFunctionCall *c);
+ bool isFlat(KviKvsObjectFunctionCall *c);
+ bool setCheckable(KviKvsObjectFunctionCall *c);
+ bool isCheckable(KviKvsObjectFunctionCall *c);
+ bool setInsideMargin(KviKvsObjectFunctionCall *c);
+ bool insideMargin(KviKvsObjectFunctionCall *c);
+ bool setInsideSpacing(KviKvsObjectFunctionCall *c);
+ bool insideSpacing(KviKvsObjectFunctionCall *c);
+ bool addSpace(KviKvsObjectFunctionCall *c);
+ bool alignment(KviKvsObjectFunctionCall *c);
+ bool setAlignment(KviKvsObjectFunctionCall *c);
+ bool setOrientation(KviKvsObjectFunctionCall *c);
+ bool isChecked(KviKvsObjectFunctionCall *c);
+ bool setChecked(KviKvsObjectFunctionCall *c);
};
#endif //!_CLASS_GROUPBOX_H_