SHARP Zaurus
ザウルスサポートステーション
クラス SlSoundConf の解説
メインページ   クラス階層   アルファベット順リスト   データ構造リスト   ファイルリスト   データ構造メンバ  
クラス SlSoundConf の解説

サウンド設定に関するクラス. より詳しく...

#include <slsoundconf.h>

SlSoundConfに対するクラス階層図

Inheritance graph
[凡例]
SlSoundConfのコラボレーション図

Collaboration graph
[凡例]
すべてのメンバリスト

公開型

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::~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]
 

サウンド種類に対して設定されている音声ファイル名を返す

 
▲このページのトップへ
関連サイト   修理/ご相談窓口   利用上のご注意
COPYRIGHT