kalarm/lib
#include <pushbutton.h>
Public Member Functions | |
PushButton (QWidget *parent) | |
PushButton (const KGuiItem &text, QWidget *parent) | |
PushButton (const QString &text, QWidget *parent) | |
PushButton (const KIcon &icon, const QString &text, QWidget *parent) | |
virtual bool | isReadOnly () const |
virtual void | setReadOnly (bool readOnly, bool noHighlight=false) |
Protected Member Functions | |
virtual bool | event (QEvent *) |
virtual void | keyPressEvent (QKeyEvent *) |
virtual void | keyReleaseEvent (QKeyEvent *) |
virtual void | mouseMoveEvent (QMouseEvent *) |
virtual void | mousePressEvent (QMouseEvent *) |
virtual void | mouseReleaseEvent (QMouseEvent *) |
Properties | |
bool | readOnly |
Detailed Description
A KPushButton with read-only option.
The PushButton class is a KPushButton with a read-only option.
The widget may be set as read-only. This has the same effect as disabling it, except that its appearance is unchanged.
Definition at line 39 of file pushbutton.h.
Constructor & Destructor Documentation
|
explicit |
Constructor.
- Parameters
-
parent The parent object of this widget.
Definition at line 27 of file pushbutton.cpp.
PushButton::PushButton | ( | const KGuiItem & | text, |
QWidget * | parent | ||
) |
Constructor for a push button which displays a text.
- Parameters
-
text The text to show on the button. parent The parent object of this widget.
Definition at line 34 of file pushbutton.cpp.
PushButton::PushButton | ( | const QString & | text, |
QWidget * | parent | ||
) |
Constructor for a push button which displays a text.
- Parameters
-
text The text to show on the button. parent The parent object of this widget.
Definition at line 41 of file pushbutton.cpp.
PushButton::PushButton | ( | const KIcon & | icon, |
const QString & | text, | ||
QWidget * | parent | ||
) |
Constructor for a push button which displays an icon and a text.
- Parameters
-
icon The icon to show on the button. text The text to show on the button. parent The parent object of this widget.
Definition at line 48 of file pushbutton.cpp.
Member Function Documentation
|
protectedvirtual |
Definition at line 120 of file pushbutton.cpp.
|
inlinevirtual |
Returns true if the widget is read only.
Definition at line 70 of file pushbutton.h.
|
protectedvirtual |
Definition at line 95 of file pushbutton.cpp.
|
protectedvirtual |
Definition at line 114 of file pushbutton.cpp.
|
protectedvirtual |
Definition at line 89 of file pushbutton.cpp.
|
protectedvirtual |
Definition at line 67 of file pushbutton.cpp.
|
protectedvirtual |
Definition at line 78 of file pushbutton.cpp.
|
virtual |
Sets whether the push button is read-only for the user.
- Parameters
-
readOnly True to set the widget read-only, false to enable its action. noHighlight True to prevent the button being highlighted on mouse-over.
Definition at line 55 of file pushbutton.cpp.
Property Documentation
|
readwrite |
Definition at line 42 of file pushbutton.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:59:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.