97 void setMapping(QObject *sender,
int id);
105 void setMapping(QObject *sender,
const QString &text);
113 void setMapping(QObject *sender, QWidget *widget);
121 void setMapping(QObject *sender, QObject *
object);
131 void removeMappings(QObject *sender);
136 QObject *mapping(
int id)
const;
143 QObject *mapping(
const QString &text)
const;
150 QObject *mapping(QWidget *widget)
const;
158 QObject *mapping(QObject *
object)
const;
215 void map(QObject *sender);
220 QScopedPointer<Private>
d;
223 Q_PRIVATE_SLOT(d,
void _q_senderDestroyed())