Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QModemCallVolume class implements call volume functionality for AT-based modems. More...
#include <QModemCallVolume>
This class is under development and is subject to change.
Inherits QCallVolume.
The QModemCallVolume class implements call volume functionality for AT-based modems.
This class uses the AT+VGR and AT+VGT commands.
QModemCallVolume implements the QCallVolume telephony interface. Client applications should use QCallVolume instead of this class to access the modem's call volume functionality.
See also QCallVolume.
Create an AT-based call volume handler for service.
Destroy this AT-based call volume handler.
Indicate that the modem is now ready to accept call volume related commands. See hasDelayedInit() for more information.
See also hasDelayedInit().
Returns true if the modem requires delayed initialization of call volume settings; false otherwise. The default implementation returns false.
Subclasses that reimplement this function to return true, must call callVolumesReady() when the modem is ready to accept call volume related commands.
See also callVolumesReady().
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |