added separated function to get pixmap needed for the shadow tileSet.

svn path=/trunk/KDE/kdebase/workspace/; revision=1020708
icc-effect-5.14.5
Hugo Pereira Da Costa 2009-09-07 06:53:13 +00:00
parent 904dc1341e
commit f439166398
1 changed files with 3 additions and 0 deletions

View File

@ -109,6 +109,9 @@ namespace Nitrogen
//! shadows
TileSet *shadowTiles(const QColor& color, const QColor& glow, qreal size, bool active);
//! shadows
QPixmap shadowPixmap( const QColor& color, const QColor& glow, qreal size, bool active) const;
private:
class ShadowTilesOption {