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  · 

QAxBindable Class Reference

The QAxBindable class provides an interface between a QWidget and an ActiveX client. More...

 #include <QAxBindable>

Public Functions

QAxBindable ()
virtual ~QAxBindable ()
virtual QAxAggregated * createAggregate ()
virtual bool readData ( QIODevice * source, const QString & format )
void reportError ( int code, const QString & src, const QString & desc, const QString & context = QString() )
virtual bool writeData ( QIODevice * sink )

Protected Functions

IUnknown * clientSite () const
void propertyChanged ( const char * property )
bool requestPropertyChange ( const char * property )

Detailed Description

The QAxBindable class provides an interface between a QWidget and an ActiveX client.

The functions provided by this class allow an ActiveX control to communicate property changes to a client application. Inherit your control class from both QWidget (directly or indirectly) and this class to get access to this class's functions. The meta-object compiler requires you to inherit from QWidget first.

 class MyActiveX : public QWidget, public QAxBindable
 {
     Q_OBJECT
     Q_PROPERTY(int value READ value WRITE setValue)

 public:
     MyActiveX(QWidget *parent = 0);
     ...

     int value() const;
     void setValue(int);
 };

When implementing the property write function, use requestPropertyChange() to get permission from the ActiveX client application to change this property. When the property changes, call propertyChanged() to notify the ActiveX client application about the change. If a fatal error occurs in the control, use the static reportError() function to notify the client.

Use the interface returned by clientSite() to call the ActiveX client. To implement additional COM interfaces in your ActiveX control, reimplement createAggregate() to return a new object of a QAxAggregated subclass.

The ActiveQt OpenGL example shows how to use QAxBindable to implement additional COM interfaces.

See also QAxAggregated, QAxFactory, and ActiveQt Framework.

Member Function Documentation

QAxBindable::QAxBindable ()

Constructs an empty QAxBindable object.

QAxBindable::~QAxBindable () [virtual]

Destroys the QAxBindable object.

IUnknown * QAxBindable::clientSite () const [protected]

Returns a pointer to the client site interface for this ActiveX object, or null if no client site has been set.

Call QueryInterface() on the returned interface to get the interface you want to call.

QAxAggregated * QAxBindable::createAggregate () [virtual]

Reimplement this function when you want to implement additional COM interfaces in the ActiveX control, or when you want to provide alternative implementations of COM interfaces. Return a new object of a QAxAggregated subclass.

The default implementation returns the null pointer.

void QAxBindable::propertyChanged ( const char * property ) [protected]

Call this function to notify the client that is hosting this ActiveX control that the property property has been changed.

This function is usually called at the end of the property's write function.

See also requestPropertyChange().

bool QAxBindable::readData ( QIODevice * source, const QString & format ) [virtual]

If the COM object supports a MIME type then this function is called to initialize the COM object from the data source in format. You have to open source for reading before you can read from it.

Returns true to indicate success. If the function returns false, then ActiveQt will process the data by setting the properties through the meta object system.

If you reimplement this function you also have to implement writeData(). The default implementation does nothing and returns false.

Warning: ActiveX controls embedded in HTML can use either the type and data attribute of the object tag to read data, or use a list of param tags to initialize properties. If param tags are used, then Internet Explorer will ignore the data attribute, and readData will not be called.

This function was introduced in Qt 4.1.

See also writeData().

void QAxBindable::reportError ( int code, const QString & src, const QString & desc, const QString & context = QString() )

Reports an error to the client application. code is a control-defined error code. desc is a human-readable description of the error intended for the application user. src is the name of the source for the error, typically the ActiveX server name. context can be the location of a help file with more information about the error. If context ends with a number in brackets, e.g. [12], this number will be interpreted as the context ID in the help file.

bool QAxBindable::requestPropertyChange ( const char * property ) [protected]

Call this function to request permission to change the property property from the client that is hosting this ActiveX control. Returns true if the client allows the change; otherwise returns false.

This function is usually called first in the write function for property, and writing is abandoned if the function returns false.

 void MyActiveQt::setText(const QString &text)
 {
     if (!requestPropertyChange("text"))
         return;

     // update property

     propertyChanged("text");
 }

See also propertyChanged().

bool QAxBindable::writeData ( QIODevice * sink ) [virtual]

If the COM object supports a MIME type then this function is called to store the COM object into sink. You have to open sink for writing before you can write to it.

Returns true to indicate success. If the function returns false, then ActiveQt will serialize the object by storing the property values.

If you reimplement this function you also have to implement readData(). The default implementation does nothing and returns false.

This function was introduced in Qt 4.1.

See also readData().

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 64
  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. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  4. 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
  5. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  6. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
  7. La rubrique Qt a besoin de vous ! 1
Page suivante

Le Qt Developer Network au hasard

Logo

Comment fermer une application

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 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