6 #ifndef AMDAEMON_EMONEYSOUND_H 7 #define AMDAEMON_EMONEYSOUND_H 19 class InnerIndexHolder;
44 EMoneySound(
bool stopRequired,
const wchar_t* filePath);
92 const wchar_t*
getId()
const;
111 std::unique_ptr<Data> _data;
117 #endif // AMDAEMON_EMONEYSOUND_H const wchar_t * getId() const
サウンドIDを取得する。
const wchar_t * getFilePath() const
サウンドWAVEファイルパスを取得する。
EMoneySound & operator=(const EMoneySound &r)
コピー代入演算子のオーバロード。
AM Daemon ライブラリクラス群の基底名前空間。
Definition: Log.h:13
電子マネーのサウンド情報を提供するクラス。
Definition: EMoneySound.h:37
bool isStopRequired() const
サウンド停止処理要求であるか否かを取得する。
Definition: EMoneySound.h:75
EMoneySound(bool stopRequired, const wchar_t *filePath)
コンストラクタ。