MetaType<MetaTypeQObjectStar::X*> internal class members
This member access is protected.
Register a conversion handler for an already registered Qt meta type.
This member access is protected.
Register a conversion handler and qt meta type (using the qRegisterMetaType function).
This macro defines a type conversion handler class. Class instantiation will also take care of registering the meta type to Qt.
This macro expands to:
See also MetaType class.
This macro defines a type conversion handler class for an existing Qt meta type id.
This macro expands to:
See also MetaType class.
This macro defines a type conversion class along with its handler functions able to convert QObject pointers values. The class_ parameter is the bare class name without star.
See also MetaType class.
virtual bool lua2qt(X *qtvalue, const Value &luavalue) = 0;
This member access is protected.
This function must be implemented to converts a lua value to a C++ value.
The return value is true on success.
This member access is protected.
This function must be implemented to converts a C++ value to a lua value.
This member access is protected.
Unregister conversion handler