|
QLua
Lua-Qt bindings
|
Interface for signature mappers: translate from a QObject method signature to a Lua function name. More...
#include <ILuaSignatureMapper.h>

Public Member Functions | |
| virtual QString | map (const QString &) const =0 |
| Map method signature to Lua function name. | |
| virtual | ~ILuaSignatureMapper () |
Interface for signature mappers: translate from a QObject method signature to a Lua function name.
| virtual ILuaSignatureMapper::~ILuaSignatureMapper | ( | ) | [inline, virtual] |
Required virtual destructor to allow derived classes to invoke proper finalization code
1.7.4