Widget that acts as a container for content.
This is an internal class.
Additional Inherited Members | |
Valuable Attributes inherited from MultiWidgets::ImageWidget | |
| Radiant::Color | color = Radiant::Color(1.F, 1.F, 1.F, 1.F) |
| The color is used to multiply the colors of the image. More... | |
| bool | compressed-mipmaps = false |
| If enabled, CPUMipmaps uses DXT compressed mipmap images, that are significantly faster to load and take much less memory on both CPU and GPU. More... | |
| ImageWidget::FilterMode | filter-mode = ImageWidget::TRILINEAR |
| Specifies the filter mode when filtering image mipmaps. More... | |
| int | minimum-solid-alpha = 30 |
| Specifies an alpha threshold value that is used for determining input on transparent pixels. More... | |
| QString | source = "" |
| The source filename for the image. Changing this will reload the image. More... | |
Node Events inherited from MultiWidgets::ImageWidget | |
| [IN] | image (QString filename) |
| Loads an image named filename. | |
| [IN] | resize-to-fit (Nimble::Vector2f v) |
Resizes the widget to fit the given size.
| |