kwin/effects/coverswitch
Martin Gräßlin c7262e8bd3 Getter/setters for opacity, saturation and brightness in WindowPaintData
The public member variables for opacity, saturation and brightness
are removed in favor for getter and setters. The variables are
moved into a private class. Those are now qreal instead of double.

To make usage inside the effects easier a multiply method is added
which multiplies the current value with passed in factor and returns
the new value in a functional programming style.

This commit is the top-most of a patch series to refactor
ScreenPaintData and WindowPaintData. Other related commits are:
* 0811772
* ebdc7ec
* 2c8dd8d
* 7699726
* 68e0201
* 611cb09

REVIEW: 105141
BUG: 303314
FIXED-IN: 4.10
2012-07-19 18:25:48 +02:00
..
CMakeLists.txt
coverswitch-reflection.glsl
coverswitch.cpp Getter/setters for opacity, saturation and brightness in WindowPaintData 2012-07-19 18:25:48 +02:00
coverswitch.desktop SVN_SILENT made messages (.desktop file) 2012-05-28 11:08:19 +02:00
coverswitch.h Use desktop icon for Show Desktop entry in TabBox 2012-04-01 08:06:12 +02:00
coverswitch_config.cpp normalize signal/slots 2011-08-17 23:51:55 +02:00
coverswitch_config.desktop SVN_SILENT made messages (.desktop file) 2012-05-28 11:08:19 +02:00
coverswitch_config.h KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
coverswitch_config.ui