org.kde.qt
public class QSignalMapper extends QObject
| Constructor Summary | |
|---|---|
| protected | QSignalMapper(Class dummy) |
| QSignalMapper(QObject parent, String name) | |
| QSignalMapper(QObject parent) | |
| Method Summary | |
|---|---|
| String | className() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| void | map() |
| QMetaObject | metaObject() |
| void | removeMappings(QObject sender) |
| void | setMapping(QObject sender, int identifier) |
| void | setMapping(QObject sender, String identifier) |
| static String | tr(String arg1, String arg2) |
| static String | tr(String arg1) |