![]() |
CopperSpice API
2.0.0
|
Structure which represents arguments to the virtual_hook() function. More...
Public Members | |
| QIcon::Mode | mode |
| QList< QSize > | sizes |
| QIcon::State | state |
This structure represents additional arguments to the virtual_hook() function when the id parameter is equal to the enum value QIconEngine::AvailableSizesHook.
| QIcon::Mode QIconEngine::AvailableSizesArgument::mode |
This variable holds the requested mode of an image.
Hold a list of image sizes that are available with the 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 QIconEngine::AvailableSizesArgument::state |
This variable holds the requested state of an image.