NAME
Qt::Core::QSignalMapper
PUBLIC METHODS
- QSignalMapper(QObject * parent)
- QSignalMapper(QObject * parent = 0)
- ~QSignalMapper()
- void map()
- void map(QObject * sender)
- QObject * mapping(int id)
- QObject * mapping(const QString & text)
- QObject * mapping(QWidget * widget)
- QObject * mapping(QObject * object)
- void removeMappings(QObject * sender)
- void setMapping(QObject * sender, int id)
- void setMapping(QObject * sender, const QString & text)
- void setMapping(QObject * sender, QWidget * widget)
- void setMapping(QObject * sender, QObject * object)
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.