#include "lugre_prefix.h"#include "lugre_scripting.h"#include "lugre_luabind.h"#include "lugre_widget.h"#include "lugre_gfx2D.h"#include "lugre_smartptr.h"#include "lua.h"#include "lauxlib.h"#include "lualib.h"

Go to the source code of this file.
Namespaces | |
| namespace | Lugre |
Classes | |
| class | Lugre::cDialog_L |
| class | Lugre::cWidget_L |
Defines | |
| #define | REGISTER_METHOD(methodname) mlMethod.push_back(make_luaL_reg(#methodname,&cDialog_L::methodname)); |
| #define | REGISTER_METHOD(methodname) mlMethod.push_back(make_luaL_reg(#methodname,&cWidget_L::methodname)); |
| #define REGISTER_METHOD | ( | methodname | ) | mlMethod.push_back(make_luaL_reg(#methodname,&cWidget_L::methodname)); |
| #define REGISTER_METHOD | ( | methodname | ) | mlMethod.push_back(make_luaL_reg(#methodname,&cDialog_L::methodname)); |
1.5.6