Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QtopiaIpcSendEnvelope class provides a mechanism to send Qt Extended IPC messages with an argument number of arguments. More...
#include <QtopiaIpcSendEnvelope>
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.
Construct an empty QtopiaIpcSendEnvelope.
Construct a copy of value.
Destroy this envelope object and send the message.
Add value to the arguments for this Qt Extended IPC message.
This is an overloaded member function, provided for convenience.
Add value to the arguments for this Qt Extended IPC message.
Copy value into this object.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |