#include <fmod-sounddialog.h>
Definition at line 6 of file fmod-sounddialog.h.
Public Slots | |
void | loadPlaylist (QStringList list) |
Signals | |
void | addFile (QString soundname, QString filename) |
void | playSound (QString soundname) |
void | remFile (QString soundname) |
Public Member Functions | |
FmodSoundDialog (QWidget *parent=0) | |
QComboBox * | getPlaylist () |
Private Slots | |
void | on_ButtonChoose_clicked () |
void | on_ButtonAdd_clicked () |
void | on_ButtonRemove_clicked () |
void | on_ButtonPlay_clicked () |
FmodSoundDialog::FmodSoundDialog | ( | QWidget * | parent = 0 |
) |
Definition at line 5 of file fmod-sounddialog.cpp.
QComboBox * FmodSoundDialog::getPlaylist | ( | ) |
Definition at line 44 of file fmod-sounddialog.cpp.
Referenced by on_ButtonAdd_clicked().
void FmodSoundDialog::playSound | ( | QString | soundname | ) | [signal] |
Referenced by on_ButtonPlay_clicked().
void FmodSoundDialog::remFile | ( | QString | soundname | ) | [signal] |
Referenced by on_ButtonRemove_clicked().
void FmodSoundDialog::loadPlaylist | ( | QStringList | list | ) | [slot] |
void FmodSoundDialog::on_ButtonChoose_clicked | ( | ) | [private, slot] |
Definition at line 11 of file fmod-sounddialog.cpp.
References QDir::currentPath(), QFileDialog::getOpenFileName(), and QString::isEmpty().
void FmodSoundDialog::on_ButtonAdd_clicked | ( | ) | [private, slot] |
void FmodSoundDialog::on_ButtonRemove_clicked | ( | ) | [private, slot] |
void FmodSoundDialog::on_ButtonPlay_clicked | ( | ) | [private, slot] |