Home
last modified time | relevance | path

Searched refs:CATEGORY_ICON (Results 1 – 4 of 4) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DGUI_ObjectList.cpp92 CATEGORY_ICON[L("Layers and Perimeters")] = create_scaled_bitmap("layers"); in ObjectList()
93 CATEGORY_ICON[L("Infill")] = create_scaled_bitmap("infill"); in ObjectList()
96 CATEGORY_ICON[L("Speed")] = create_scaled_bitmap("time"); in ObjectList()
97 CATEGORY_ICON[L("Extruders")] = create_scaled_bitmap("funnel"); in ObjectList()
98 CATEGORY_ICON[L("Extrusion Width")] = create_scaled_bitmap("funnel"); in ObjectList()
99 CATEGORY_ICON[L("Wipe options")] = create_scaled_bitmap("funnel"); in ObjectList()
102 CATEGORY_ICON[L("Advanced")] = create_scaled_bitmap("wrench"); in ObjectList()
105 CATEGORY_ICON[L("Pad")] = create_scaled_bitmap("pad"); in ObjectList()
2052CATEGORY_ICON.find(cat.first) == CATEGORY_ICON.end() ? wxNullBitmap : CATEGORY_ICON.at(cat.first),… in create_settings_popupmenu()
2073CATEGORY_ICON.find(it.first) == CATEGORY_ICON.end() ? wxNullBitmap : CATEGORY_ICON.at(it.first), m… in create_freq_settings_popupmenu()
[all …]
H A DGUI_ObjectList.hpp212 std::map<std::string, wxBitmap> CATEGORY_ICON; member in Slic3r::GUI::ObjectList
H A DObjectDataViewModel.cpp143 …d::map<std::string, wxBitmap>& categories_icon = Slic3r::GUI::wxGetApp().obj_list()->CATEGORY_ICON; in update_settings_digest_bitmaps()
/dports/science/gramps/gramps-5.1.4/gramps/gui/
H A Dnavigator.py57 CATEGORY_ICON = { variable
174 cat_icon = CATEGORY_ICON.get(page[0].category[0])