Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QTelephonyConfiguration class provides access to configuration parameters on specific telephony services. More...
#include <QTelephonyConfiguration>
Inherits QCommInterface.
Inherited by QModemConfiguration.
The QTelephonyConfiguration class provides access to configuration parameters on specific telephony services.
This class is intended for use by settings applications that need to communicate changes from the user to the back end telephony handlers. It should not be used for information that is normally available through other interfaces.
Telephony services that support GSM modems should provide the configuration parameters specified in the QModemConfiguration class documentation.
Telephony services that support Voice-Over-IP are free to implement whatever configuration parameters they wish. These configuration parameters will typically be used by a service-specific settings UI program to modify the configuration of the Voice-Over-IP implementation.
See also QModemConfiguration.
Construct a new telephony configuration object for service and attach it to parent. The object will be created in client mode if mode is Client, or server mode otherwise.
Destroy this configuration object.
Signal that is emitted by the configuration service to indicate that the value of name is now value. This is usually emitted in response to a call on request(), but it may also be emitted if the configuration name corresponds to an unsolicited value.
See also request().
Request the current value of the configuration item name. The value will be returned via the notification() signal.
See also notification() and update().
Update the configuration item name to value.
See also request().
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |