8#include "virtualdesktops.h"
31 return m_rect.width();
36 return m_rect.height();
59void ExpoArea::update()
64 const QRectF oldRect = m_rect;
69 m_rect.translate(-m_screen->
geometry().topLeft());
71 if (oldRect.x() != m_rect.x()) {
74 if (oldRect.y() != m_rect.y()) {
77 if (oldRect.width() != m_rect.width()) {
80 if (oldRect.height() != m_rect.height()) {
87#include "moc_expoarea.cpp"
ExpoArea(QObject *parent=nullptr)
void setScreen(Output *screen)
QRectF clientArea(clientAreaOption, const Output *output, const VirtualDesktop *desktop) const