Lines Matching defs:id
27 E id;
38 * @note that get_label and get_key return an empty string when the requested id is not in the list.
53 return _data[i].id;
63 return _data[i].id;
79 bool is_valid_id(const E id) const
82 if(_data[i].id == id)
88 const Glib::ustring& get_label(const E id) const
91 if(_data[i].id == id)
98 const Glib::ustring& get_key(const E id) const
101 if(_data[i].id == id)