Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Classes  ·  Annotées  ·  Hiérarchie  ·  Fonctions  ·  Structure  · 

QSignalMapper Class Reference


The QSignalMapper class bundles signals from identifiable senders. More...

#include <qsignalmapper.h>

Inherits QObject.

List of all member functions.

Public Members

  • QSignalMapper ( QObject * parent, const char * name=0 ) 
  • ~QSignalMapper () 
  • virtual void setMapping ( const QObject * sender, int identifier ) 
  • virtual void setMapping ( const QObject * sender, const QString & identifier ) 
  • void removeMappings ( const QObject * sender ) 

Public Slots

  • void map () 

Signals

  • void mapped ( int ) 
  • void mapped ( const QString & ) 

Detailed Description

The QSignalMapper class bundles signals from identifiable senders.

Collects a set of parameterless signals, re-emitting them with an integer or string parameters corresponding to the object which sent the signal.

Examples: i18n/main.cpp


Member Function Documentation

QSignalMapper::QSignalMapper ( QObject * parent, const char * name=0 )

Constructs a QSignalMapper. Like all QObjects, it will be deleted when the parent is deleted.

QSignalMapper::~QSignalMapper ()

Destructs the QSignalMapper.

void QSignalMapper::map () [slot]

This slot emits signals based on which object sends signals to it.

void QSignalMapper::mapped ( const QString & ) [signal]

This signal is emitted when map() is signalled from an object which has a string mapping set.

See also setMapping(QString).

void QSignalMapper::mapped ( int ) [signal]

This signal is emitted when map() is signalled from an object which has an integer mapping set.

See also setMapping(int).

void QSignalMapper::removeMappings ( const QObject * sender )

Removes all mappings for sender. This is done automatically when mapped objects are destroyed.

void QSignalMapper::setMapping ( const QObject * sender, const QString & identifier ) [virtual]

Adds a mapping such that when map() is signalled from the given sender, the signal mapper(identifier) is emitted.

There may be at most one string identifier for each object, and it may not be null.

void QSignalMapper::setMapping ( const QObject * sender, int identifier ) [virtual]

Adds a mapping such that when map() is signalled from the given sender, the signal mapped(identifier) is emitted.

There may be at most one integer identifier for each object.

Examples: i18n/main.cpp


Search the documentation, FAQ, qt-interest archive and more (uses www.trolltech.com):


This file is part of the Qt toolkit, copyright © 1995-2005 Trolltech, all rights reserved.

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année

Le Qt Developer Network au hasard

Logo

Utiliser QML et QtWebKit avec PySide

Le Qt Developer Network est un réseau de développeurs Qt anglophone, où ils peuvent partager leur expérience sur le framework. Lire l'article.

Communauté

Ressources

Liens utiles

Contact

  • Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forum Contribuez ou contactez-nous par MP ou par email (voir en bas de page).

Qt dans le magazine

Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt 2.3
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
 
 
 
 
Partenaires

Hébergement Web