QtlMovie 1.12 (A specialized FFmpeg front-end)
QtlAutoGrid::ChildBox Class Reference

Description of one child widget in the grid. More...

Public Member Functions

 ChildBox (QWidget *child)
 Constructor. More...
 
bool updateSize ()
 Update the known size of child. More...
 

Public Attributes

QWidget * child
 The child object. More...
 
QSize size
 Last known (cached) size of the child. More...
 

Detailed Description

Description of one child widget in the grid.

Constructor & Destructor Documentation

◆ ChildBox()

QtlAutoGrid::ChildBox::ChildBox ( QWidget *  child)

Constructor.

Parameters
[in]childOptional child widget.

Member Function Documentation

◆ updateSize()

bool QtlAutoGrid::ChildBox::updateSize ( )

Update the known size of child.

Returns
True if the size has changed, false otherwise.

Member Data Documentation

◆ child

QWidget* QtlAutoGrid::ChildBox::child

The child object.

◆ size

QSize QtlAutoGrid::ChildBox::size

Last known (cached) size of the child.


The documentation for this class was generated from the following files: