AvailableSizesArgument Class

(QIconEngineV2::AvailableSizesArgument)
Header: #include <AvailableSizesArgument>
Since: Qt 4.5

Public Variables

QIcon::Mode mode
QList<QSize> sizes
QIcon::State state

Detailed Description

This struct represents arguments to virtual_hook() function when id parameter is QIconEngineV2::AvailableSizesHook.

See also virtual_hook() and QIconEngineV2::IconEngineHook.

Member Variable Documentation

QIcon::Mode AvailableSizesArgument::mode

This variable holds the requested mode of an image.

See also QIcon::Mode.

QList<QSize> AvailableSizesArgument::sizes

This variable holds image sizes that are available with specified mode and state. This is an output parameter and is filled after call to virtual_hook(). Engines that work in terms of a scalable, vectorial format normally return an empty list.

QIcon::State AvailableSizesArgument::state

This variable holds the requested state of an image.

See also QIcon::State.

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.