gui_widget Class Reference

file : ../lugre/lua/lib.gui.widget.lua (this is just a pseudo class used for grouping global functions) More...

List of all members.

Static Public Member Functions

static mixed LoadWidgetsBase (mixed dirpath)
static mixed LoadWidgets (mixed dirpath)
static mixed RegisterWidgetClass (mixed classname, mixed baseclassname)
static mixed WidgetInitBaseClasses (mixed widget, mixed baseclass, mixed parentwidget, mixed params)
 baseclass : recursive for the baseclass of the baseclass..
static mixed CreateWidget (mixed classname, mixed parentwidget, mixed params, mixed...)
 create and init a new widget
static mixed GuiThemeSetDefaultParam (mixed widgetclass_or_nil, mixed params)
static mixed GuiThemeSetClassParam (mixed themeclass, mixed widgetclass_or_nil, mixed params)


Detailed Description

file : ../lugre/lua/lib.gui.widget.lua (this is just a pseudo class used for grouping global functions)

Definition at line 4605 of file lua_pseudo_code.cpp.


Member Function Documentation

static mixed gui_widget::LoadWidgetsBase ( mixed  dirpath  )  [inline, static]

Definition at line 4607 of file lua_pseudo_code.cpp.

static mixed gui_widget::LoadWidgets ( mixed  dirpath  )  [inline, static]

Definition at line 4609 of file lua_pseudo_code.cpp.

static mixed gui_widget::RegisterWidgetClass ( mixed  classname,
mixed  baseclassname 
) [inline, static]

class is a table containing several methods for managing widgets of this type baseclassname : if nil, derived from base

Definition at line 4613 of file lua_pseudo_code.cpp.

static mixed gui_widget::WidgetInitBaseClasses ( mixed  widget,
mixed  baseclass,
mixed  parentwidget,
mixed  params 
) [inline, static]

baseclass : recursive for the baseclass of the baseclass..

Definition at line 4616 of file lua_pseudo_code.cpp.

static mixed gui_widget::CreateWidget ( mixed  classname,
mixed  parentwidget,
mixed  params,
mixed...   
) [inline, static]

create and init a new widget

Definition at line 4619 of file lua_pseudo_code.cpp.

static mixed gui_widget::GuiThemeSetDefaultParam ( mixed  widgetclass_or_nil,
mixed  params 
) [inline, static]

Definition at line 4621 of file lua_pseudo_code.cpp.

static mixed gui_widget::GuiThemeSetClassParam ( mixed  themeclass,
mixed  widgetclass_or_nil,
mixed  params 
) [inline, static]

Definition at line 4623 of file lua_pseudo_code.cpp.


The documentation for this class was generated from the following file:

Generated on Fri Mar 29 05:41:10 2013 for lua by  doxygen 1.5.6