cleanup header

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=749677
This commit is contained in:
Urs Wolfer 2007-12-17 15:57:54 +00:00
parent 2ed5d7fcc5
commit 5510140da1

View File

@ -155,18 +155,18 @@ public:
Qt::Orientations expandingDirections() const;
public slots:
/**
* Sets the appearance of the icon to pressed or restores the appearance
* to normal. This does not simulate a mouse button press.
* @param pressed whether to appear as pressed (true) or as normal (false)
*/
void setPressed(bool pressed=true);
public Q_SLOTS:
/**
* Sets the appearance of the icon to pressed or restores the appearance
* to normal. This does not simulate a mouse button press.
* @param pressed whether to appear as pressed (true) or as normal (false)
*/
void setPressed(bool pressed = true);
/**
* Shortcut for setPressed(false)
*/
void setUnpressed();
/**
* Shortcut for setPressed(false)
*/
void setUnpressed();
protected:
void paintWidget(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget = 0);