QIconEngineV2 Class Reference |
Constant | Value | Description |
---|---|---|
QIconEngineV2::AvailableSizesHook | 1 | Allows to query the sizes of the contained pixmaps for pixmap-based engines. The data argument of the virtual_hook() function is a AvailableSizesArgument pointer that should be filled with icon sizes. Engines that work in terms of a scalable, vectorial format normally return an empty list. |
This enum was introduced in Qt 4.5.
See also virtual_hook().
Returns sizes of all images that are contained in the engine for the specific mode and state.
Note: This is a helper method and the actual work is done by virtual_hook() method, hence this method depends on icon engine support and may not work with all icon engines.
This function was introduced in Qt 4.5.
Returns a clone of this icon engine.
Returns a key that identifies this icon engine.
Reads icon engine contents from the QDataStream in. Returns true if the contents were read; otherwise returns false.
QIconEngineV2's default implementation always return false.
Additional method to allow extending QIconEngineV2 without adding new virtual methods (and without breaking binary compatibility). The actual action and format of data depends on id argument which is in fact a constant from IconEngineHook enum.
This function was introduced in Qt 4.5.
See also IconEngineHook.
Writes the contents of this engine to the QDataStream out. Returns true if the contents were written; otherwise returns false.
QIconEngineV2's default implementation always return false.
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt 4.5 | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com