メインページ クラス階層 アルファベット順リスト データ構造リスト ファイルリスト データ構造メンバ
クラス SlSoundConf の解説
サウンド設定に関するクラス.
より詳しく...
#include <slsoundconf.h>
SlSoundConfに対するクラス階層図
[凡例]SlSoundConfのコラボレーション図
[凡例]すべてのメンバリスト
公開型
|
enum | SoundType {
ScheduleAlarm = 1,
Startup,
Alert,
TimeTone,
Connected,
StartSync,
SambaEvent,
ReceivedMail
} |
公開メンバ
|
| SlSoundConf () |
| ~SlSoundConf () |
静的公開メンバ
|
QValueList<SoundType> | soundTypeList () |
QString | soundId (SoundType) |
QString | soundName (SoundType) |
QString | wavFileName (SoundType) |
void | play (SoundType, bool block=FALSE) |
void | setConfig (SoundType, const QString &) |
void | clearConfig (SoundType) |
void | clearConfig () |
QString | defWavFileName (SoundType) |
解説
サウンド設定に関するクラス.
コンストラクタとデストラクタの解説
SlSoundConf::SlSoundConf (
|
)
|
|
SlSoundConf::~SlSoundConf (
|
)
|
|
メンバ関数の解説
void SlSoundConf::play (
|
SoundType type,
|
|
bool block = FALSE ) [static]
|
|
|
サウンド種類に応じた音声を再生する
blockでブロッキングか、非ブロッキングかを指定する |
QString SlSoundConf::soundId (
|
SoundType type ) [static]
|
|
QString SlSoundConf::soundName (
|
SoundType type ) [static]
|
|
|
サウンド種類に対する名前を返す。ここでいう名前はGUI上で使われるべき、 ローカライズ(翻訳)された名前である。 |
QValueList< SoundType > SlSoundConf::soundTypeList<SoundType> (
|
) [static]
|
|
QString SlSoundConf::wavFileName (
|
SoundType type ) [static]
|
|
|
サウンド種類に対して設定されている音声ファイル名を返す |
|