QLua
Lua-Qt bindings
Public Member Functions
qlua::VariantMapLArgConstructor Class Reference

LArgConstructor implementation for QVariantMap type. More...

#include <LuaArguments.h>

Inheritance diagram for qlua::VariantMapLArgConstructor:
Inheritance graph
[legend]
Collaboration diagram for qlua::VariantMapLArgConstructor:
Collaboration graph
[legend]

List of all members.

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.
VariantMapLArgConstructorClone () const
 Return copy of object.
QMetaType::Type Type () const
 Return type of constructed data.

Detailed Description

LArgConstructor implementation for QVariantMap type.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Enumerator