Plasma
windoweffects.cpp File Reference
#include "windoweffects.h"
#include <QVarLengthArray>
#include <kwindowsystem.h>
#include "theme.h"
#include <X11/Xlib.h>
#include <X11/Xatom.h>
#include <X11/Xutil.h>
#include <QX11Info>
Include dependency graph for windoweffects.cpp:
Go to the source code of this file.
Namespaces | |
Plasma | |
Plasma::WindowEffects | |
Macros | |
#define | DASHBOARD_WIN_CLASS "dashboard" |
#define | DASHBOARD_WIN_NAME "dashboard" |
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, const QList< WId > &ids) |
void | Plasma::WindowEffects::presentWindows (WId controller, int desktop=-1) |
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) |
Macro Definition Documentation
#define DASHBOARD_WIN_CLASS "dashboard" |
Definition at line 34 of file windoweffects.cpp.
#define DASHBOARD_WIN_NAME "dashboard" |
Definition at line 33 of file windoweffects.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.