#include <lua.hpp>
#include <QString>
#include <QMap>
#include <QVariant>
Go to the source code of this file.
Classes | |
class | lua_util |
Typedefs | |
typedef QMap< QString, lua_CFunction > | LuaMap |
Functions | |
void * | luaL_testudata (lua_State *L, int ud, const char *tname) |
int | luaL_pushvariant (lua_State *L, const QVariant &pV) |
typedef QMap<QString,lua_CFunction> LuaMap |
int luaL_pushvariant | ( | lua_State * | L, |
const QVariant & | pV | ||
) |
void* luaL_testudata | ( | lua_State * | L, |
int | ud, | ||
const char * | tname | ||
) |