From 93de7f375842c0afb72db8796c45bfda5f1a6f13 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 25 Mar 2011 14:54:32 +0000 Subject: Finished documenting the last widgets. Also some changes in the docgen app. --- client/widgets/metawidget.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'client/widgets/metawidget.h') diff --git a/client/widgets/metawidget.h b/client/widgets/metawidget.h index f44fd79..ef3f198 100644 --- a/client/widgets/metawidget.h +++ b/client/widgets/metawidget.h @@ -34,6 +34,23 @@ #include #include +/*** + * Meta Widget + * @extends widget + * @tag metawidget + * @container + * This widget is simply a caotainer compositing its value from the widgets + * within it. The value of the widget cannot be set and its value attribute is + * therefore ignored. + * @att layout the layout of the widget. Can be one of 'vbox' or 'hbox'. + * @att storechildren This attribute indicates wether the child widgets should + * be stored on macro commit. It can be either 'true' or 'false'. + * @att format This attribute comtains lua code. The return value of the code + * is the resulting value of the meta widget. + * @att layout The layout assigned to the widget. Can be one of 'hbox' or + * 'vbox'. + */ + class QFrame; class MetaWidget : public Widget { -- cgit v1.2.3