Class PlaceableWindowProxy
Defined in File placeable_window_proxy.h
Inheritance Relationships
Base Type
public QObject
Class Documentation
-
class PlaceableWindowProxy : public QObject
Public Functions
-
PlaceableWindowProxy()
-
~PlaceableWindowProxy() override
-
void setContainer(QWidget*)
-
QRect rect() const
Signals
-
void rectChanged(const QRect&)
Protected Functions
-
bool eventFilter(QObject *object, QEvent *event) override
-
bool handleMousePress(QMouseEvent*)
-
bool handleMouseRelease(QMouseEvent*)
-
bool handleMouseMove(QMouseEvent*)
-
bool handleResize(QResizeEvent*)
-
void timerEvent(QTimerEvent*) override
-
void rectResize(int dx, int dy)
-
void winResize(const QSize&)
-
QRectF resizeHelper(const QRectF &rect, const QPointF &p1, const QPointF &p2, const QPointF &p3) const
-
PlaceableWindowProxy()