QLua
Lua-Qt bindings
Public Member Functions
qlua::VectorLArgConstructor< T > Class Template Reference

LArgConstructor implementation for QVector<T> type. More...

#include <LuaArguments.h>

Inheritance diagram for qlua::VectorLArgConstructor< T >:
Inheritance graph
[legend]
Collaboration diagram for qlua::VectorLArgConstructor< T >:
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.
VectorLArgConstructorClone () const
 Return copy of object.
QMetaType::Type Type () const
 Return type of constructed data.

Detailed Description

template<typename T>
class qlua::VectorLArgConstructor< T >

LArgConstructor implementation for QVector<T> type.

T is a numeric type; supported types are:


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