kwin/effects/boxswitch
Lucas Murray e03748fba7 Added EffectFrame, a helper class that creates, manages and caches a
Plasma frame object. There are two ways to use this class: The first is
in "static" mode which gives the frame a set geometry and will not
change, the second is an automatic mode that creates the smallest
possible frame around the specified contents. Contents can either be
normal text and/or a QPixmap, useful for displaying the caption and icon
of the currently highlighed window.
Known bugs:
 - Does not detect Plasma theme changes, known to be in the Plasma
   library.
 - Slight graphical glitches, known to be in Qt 4.5.0 RC1.
Untested:
 - What happens when there is no Plasma theme installed.

svn path=/trunk/KDE/kdebase/workspace/; revision=929324
2009-02-21 04:53:13 +00:00
..
boxswitch.cpp Added EffectFrame, a helper class that creates, manages and caches a 2009-02-21 04:53:13 +00:00
boxswitch.desktop SVN_SILENT made messages (.desktop file) 2009-02-17 12:09:45 +00:00
boxswitch.h Added EffectFrame, a helper class that creates, manages and caches a 2009-02-21 04:53:13 +00:00
boxswitch_config.cpp Cleaned up the effects/ directory by moving each individual effect into 2009-02-05 15:35:38 +00:00
boxswitch_config.desktop SVN_SILENT made messages (.desktop file) 2009-02-14 16:04:31 +00:00
boxswitch_config.h Cleaned up the effects/ directory by moving each individual effect into 2009-02-05 15:35:38 +00:00
boxswitch_config.ui Cleaned up the effects/ directory by moving each individual effect into 2009-02-05 15:35:38 +00:00
CMakeLists.txt Cleaned up the effects/ directory by moving each individual effect into 2009-02-05 15:35:38 +00:00