17 #ifndef NURIA_LUAVALUE_HPP
18 #define NURIA_LUAVALUE_HPP
20 #include <QSharedDataPointer>
24 #include "lua_global.hpp"
25 #include "luaobject.hpp"
29 class LuaMetaObjectWrapper;
30 class LuaValuePrivate;
80 bool isValid ()
const;
83 QVariant toVariant ()
const;
96 static Type qtTypeToLua (
int type);
106 friend class LuaMetaObjectWrapper;
107 friend class LuaMetaObject;
108 friend class LuaStackUtils;
113 void initValue (
int idx);
114 void setLuaObject (
int idx);
117 QExplicitlySharedDataPointer< LuaValuePrivate > d;
122 typedef QVector< LuaValue > LuaValues;
126 #endif // NURIA_LUAVALUE_HPP
Definition: abstractsessionmanager.hpp:24
Type
Definition: luavalue.hpp:44
Runtime for the LUA scripting language.
Definition: luaruntime.hpp:77
Stores a value from LUA.
Definition: luavalue.hpp:40
Stores a C++ object with an associated Nuria::MetaObject.
Definition: luaobject.hpp:41