Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
[Previous: Qt Games Module] [Qt Extended Modules] [Next: Qt InputMethods Module]
The Qt Infrared module offers an Infrared API and related applications. It is based on the Base module.
The following configure line can be used to build the Base and Infrared module:
./configure -modules infrared -device xyz
Note that not specifying a device profile would result in the reference device being build. The -infrared option is equivalent to the -modules infrared option.
This module provides an general purpose Infrared API. In connection with OBEX APIs services such as Infrared Push and File Send are implemented.
Feature | Details |
---|---|
Device and Service Control | The device and service control classes provide the most basic set of classes for arbitrary Infrared development:
|
Infrared services | A variety of Infrared services are supported:
|
General file transfer user interface | A server task monitors transfer operations and shows a status widget while the transfer is in progress. This feature is shared with various Bluetooth transfer protocols. |
The Bluetooth module includes the following software components:
The exact list of components included in this module can be found in $QPEDIR/src/module_infrared.pri.
The test plan for the Infrared module summarizes the Quality Assurance procedures for this module. The results of these test are available here.
The following table contains all classes and services which are part of this module:
DefaultObexPushService | OBEX Push server |
---|---|
FileTransferTask | Interface to receive notifications about file transfer operations |
FileTransferWindow | Shown while the Qt Extended server performs a file transfer |
InfraredBeaming | The InfraredBeaming service |
IrFileSendService | Runs the InfraredBeaming service and provides updates regarding the progress of each file transfer request that is sent through the service |
IrObexPushService | Runs an Infrared OBEX Object Push server and provides notifications of received requests and their status |
IrPowerService | The Qt Extended Infrared Power service |
IrPowerServiceTask | The IrPowerService as a server task |
ObexPushRequestSender | Convenience methods for sending a variety of OBEX Push requests and also provides updates regarding the progress of each request |
QAbstractCommDeviceManager | Manages power state of a communications device |
SessionedObexClient | Base implementation for performing an OBEX Put request inside of a device session for a particular hardware device |
[Previous: Qt Games Module] [Qt Extended Modules] [Next: Qt InputMethods Module]
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |