QLua
Lua-Qt bindings
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
qlua::DoubleLArgConstructorLArgConstructor implementation for double type
qlua::DoubleQArgConstructorQArgConstructor implementation for double type
qlua::FloatLArgConstructorLArgConstructor implementation for float type
qlua::FloatQArgConstructorQArgConstructor implementation for float type
ILuaSignatureMapperInterface for signature mappers: translate from a QObject method signature to a Lua function name
qlua::IntLArgConstructorLArgConstructor implementation for integer type
qlua::IntQArgConstructorQArgConstructor implementation for integer type
qlua::LArgConstructorAbstract base class for return constructors which create Lua values from C++ values
qlua::LArgWrapperWrapper for objects returned from QObject method invocation or passes to Lua callbacks in response to emitted signals
qlua::ListLArgConstructor< T >LArgConstructor implementation for QList<T> type
qlua::ListQArgConstructor< T >QArgConstructor implementation for QList<T> type
qlua::LuaCallbackDispatcherManages Lua function invocation through Qt signals. And connection of Qt signals to Lua functions or QObject methods
qlua::LuaCBackMethodC++ method abstraction: Qt signals are connected to instances of this class which invokes associated Lua function through the Invoke method
qlua::LuaContextLua context. Creates or wraps an existing Lua state
qlua::LuaDefaultSignatureMapperDefault mapper for method signature; returns name of method
qlua::ObjectStarLArgConstructorLArgConstructor implementation for QObject* type
qlua::ObjectStarQArgConstructorQArgConstructor implementation for QObject* type
qlua::QArgConstructorInterface for constructor objects which generate C++ values from Lua values read from the Lua stack
qlua::QArgWrapperWrapper for parameters in a QObject method invocation
qlua::StringLArgConstructorLArgConstructor implementation for QString type
qlua::StringListLArgConstructorLArgConstructor implementation for QStringList type
qlua::StringListQArgConstructorQArgConstructor implementation for QStringList type
qlua::StringQArgConstructorQArgConstructor implementation for QString type
qlua::VariantListLArgConstructorLArgConstructor implementation for QVariantList type
qlua::VariantListQArgConstructorQArgConstructor implementation for QVariantList type
qlua::VariantMapLArgConstructorLArgConstructor implementation for QVariantMap type
qlua::VariantMapQArgConstructorQArgConstructor implementation for QVariantMap type
qlua::VectorLArgConstructor< T >LArgConstructor implementation for QVector<T> type
qlua::VectorQArgConstructor< T >QArgConstructor implementation for QVector<T> type
qlua::VoidLArgConstructorLArgConstructor implementation for void type
qlua::VoidStarLArgConstructorLArgConstructor implementation for void* type
qlua::VoidStarQArgConstructorQArgConstructor implementation for void* type
qlua::WidgetStarLArgConstructorLArgConstructor implementation for QWidget* type
qlua::WidgetStarQArgConstructorQArgConstructor implementation for QWidget* type
 All Classes Namespaces Files Functions Variables Enumerations Enumerator