kalarm
#include <sounddlg.h>
Signals | |
void | changed () |
Public Member Functions | |
SoundWidget (bool showPlay, bool showRepeat, QWidget *parent) | |
~SoundWidget () | |
QString | defaultDir () const |
bool | file (KUrl &, bool showErrorMessage=true) const |
QString | fileName () const |
void | getVolume (float &volume, float &fadeVolume, int &fadeSeconds) const |
bool | isReadOnly () const |
int | repeatPause () const |
void | set (const QString &file, float volume, float fadeVolume=-1, int fadeSeconds=0, int repeatPause=-1) |
void | setAllowEmptyFile () |
void | setReadOnly (bool) |
bool | validate (bool showErrorMessage) const |
Static Public Member Functions | |
static QString | i18n_chk_Repeat () |
Protected Member Functions | |
virtual void | resizeEvent (QResizeEvent *) |
virtual void | showEvent (QShowEvent *) |
Detailed Description
Definition at line 41 of file sounddlg.h.
Constructor & Destructor Documentation
SoundWidget::SoundWidget | ( | bool | showPlay, |
bool | showRepeat, | ||
QWidget * | parent | ||
) |
Definition at line 142 of file sounddlg.cpp.
SoundWidget::~SoundWidget | ( | ) |
Definition at line 298 of file sounddlg.cpp.
Member Function Documentation
|
signal |
|
inline |
Definition at line 55 of file sounddlg.h.
bool SoundWidget::file | ( | KUrl & | url, |
bool | showErrorMessage = true |
||
) | const |
Definition at line 355 of file sounddlg.cpp.
QString SoundWidget::fileName | ( | ) | const |
Definition at line 347 of file sounddlg.cpp.
void SoundWidget::getVolume | ( | float & | volume, |
float & | fadeVolume, | ||
int & | fadeSeconds | ||
) | const |
Definition at line 367 of file sounddlg.cpp.
|
static |
Definition at line 54 of file sounddlg.cpp.
|
inline |
Definition at line 49 of file sounddlg.h.
int SoundWidget::repeatPause | ( | ) | const |
Definition at line 386 of file sounddlg.cpp.
|
protectedvirtual |
Definition at line 395 of file sounddlg.cpp.
void SoundWidget::set | ( | const QString & | file, |
float | volume, | ||
float | fadeVolume = -1 , |
||
int | fadeSeconds = 0 , |
||
int | repeatPause = -1 |
||
) |
Definition at line 307 of file sounddlg.cpp.
|
inline |
Definition at line 50 of file sounddlg.h.
void SoundWidget::setReadOnly | ( | bool | readOnly | ) |
Definition at line 327 of file sounddlg.cpp.
|
protectedvirtual |
Definition at line 401 of file sounddlg.cpp.
bool SoundWidget::validate | ( | bool | showErrorMessage | ) | const |
Definition at line 462 of file sounddlg.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:59:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.