Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QSimIconReader class provides access to icons on a SIM. More...
#include <QSimIconReader>
Inherits QObject.
The QSimIconReader class provides access to icons on a SIM.
This class is a convenience class wrapped around QBinarySimFile, to simplify access to SIM icons. The class caches previous icon images so that multiple requests for the same icon will not entail multiple commands to the SIM.
This class supports the monochrome and color icon formats described in 3GPP TS 51.011.
See also QBinarySimFile and QSimToolkit.
Construct a new SIM icon reader and attach it to parent. The icon files will be read from service.
Destroy this SIM icon reader.
Returns true if we have already required icon iconId; false otherwise. If this function returns true, then the return value from icon() for iconId will be a valid image.
See also icon() and requestIcon().
Returns the cached icon image associated with iconId. If the icon has not been requested yet, this will return a null QImage.
See also haveIcon() and requestIcon().
Signal that is emitted when the icon associated with iconId is available via the icon() function.
See also requestIcon().
Signal that is emitted when the icon associated with iconId could not be found, usually because iconId is invalid, or because the SIM does not support reading icon files.
See also requestIcon().
Requests that the icon associated with iconId be fetched from the SIM. The service will respond with either the iconAvailable() or iconNotFound() signals.
See also haveIcon(), icon(), iconAvailable(), and iconNotFound().
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |