17 #ifndef NURIA_LUAOBJECT_HPP
18 #define NURIA_LUAOBJECT_HPP
20 #include <QSharedDataPointer>
21 #include "lua_global.hpp"
22 #include "luavalue.hpp"
26 class LuaObjectPrivate;
57 bool isValid ()
const;
63 int reference ()
const;
74 void *object ()
const;
82 QVariant toVariant ()
const;
92 QVariant copy ()
const;
102 bool takeOwnership =
false);
116 bool takeOwnership =
false);
119 friend class LuaMetaObjectWrapper;
120 friend class LuaStackUtils;
130 QSharedDataPointer< LuaObjectPrivate > d;
137 #endif // NURIA_LUAOBJECT_HPP
Definition: abstractsessionmanager.hpp:24
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