42 #ifndef QSIGNALMAPPER_H 43 #define QSIGNALMAPPER_H 45 #include <QtCore/qobject.h> 53 #ifndef QT_NO_SIGNALMAPPER 64 void setMapping(
QObject *sender,
int id);
68 void removeMappings(
QObject *sender);
94 #endif // QT_NO_SIGNALMAPPER 100 #endif // QSIGNALMAPPER_H #define QT_END_NAMESPACE
This macro expands to.
QPointer< QWidget > widget
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
#define Q_PRIVATE_SLOT(d, signature)
The QSignalMapper class bundles signals from identifiable senders.
The QString class provides a Unicode character string.
The QObject class is the base class of all Qt objects.
QFuture< T > mapped(const Sequence &sequence, MapFunction function)
QFuture< void > map(Sequence &sequence, MapFunction function)
#define QT_BEGIN_NAMESPACE
This macro expands to.
static QMap< QByteArray, int > mapping
#define Q_DECLARE_PRIVATE(Class)