QObjectWrapper internal class members
No documentation available
void _lua_connect(int sigindex, const Value &v)
No documentation available
bool _lua_disconnect(int sigindex, const Value &v)
No documentation available
No documentation available
No documentation available
typedef Ref<const QObjectWrapper, QObjectWrapper> const_ptr
Shortcut for Ref smart pointer class to QObjectWrapper type provided for convenience
Find QObject child non-recursively
QObject & get_object()
Get reference to wrapped qobject. Throw if the internal QPointer has become null.
State * get_state()
Get reference to state
Create or find existing QObjectWrapper associated with given QObject. QObject will be deleted when wrapper is destroyed only if it flagged as deletable and has no more parent. Deletable flag is set on wrapper creation if QObject has a parent.
Same as get_wrapper() but specify if QObject parent change is allowed (default is true) and if QObject must be deleted when no references to wrapper remains and it has no parent (default is true if QObject had a parent on wrapper creation).
typedef Ref<QObjectWrapper, QObjectWrapper> ptr
Shortcut for Ref smart pointer class to QObjectWrapper type provided for convenience
Return object name, forge a decent one if empty
No documentation available
Specify if wrapped QObject must be deleted when no more refenrences to wrapper exists and it has no parent.
Specify if wrapped QObject parent change is allowed
Check if wrapped qobject still exist