#include <QtGui/QWidget>
#include <plasma/plasma.h>
Go to the source code of this file.
Namespaces |
| namespace | Plasma |
| namespace | Plasma::WindowEffects |
Enumerations |
| enum | Plasma::WindowEffects::Effect {
Plasma::WindowEffects::Slide = 1,
Plasma::WindowEffects::WindowPreview = 2,
Plasma::WindowEffects::PresentWindows = 3,
Plasma::WindowEffects::PresentWindowsGroup = 4,
Plasma::WindowEffects::HighlightWindows = 5,
Plasma::WindowEffects::OverrideShadow = 6,
Plasma::WindowEffects::BlurBehind = 7,
Plasma::WindowEffects::Dashboard = 8
} |
Functions |
| void | Plasma::WindowEffects::enableBlurBehind (WId window, bool enable=true, const QRegion ®ion=QRegion()) |
| void | Plasma::WindowEffects::highlightWindows (WId controller, const QList< WId > &ids) |
| bool | Plasma::WindowEffects::isEffectAvailable (Effect effect) |
| void | Plasma::WindowEffects::markAsDashboard (WId window) |
| void | Plasma::WindowEffects::overrideShadow (WId window, bool override) |
| void | Plasma::WindowEffects::presentWindows (WId controller, int desktop=-1) |
| void | Plasma::WindowEffects::presentWindows (WId controller, const QList< WId > &ids) |
| void | Plasma::WindowEffects::showWindowThumbnails (WId parent, const QList< WId > &windows=QList< WId >(), const QList< QRect > &rects=QList< QRect >()) |
| void | Plasma::WindowEffects::slideWindow (WId id, Plasma::Location location, int offset) |
| void | Plasma::WindowEffects::slideWindow (QWidget *widget, Plasma::Location location) |
| QList< QSize > | Plasma::WindowEffects::windowSizes (const QList< WId > &ids) |