3 #include "combined/model/member.h" 11 void set_hovered(
bool hovered);
12 bool get_hovered()
const;
14 void set_selected(
bool selected);
15 bool get_selected()
const;
21 swap(hovered_, other.hovered_);
22 swap(selected_, other.selected_);
25 bool hovered_ =
false;
26 bool selected_ =
false;
Definition: capsule_base.h:9