Qt 4.8
|
This struct represents arguments to virtual_hook() function when id parameter is QIconEngineV2::AvailableSizesHook. More...
#include <qiconengine.h>
Public Variables | |
QIcon::Mode | mode |
the requested mode of an image. More... | |
QList< QSize > | sizes |
image sizes that are available with specified mode and More... | |
QIcon::State | state |
the requested state of an image. More... | |
This struct represents arguments to virtual_hook() function when id parameter is QIconEngineV2::AvailableSizesHook.
Definition at line 85 of file qiconengine.h.
QIconEngineV2::AvailableSizesArgument::mode |
the requested mode of an image.
Definition at line 87 of file qiconengine.h.
Referenced by QIconEngineV2::availableSizes(), and QPixmapIconEngine::virtual_hook().
QIconEngineV2::AvailableSizesArgument::sizes |
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.
Definition at line 89 of file qiconengine.h.
Referenced by QIconEngineV2::availableSizes(), QIconEngineV2::virtual_hook(), QPixmapIconEngine::virtual_hook(), and QIconLoaderEngine::virtual_hook().
QIconEngineV2::AvailableSizesArgument::state |
the requested state of an image.
Definition at line 88 of file qiconengine.h.
Referenced by QIconEngineV2::availableSizes(), and QPixmapIconEngine::virtual_hook().