#include <FxUIEvent.h>
Class CFxUIResizeEvent provides an event occurred when a widget is resized.
Definition at line 133 of file FxUIEvent.h.
◆ CFxUIResizeEvent()
CFxUIResizeEvent::CFxUIResizeEvent |
( |
const QSize & |
size, |
|
|
const QSize & |
oldSize |
|
) |
| |
◆ ~CFxUIResizeEvent()
CFxUIResizeEvent::~CFxUIResizeEvent |
( |
| ) |
|
◆ oldSize()
const QSize& CFxUIResizeEvent::oldSize |
( |
| ) |
const |
|
inline |
Returns the old size of the widget.
- Returns
- The size.
Definition at line 160 of file FxUIEvent.h.
◆ size()
const QSize& CFxUIResizeEvent::size |
( |
| ) |
const |
|
inline |
Returns the new size of the widget.
- Returns
- The size.
Definition at line 153 of file FxUIEvent.h.
◆ olds
QSize CFxUIResizeEvent::olds |
|
protected |
QSize CFxUIResizeEvent::s |
|
protected |
The documentation for this class was generated from the following file: