Static Public Member Functions | |
| static mixed | Desktop_ShouldContainerBeSaved (mixed widget) |
| static mixed | GetDesktopElementPosition (mixed name, mixed param) |
| static mixed | luadump (mixed name, mixed data) |
| static mixed | LoadDesktop (mixed file) |
| loads a given desktop | |
| static mixed | SaveDesktop (mixed file) |
| stores the current desktop into a file, if file is nil the current opened file will be used | |
| static mixed | OpenDesktopElement (mixed name, mixed x, mixed y, mixed param) |
| create/open/reposition then given desktop element, like spell, backback... | |
| static mixed | RemoveDesktopElement (mixed name, mixed param) |
| static mixed | ReplaceDesktopElementIn (mixed name, mixed x, mixed y, mixed param, mixed list) |
| static mixed | ReplaceDesktopElement (mixed name, mixed x, mixed y, mixed param) |
Definition at line 4246 of file lua_pseudo_code.cpp.
| static mixed desktop::Desktop_ShouldContainerBeSaved | ( | mixed | widget | ) | [inline, static] |
Definition at line 4248 of file lua_pseudo_code.cpp.
| static mixed desktop::GetDesktopElementPosition | ( | mixed | name, | |
| mixed | param | |||
| ) | [inline, static] |
------------------------------------------------------------------------ ------------------------------------------------------------------------
Definition at line 4252 of file lua_pseudo_code.cpp.
| static mixed desktop::luadump | ( | mixed | name, | |
| mixed | data | |||
| ) | [inline, static] |
Definition at line 4254 of file lua_pseudo_code.cpp.
| static mixed desktop::LoadDesktop | ( | mixed | file | ) | [inline, static] |
| static mixed desktop::SaveDesktop | ( | mixed | file | ) | [inline, static] |
stores the current desktop into a file, if file is nil the current opened file will be used
Definition at line 4260 of file lua_pseudo_code.cpp.
| static mixed desktop::OpenDesktopElement | ( | mixed | name, | |
| mixed | x, | |||
| mixed | y, | |||
| mixed | param | |||
| ) | [inline, static] |
create/open/reposition then given desktop element, like spell, backback...
Definition at line 4263 of file lua_pseudo_code.cpp.
| static mixed desktop::RemoveDesktopElement | ( | mixed | name, | |
| mixed | param | |||
| ) | [inline, static] |
Definition at line 4265 of file lua_pseudo_code.cpp.
| static mixed desktop::ReplaceDesktopElementIn | ( | mixed | name, | |
| mixed | x, | |||
| mixed | y, | |||
| mixed | param, | |||
| mixed | list | |||
| ) | [inline, static] |
Definition at line 4267 of file lua_pseudo_code.cpp.
| static mixed desktop::ReplaceDesktopElement | ( | mixed | name, | |
| mixed | x, | |||
| mixed | y, | |||
| mixed | param | |||
| ) | [inline, static] |
Definition at line 4269 of file lua_pseudo_code.cpp.
1.5.6