Static Public Member Functions | |
| static mixed | OpenBrowser (mixed url) |
| static mixed | MyPOpen (mixed...) |
| static mixed | lugre_include_libs (mixed basepath, mixed lugrewidgetpath) |
| static mixed | LugreIsGlobalVarName (mixed name) |
Definition at line 4818 of file lua_pseudo_code.cpp.
| static mixed lugre::OpenBrowser | ( | mixed | url | ) | [inline, static] |
Definition at line 4820 of file lua_pseudo_code.cpp.
| static mixed lugre::MyPOpen | ( | mixed... | ) | [inline, static] |
Definition at line 4822 of file lua_pseudo_code.cpp.
| static mixed lugre::lugre_include_libs | ( | mixed | basepath, | |
| mixed | lugrewidgetpath | |||
| ) | [inline, static] |
Definition at line 4824 of file lua_pseudo_code.cpp.
| static mixed lugre::LugreIsGlobalVarName | ( | mixed | name | ) | [inline, static] |
test if a name is following the convention for global variables and constants (e.g. giMyInt or gSomething or kBlub) g : globals k : constants c : classes
Definition at line 4830 of file lua_pseudo_code.cpp.
1.5.6