Default name mapper; pass-through: simply copies the names from Qt to Python without translation. More...
#include <PyMemberNameMapper.h>


Public Member Functions | |
| void | Init (const QMetaObject &mo) const |
| NOP. | |
| QString | property (const QString &name) const |
| Return Qt property name. | |
| QString | signature (const QString &sig) const |
| Extract and return method name from signature. | |
| const char * | propertyDoc (const QString &name) const |
| Return property name as doc string. | |
| const char * | methodDoc (const QString &sig) const |
| Return method name as doc string. | |
Default name mapper; pass-through: simply copies the names from Qt to Python without translation.
1.7.6.1