kwin/effects/desktopgrid
Martin Gräßlin 18cccad806 Introduce a templated animationTime overload for the KConfigXT case
This method can be used to get the animationTime in case a configuration
class generated through KConfigXT is used. In general the configuration
stores the magic value 0 for a property "duration". This magic value
indicates that a hard-coded default value should be used.

So the common logic to test the stored value for 0 and then either pass
the stored value or the default value to animationTime is encapsulated
in this method in a generic way.

A MyEffect can use it in the following way:
animationTime<MyEffectConfig>(200);

BUG: 310646
FIXED-IN: 4.10
REVIEW: 107460
2012-11-25 20:19:31 +01:00
..
CMakeLists.txt
desktopgrid.cpp Introduce a templated animationTime overload for the KConfigXT case 2012-11-25 20:19:31 +01:00
desktopgrid.desktop Fixing author names in desktop files 2012-10-18 07:29:14 +02:00
desktopgrid.h fix desktopgrid window manage on VD amount change 2012-09-19 20:16:33 +02:00
desktopgrid.kcfg
desktopgrid_config.cpp
desktopgrid_config.desktop
desktopgrid_config.h
desktopgrid_config.ui
desktopgridconfig.kcfgc