mailcommon
#include <soundtestwidget.h>
Signals | |
void | testPressed () |
void | textChanged (const QString &) |
Public Member Functions | |
SoundTestWidget (QWidget *parent=0) | |
~SoundTestWidget () | |
void | clear () |
void | setUrl (const QString &url) |
QString | url () const |
Detailed Description
A widget to play a sound from a given URL.
Definition at line 35 of file soundtestwidget.h.
Constructor & Destructor Documentation
|
explicit |
Creates a new sound test widget.
- Parameters
-
parent The parent widget.
Definition at line 34 of file soundtestwidget.cpp.
SoundTestWidget::~SoundTestWidget | ( | ) |
Destroys the sound test widget.
Definition at line 59 of file soundtestwidget.cpp.
Member Function Documentation
void SoundTestWidget::clear | ( | ) |
Clears the url of the sound file to play.
Definition at line 134 of file soundtestwidget.cpp.
void SoundTestWidget::setUrl | ( | const QString & | url | ) |
Sets the url
of the sound file to play.
Definition at line 129 of file soundtestwidget.cpp.
|
signal |
This signal is emitted when the user clicked the Play button.
|
signal |
This signal is emitted when the user enters a new URL.
QString SoundTestWidget::url | ( | ) | const |
Returns the url of the sound file to play.
Definition at line 124 of file soundtestwidget.cpp.
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:55:15 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.