Class PlaceableWindowProxy

Inheritance Relationships

Base Type

  • public QObject

Class Documentation

class PlaceableWindowProxy : public QObject

Public Functions

PlaceableWindowProxy()
~PlaceableWindowProxy() override
void setContainer(QWidget*)
QRect rect() const

Public Slots

void setRect(const QRect&)
void setVisible(bool visible)

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