#include <Plasma/Widgets/RadioButton>
Provides a plasma-themed QRadioButton.
Definition at line 39 of file radiobutton.h.
Plasma::RadioButton::~RadioButton |
( |
| ) |
|
void Plasma::RadioButton::changeEvent |
( |
QEvent * |
event | ) |
|
|
protected |
QString Plasma::RadioButton::image |
( |
| ) |
const |
- Returns
- the image path being displayed currently, or an empty string if none.
bool Plasma::RadioButton::isChecked |
( |
| ) |
const |
QRadioButton* Plasma::RadioButton::nativeWidget |
( |
| ) |
const |
void Plasma::RadioButton::resizeEvent |
( |
QGraphicsSceneResizeEvent * |
event | ) |
|
|
protected |
void Plasma::RadioButton::setChecked |
( |
bool |
checked | ) |
|
Sets the checked state.
- Parameters
-
checked | true if checked, false if not |
Definition at line 155 of file radiobutton.cpp.
void Plasma::RadioButton::setImage |
( |
const QString & |
path | ) |
|
Sets the path to an image to display.
- Parameters
-
path | the path to the image; if a relative path, then a themed image will be loaded. |
Definition at line 101 of file radiobutton.cpp.
void Plasma::RadioButton::setStyleSheet |
( |
const QString & |
stylesheet | ) |
|
void Plasma::RadioButton::setText |
( |
const QString & |
text | ) |
|
Sets the display text for this RadioButton.
- Parameters
-
text | the text to display; should be translated. |
Definition at line 91 of file radiobutton.cpp.
QString Plasma::RadioButton::styleSheet |
( |
| ) |
|
- Returns
- the stylesheet currently used with this widget
QString Plasma::RadioButton::text |
( |
| ) |
const |
void Plasma::RadioButton::toggled |
( |
bool |
| ) |
|
|
signal |
bool Plasma::RadioButton::checked |
|
readwrite |
QString Plasma::RadioButton::image |
|
readwrite |
QRadioButton * Plasma::RadioButton::nativeWidget |
|
read |
QString Plasma::RadioButton::styleSheet |
|
readwrite |
QString Plasma::RadioButton::text |
|
readwrite |
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:48:35 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.