Home
last modified time | relevance | path

Searched refs:ColumnId_SoundName (Results 1 – 3 of 3) sorted by relevance

/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/model/world/
H A Dcolumns.hpp224 ColumnId_SoundName = 209, enumerator
H A Dcolumns.cpp234 { ColumnId_SoundName, "Sound Name" },
H A Ddata.cpp236 new NestedChildColumn (Columns::ColumnId_SoundName, ColumnBase::Display_Sound)); in Data()