![]() |
LeechCraft
%{LEECHCRAFT_VERSION}
Modular cross-platform feature rich live environment.
|
#include "autoresizemixin.h"
Inheritance diagram for LeechCraft::Util::AutoResizeMixin:
Collaboration diagram for LeechCraft::Util::AutoResizeMixin:Public Types | |
| typedef std::function< QRect()> | RectGetter_f |
Public Member Functions | |
| UTIL_API | AutoResizeMixin (const QPoint &, RectGetter_f, QWidget *) |
| bool | eventFilter (QObject *, QEvent *) |
Definition at line 44 of file autoresizemixin.h.
| typedef std::function<QRect ()> LeechCraft::Util::AutoResizeMixin::RectGetter_f |
Definition at line 49 of file autoresizemixin.h.
| LeechCraft::Util::AutoResizeMixin::AutoResizeMixin | ( | const QPoint & | point, |
| RectGetter_f | size, | ||
| QWidget * | view | ||
| ) |
Definition at line 40 of file autoresizemixin.cpp.
| bool LeechCraft::Util::AutoResizeMixin::eventFilter | ( | QObject * | , |
| QEvent * | event | ||
| ) |
Definition at line 51 of file autoresizemixin.cpp.