| 363 | } |
| 364 | |
| 365 | bool DrawingProgramSelection::is_selected(CanvasComponentContainer::ObjInfo* objToCheck) { |
| 366 | return std::find(selectedSet.begin(), selectedSet.end(), objToCheck) != selectedSet.end(); |
| 367 | } |
| 368 | |
| 369 | void DrawingProgramSelection::reset_all() { |
| 370 | check_add_stroke_color_change_undo(); |
no test coverage detected