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  · 

QAtChatScript Class Reference
[QtBaseModule]

The QAtChatScript class provides a mechanism to run pppd chat scripts. More...

    #include <QAtChatScript>

Inherits QObject.

Public Functions

  • 29 public functions inherited from QObject

Public Slots

  • void runChat ( const QString & chatScript )
  • void runChat ( const QStringList & commands )
  • void runChatFile ( const QString & filename )
  • void stop ()
  • 1 public slot inherited from QObject

Signals

  • void done ( bool ok, const QAtResult & result )

Additional Inherited Members

  • 1 property inherited from QObject
  • 1 public type inherited from QObject
  • 4 static public members inherited from QObject
  • 7 protected functions inherited from QObject
  • 2 protected variables inherited from QObject

Detailed Description

The QAtChatScript class provides a mechanism to run pppd chat scripts.

This class is intended for use by the Qt Extended network component. Other components should use QAtChat.

Chat scripts are started by calling runChat() or runChatFile(). When the script completes successfully or unsuccessfully, the done() signal will be emitted. Scripts can be aborted prematurely by calling stop().

The chat script format is based on that used by the Unix chat(8) utility.

See also QAtChat.


Member Function Documentation

QAtChatScript::QAtChatScript ( QAtChat * atchat, QObject * parent = 0 )

Construct a chat script object that sends AT commands from the script on atchat. The new object will be attached to parent.

QAtChatScript::~QAtChatScript ()

Destruct this chat script object.

void QAtChatScript::done ( bool ok, const QAtResult & result )   [signal]

Signal that is emitted when the chat script is done. The ok flag indicates whether the script succeeded or failed, and result indicates more information about the failure (busy, no carrier, etc).

See also runChat(), runChatFile(), and successfulCommands().

void QAtChatScript::runChat ( const QString & chatScript )   [slot]

Run a literal chatScript. The done() signal will be emitted when the script completes.

The chat script format is based on that used by the Unix chat(8) utility.

See also runChatFile() and done().

void QAtChatScript::runChat ( const QStringList & commands )   [slot]

This is an overloaded member function, provided for convenience.

Run a list of commands which have already been parsed from a chat script. The done() signal will be emitted when the script completes.

See also runChatFile() and done().

void QAtChatScript::runChatFile ( const QString & filename )   [slot]

Run the chat script within filename. The done() signal will be emitted when the script completes.

The chat script format is based on that used by the Unix chat(8) utility.

See also runChat() and done().

void QAtChatScript::stop ()   [slot]

Stop the chat script.

See also runChat() and runChatFile().

int QAtChatScript::successfulCommands () const

Returns the number of commands that were successful. If this is less than totalCommands() when the done() signal is emitted, then the script stopped with an error before the whole script could be executed.

See also totalCommands() and done().

int QAtChatScript::totalCommands () const

Returns the total number of commands to be executed in the chat script.

See also successfulCommands().

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année

Le Qt Labs au hasard

Logo

La théorie des chaînes

Les Qt Labs sont les laboratoires des développeurs de Qt, où ils peuvent partager des impressions sur le framework, son utilisation, ce que pourrait être son futur. 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