|
QLua
Lua-Qt bindings
|
LArgConstructor implementation for double type.
More...
#include <LuaArguments.h>


Public Member Functions | |
| void | Push (lua_State *L) const |
| Push value on Lua stack, invoked when a value must be returned from a method invoked from Lua. | |
| void | Push (lua_State *L, void *value) const |
| Push value read from a specific memory location on Lua stack, invoked when calling a method as result of signal emission. | |
| DoubleLArgConstructor * | Clone () const |
| Return copy of object. | |
| QMetaType::Type | Type () const |
| Return type of constructed data. | |
LArgConstructor implementation for double type.
1.7.4