cleanup header
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=749677
This commit is contained in:
parent
2ed5d7fcc5
commit
5510140da1
@ -155,18 +155,18 @@ public:
|
|||||||
|
|
||||||
Qt::Orientations expandingDirections() const;
|
Qt::Orientations expandingDirections() const;
|
||||||
|
|
||||||
public slots:
|
public Q_SLOTS:
|
||||||
/**
|
/**
|
||||||
* Sets the appearance of the icon to pressed or restores the appearance
|
* Sets the appearance of the icon to pressed or restores the appearance
|
||||||
* to normal. This does not simulate a mouse button press.
|
* to normal. This does not simulate a mouse button press.
|
||||||
* @param pressed whether to appear as pressed (true) or as normal (false)
|
* @param pressed whether to appear as pressed (true) or as normal (false)
|
||||||
*/
|
*/
|
||||||
void setPressed(bool pressed=true);
|
void setPressed(bool pressed = true);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Shortcut for setPressed(false)
|
* Shortcut for setPressed(false)
|
||||||
*/
|
*/
|
||||||
void setUnpressed();
|
void setUnpressed();
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void paintWidget(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget = 0);
|
void paintWidget(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget = 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user