DISTRHO Plugin Framework
Public Member Functions | Public Attributes | List of all members
Widget::ResizeEvent Struct Reference

#include <Widget.hpp>

Public Member Functions

 ResizeEvent () noexcept
 

Public Attributes

Size< uint > size
 
Size< uint > oldSize
 

Detailed Description

Resize event.

See also
onResize

Constructor & Destructor Documentation

◆ ResizeEvent()

Widget::ResizeEvent::ResizeEvent ( )
inlinenoexcept

Constructor for default/null values

Member Data Documentation

◆ size

Size<uint> Widget::ResizeEvent::size

The new widget size.

◆ oldSize

Size<uint> Widget::ResizeEvent::oldSize

The previous size, can be null.


The documentation for this struct was generated from the following file: