#include <Plasma/Widgets/CheckBox>
Provides a Plasma-themed checkbox.
Definition at line 39 of file checkbox.h.
Plasma::CheckBox::~CheckBox |
( |
| ) |
|
void Plasma::CheckBox::changeEvent |
( |
QEvent * |
event | ) |
|
|
protected |
QString Plasma::CheckBox::image |
( |
| ) |
const |
- Returns
- the image path being displayed currently, or an empty string if none.
bool Plasma::CheckBox::isChecked |
( |
| ) |
const |
QCheckBox* Plasma::CheckBox::nativeWidget |
( |
| ) |
const |
- Returns
- the native widget wrapped by this CheckBox
void Plasma::CheckBox::resizeEvent |
( |
QGraphicsSceneResizeEvent * |
event | ) |
|
|
protected |
void Plasma::CheckBox::setChecked |
( |
bool |
checked | ) |
|
Sets the checked state.
- Parameters
-
checked | true if checked, false if not |
Definition at line 166 of file checkbox.cpp.
void Plasma::CheckBox::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 112 of file checkbox.cpp.
void Plasma::CheckBox::setStyleSheet |
( |
const QString & |
stylesheet | ) |
|
Sets the stylesheet used to control the visual display of this CheckBox.
- Parameters
-
Definition at line 145 of file checkbox.cpp.
void Plasma::CheckBox::setText |
( |
const QString & |
text | ) |
|
Sets the display text for this CheckBox.
- Parameters
-
text | the text to display; should be translated. |
Definition at line 102 of file checkbox.cpp.
QString Plasma::CheckBox::styleSheet |
( |
| ) |
|
- Returns
- the stylesheet currently used with this widget
QString Plasma::CheckBox::text |
( |
| ) |
const |
void Plasma::CheckBox::toggled |
( |
bool |
| ) |
|
|
signal |
bool Plasma::CheckBox::checked |
|
readwrite |
QString Plasma::CheckBox::image |
|
readwrite |
QCheckBox * Plasma::CheckBox::nativeWidget |
|
read |
QString Plasma::CheckBox::styleSheet |
|
readwrite |
QString Plasma::CheckBox::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.