All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Extensions::Circles::Holder Class Reference

Description

Base class for objects that contain some content.

This is an internal class.

Valuable Attributes

Nimble::Vector2f item-place = Nimble::Vector2(0, 0)
  More...
 
Nimble::Vector2f item-size = Nimble::Vector2(300, 300)
  More...
 
Extensions::Circles::Holder::PlacementRule placement-rule = IN_PLACE
  More...
 
float timeout = 30.F
  More...
 
bool use-auto-rotation = false
  More...
 
bool use-finger-rotation = true
  More...
 
bool use-limit-operators = true
  More...
 
- 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...
 

Additional Inherited Members

- 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.

See Also
resizeToFit.