QtLua namespace reference
Members
Types
- template class ArrayProxy
- template class ArrayProxyRo
- class Console
- class DispatchProxy
- class Function
- class ItemViewDialog
- class Iterator
- enum Library
- class LuaModel
- template class MetaType
- class Plugin
- class PluginInterface
- template class PoolArray
- template class QHashProxy
- template class QHashProxyRo
- template class QLinkedListProxy
- template class QListProxy
- template class QListProxyRo
- template class QVectorProxy
- template class QVectorProxyRo
- template class Ref
- template class Refobj
- class State
- class String
- class TableGridModel
- class TableTreeModel
- class UserData
- class UserItem
- class UserItemModel
- class UserItemSelectionModel
- class UserListItem
- template class UserObject
- class Value
- class ValueRef
- typedef [...] member_cache_t
- typedef [...] meta_cache_t
- struct meta_object_table_s
Function
- QDebug operator<<(QDebug dbg, const ValueBase &c)
Members detail
Specify lua standard libraries and QtLua lua libraries to load with the State::openlib function.
Identifier | Description |
---|---|
BaseLib | standard lua base library |
CoroutineLib | standard lua coroutine library, included in base before lua 5.2 |
PackageLib | standard lua package library |
StringLib | standard lua string library |
TableLib | standard lua table library |
MathLib | standard lua math library |
IoLib | standard lua io library |
OsLib | standard lua os library |
DebugLib | standard lua debug library |
Bit32Lib | standard lua bit library |
JitLib | luajit jit library |
FfiLib | luajit ffi library |
QtLuaLib | lua library with base functions, see the Predefined lua functions section. |
QtLib | lua library with wrapped Qt functions, see the Qt related functions section. |
AllLibs | All libraries wildcard |
No documentation available
typedef QHash<const QMetaObject*, MetaCache> meta_cache_t
No documentation available
Field | Description |
---|---|
const QMetaObject *_mo; | |
qobject_creator *_creator; |
No documentation available