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  ·  Toutes les classes  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

qcop tool

The qcop command-line tool can be used to access the Qt Extended IPC system from shell scripts and for debugging purposes. Running qcop without any arguments will print a help message. The other commands are as follows:

CommandDescription
qcop send channel message [parameters]Send message on channel with the specified parameters.
qcop service send name message [parameters]Send message to the application that implements the service name with the specified parameters.
qcop watch channel [channel ...]Watch all messages on channel and print them to standard output. If channel has the form QPE/Application/foo, this will watch all messages to the application foo.
qcop service watch name [name ...]Same as above, but watches the application associated with the service name instead.
qcop wait channel messageWaits for message to appear on channel and then prints the message arguments to standard output.
qcop service wait name messageSame as above, but waits on the application channel for the application associated with the service. This can be used to wait for someone to send a message to the service.
qcop query channelQuery all messages that the application on channel can respond to. The application needs to handle the special message __query_qcop_messages(QString) for this to work correctly. The easiest method is to use the QtopiaIpcAdaptor or QtopiaAbstractService classes to implement your service. These classes will automatically respond to the query message. The argument to the message is the name of the channel to respond on. The qcop query command has a default timeout of 1 second unless overridden by the timeout flag.
qcop service query nameSame as above, but for the service called name.
qcop listList all services and the Qt Extended IPC channels that they map to.

The following flags can be specified before a command to modify its behavior:

FlagDescription
hexPrint the contents of QByteArray parameters in hexadecimal (default).
nohexPrint the contents of QByteArray parameters as Latin-1 strings.
timeout msecsSet the timeout for the command to msecs milliseconds.
notimeoutDisable the timeout for the command. This is the default for most commands, except qcop query which has a default timeout of 1 second.
enum nameRecognise name as an enumerated type in message names.

The following example will watch for all Qt Extended IPC messages on the QPE/System channel:

    qcop watch QPE/System

The channel name for qcop watch can include wildcards. For example, the following will watch all network-related channels:

    qcop watch 'QPE/Network*'

It is usually necessary to quote channel names when they include wildcards, especially when using qcop watch '*'.

The following example sends a Time::editTime() message to the Time service:

    qcop service send Time 'editTime()'

Multiple commands can be separated by -- on the command line. The following example sends the dial() message to the QPE/pppd channel and then waits for up to 30 seconds for a dialResult(bool) message on the same channel.

    qcop send QPE/pppd 'dial()' -- timeout 30000 wait QPE/pppd 'dialResult(bool)'

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 94
  2. Apercevoir la troisième dimension ou l'utilisation multithreadée d'OpenGL dans Qt, un article des Qt Quarterly traduit par Guillaume Belz 0
  3. Pourquoi les programmeurs sont-ils moins payés que les gestionnaires de programmes ? Manquent-ils de pouvoir de négociation ? 47
  4. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  5. Les développeurs détestent-ils les antivirus ? Un programmeur manifeste sa haine envers ces solutions de sécurité 13
  6. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  7. Qt Commercial : Digia organise un webinar gratuit le 27 mars sur la conception d'interfaces utilisateur et d'applications avec le framework 0
Page suivante

Le Qt Quarterly au hasard

Logo

Le tri des QListView

Qt Quarterly est la revue trimestrielle proposée par Nokia et à destination des développeurs Qt. Ces articles d'une grande qualité technique sont rédigés par des experts Qt. 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 qtextended4.4
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