Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

QtopiaIpcSendEnvelope Class Reference
[QtBaseModule]

The QtopiaIpcSendEnvelope class provides a mechanism to send Qt Extended IPC messages with an argument number of arguments. More...

    #include <QtopiaIpcSendEnvelope>

Public Functions


Detailed Description

The QtopiaIpcSendEnvelope class provides a mechanism to send Qt Extended IPC messages with an argument number of arguments.

This class operates in a similar fashion to QtopiaIpcEnvelope. The most common way to use this class is to call QtopiaIpcAdaptor::send(), as demonstrated in the following example:

    QtopiaIpcAdaptor *channel = ...;
    QtopiaIpcSendEnvelope env = channel->send( MESSAGE(foo(QString)) );
    env << "Hello";

See also QtopiaIpcAdaptor and QtopiaIpcEnvelope.


Member Function Documentation

QtopiaIpcSendEnvelope::QtopiaIpcSendEnvelope ()

Construct an empty QtopiaIpcSendEnvelope.

QtopiaIpcSendEnvelope::QtopiaIpcSendEnvelope ( const QtopiaIpcSendEnvelope & value )

Construct a copy of value.

QtopiaIpcSendEnvelope::~QtopiaIpcSendEnvelope ()

Destroy this envelope object and send the message.

QtopiaIpcSendEnvelope & QtopiaIpcSendEnvelope::operator<< ( const T & value )

Add value to the arguments for this Qt Extended IPC message.

QtopiaIpcSendEnvelope & QtopiaIpcSendEnvelope::operator<< ( const char * value )

This is an overloaded member function, provided for convenience.

Add value to the arguments for this Qt Extended IPC message.

QtopiaIpcSendEnvelope & QtopiaIpcSendEnvelope::operator= ( const QtopiaIpcSendEnvelope & value )

Copy value into this object.


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3