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  · 

QAxObject Class Reference

The QAxObject class provides a QObject that wraps a COM object. More...

 #include <QAxObject>

Inherits: QObject and QAxBase.

Inherited by: QAxScriptEngine.

Public Functions

QAxObject ( QObject * parent = 0 )
QAxObject ( const QString & c, QObject * parent = 0 )
QAxObject ( IUnknown * iface, QObject * parent = 0 )
~QAxObject ()
bool doVerb ( const QString & verb )
  • 29 public functions inherited from QObject
  • 19 public functions inherited from QAxBase

Reimplemented Protected Functions

virtual void connectNotify ( const char * signal )
  • 7 protected functions inherited from QObject
  • 5 protected functions inherited from QAxBase

Additional Inherited Members

  • 1 property inherited from QObject
  • 1 property inherited from QAxBase
  • 1 public slot inherited from QObject
  • 1 signal inherited from QObject
  • 3 signals inherited from QAxBase
  • 5 static public members inherited from QObject
  • 7 protected functions inherited from QObject
  • 5 protected functions inherited from QAxBase

Detailed Description

The QAxObject class provides a QObject that wraps a COM object.

A QAxObject can be instantiated as an empty object, with the name of the COM object it should wrap, or with a pointer to the IUnknown that represents an existing COM object. If the COM object implements the IDispatch interface, the properties, methods and events of that object become available as Qt properties, slots and signals. The base class, QAxBase, provides an API to access the COM object directly through the IUnknown pointer.

QAxObject is a QObject and can be used as such, e.g. it can be organized in an object hierarchy, receive events and connect to signals and slots.

QAxObject also inherits most of its ActiveX-related functionality from QAxBase, notably dynamicCall() and querySubObject().

Warning: You can subclass QAxObject, but you cannot use the Q_OBJECT macro in the subclass (the generated moc-file will not compile), so you cannot add further signals, slots or properties. This limitation is due to the metaobject information generated in runtime. To work around this problem, aggregate the QAxObject as a member of the QObject subclass.

See also QAxBase, QAxWidget, QAxScript, and ActiveQt Framework.

Member Function Documentation

QAxObject::QAxObject ( QObject * parent = 0 )

Creates an empty COM object and propagates parent to the QObject constructor. To initialize the object, call setControl.

QAxObject::QAxObject ( const QString & c, QObject * parent = 0 )

Creates a QAxObject that wraps the COM object c. parent is propagated to the QObject constructor.

See also setControl().

QAxObject::QAxObject ( IUnknown * iface, QObject * parent = 0 )

Creates a QAxObject that wraps the COM object referenced by iface. parent is propagated to the QObject constructor.

QAxObject::~QAxObject ()

Releases the COM object and destroys the QAxObject, cleaning up all allocated resources.

void QAxObject::connectNotify ( const char * signal ) [virtual protected]

Reimplemented from QObject::connectNotify().

bool QAxObject::doVerb ( const QString & verb )

Requests the COM object to perform the action verb. The possible verbs are returned by verbs().

The function returns true if the object could perform the action, otherwise returns false.

This function was introduced in Qt 4.1.

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 53
  2. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  3. BlackBerry 10 : premières images du prochain OS de RIM qui devrait intégrer des widgets et des tuiles inspirées de Windows Phone 0
  4. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  5. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
  6. Apercevoir la troisième dimension ou l'utilisation multithreadée d'OpenGL dans Qt, un article des Qt Quarterly traduit par Guillaume Belz 0
  7. La rubrique Qt a besoin de vous ! 1
Page suivante

Le blog Digia au hasard

Logo

Créer des applications avec un style Metro avec Qt, exemples en QML et C++, un article de Digia Qt traduit par Thibaut Cuvelier

Le blog Digia est l'endroit privilégié pour la communication sur l'édition commerciale de Qt, où des réponses publiques sont apportées aux questions les plus posées au support. 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 4.7
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