parley
Practice::StatusToggleButton Class Reference
#include <statustogglebutton.h>
Inheritance diagram for Practice::StatusToggleButton:

Signals | |
| void | clicked () |
Signals inherited from Practice::ImageWidget | |
| void | sizeChanged () |
Public Member Functions | |
| StatusToggleButton (QWidget *parent=0) | |
| void | setPixmaps (QPixmap defaultPixmap, QPixmap hoverPixmap, QPixmap pressedPixmap) |
Public Member Functions inherited from Practice::ImageWidget | |
| ImageWidget (QWidget *parent=0) | |
| void | setAlignment (Qt::Alignment alignment) |
| void | setFadingEnabled (bool fading) |
| void | setKeepAspectRatio (Qt::AspectRatioMode mode) |
| void | setPixmap (const QPixmap &pixmap) |
| void | setScalingEnabled (bool scaling, bool onlyDownscaling=true) |
Protected Member Functions | |
| void | enterEvent (QEvent *) |
| void | leaveEvent (QEvent *) |
| void | mousePressEvent (QMouseEvent *e) |
| void | mouseReleaseEvent (QMouseEvent *e) |
Protected Member Functions inherited from Practice::ImageWidget | |
| virtual void | paintEvent (QPaintEvent *e) |
| virtual void | resizeEvent (QResizeEvent *e) |
Detailed Description
Definition at line 22 of file statustogglebutton.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 27 of file statustogglebutton.h.
Member Function Documentation
|
signal |
|
protected |
Definition at line 53 of file statustogglebutton.cpp.
|
protected |
Definition at line 59 of file statustogglebutton.cpp.
|
protected |
Definition at line 32 of file statustogglebutton.cpp.
|
protected |
Definition at line 40 of file statustogglebutton.cpp.
| void StatusToggleButton::setPixmaps | ( | QPixmap | defaultPixmap, |
| QPixmap | hoverPixmap, | ||
| QPixmap | pressedPixmap | ||
| ) |
Definition at line 20 of file statustogglebutton.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:42:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:42:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Signals inherited from