Home
last modified time | relevance | path

Searched defs:SEItem (Results 1 – 1 of 1) sorted by relevance

/dports/audio/ncmpcpp/ncmpcpp-0.9.2/src/screens/
H A Dsearch_engine.h32 struct SEItem struct
34 SEItem() : m_is_song(false), m_buffer(0) { } in SEItem() argument
35 SEItem(NC::Buffer *buf) : m_is_song(false), m_buffer(buf) { } in SEItem() argument
36 SEItem(const MPD::Song &s) : m_is_song(true), m_song(s) { } in SEItem() argument
37 SEItem(const SEItem &ei) { *this = ei; } in SEItem() function
38 ~SEItem() { in ~SEItem() argument
58 SEItem &operator=(const SEItem &se) { argument
78 struct SearchEngineWindow: NC::Menu<SEItem>, SongList argument