QPy
Python-Qt dynamic bindings
 All Classes Namespaces Files Functions
Public Member Functions
qpy::DefaultMemberNameMapper Struct Reference

Default name mapper; pass-through: simply copies the names from Qt to Python without translation. More...

#include <PyMemberNameMapper.h>

Inheritance diagram for qpy::DefaultMemberNameMapper:
Inheritance graph
[legend]
Collaboration diagram for qpy::DefaultMemberNameMapper:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

Default name mapper; pass-through: simply copies the names from Qt to Python without translation.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions