Lines Matching refs:ItemId

71     typedef u32 ItemId;  typedef
78 static const ItemId INVALID_ID = 0xffffffff;
101 typedef ItemId FileId;
108 typedef ItemId StringId;
130 ItemId playerId; //!< サウンドを再生するときに使用されるプレイヤーの ID です。
393 ItemId startId;
394 ItemId endId;
609 const char* GetItemLabel( ItemId id ) const;
639 ItemId GetItemId( const char* pLabel ) const;
653 FileId GetItemFileId( ItemId id ) const;
672 static ItemId GetSoundIdFromIndex( u32 index ) in GetSoundIdFromIndex()
697 static ItemId GetSoundGroupIdFromIndex( u32 index ) in GetSoundGroupIdFromIndex()
719 static ItemId GetBankIdFromIndex( u32 index ) in GetBankIdFromIndex()
741 static ItemId GetPlayerIdFromIndex( u32 index ) in GetPlayerIdFromIndex()
763 static ItemId GetWaveArchiveIdFromIndex( u32 index ) in GetWaveArchiveIdFromIndex()
785 static ItemId GetGroupIdFromIndex( u32 index ) in GetGroupIdFromIndex()
809 u32 GetSoundUserParam( ItemId soundId ) const;
826 SoundType GetSoundType( ItemId soundId ) const;
843 bool ReadSoundInfo( ItemId soundId, SoundInfo* info ) const;
860 bool ReadSequenceSoundInfo( ItemId soundId, SequenceSoundInfo* info ) const;
877 bool ReadBankInfo( ItemId bankId, BankInfo* info ) const;
894 bool ReadPlayerInfo( ItemId playerId, PlayerInfo* info ) const;
911 bool detail_ReadStreamSoundInfo( ItemId soundId, StreamSoundInfo* info ) const;
914 bool detail_ReadWaveSoundInfo( ItemId soundId, WaveSoundInfo* info ) const;
931 bool ReadSound3DInfo( ItemId soundId, Sound3DInfo* info ) const;
934 bool ReadWaveArchiveInfo( ItemId warcId, WaveArchiveInfo* info ) const;
937 bool detail_ReadSoundGroupInfo( ItemId groupId, SoundGroupInfo* info ) const;
940 bool detail_ReadGroupInfo( ItemId groupId, GroupInfo* info ) const;
950 const internal::Util::Table<u32>* detail_GetWaveArchiveIdTable( ItemId id ) const;