Home
last modified time | relevance | path

Searched refs:create_scaled_bitmap (Results 1 – 14 of 14) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DwxExtensions.cpp29 const wxBitmap& item_icon = create_scaled_bitmap(it->second); in msw_rescale_menu()
54 const wxBitmap& item_icon = create_scaled_bitmap(it->second, win, 16, !enable); in enable_menu_item()
117 item->SetBitmap(create_scaled_bitmap(icon)); // FIXME: pass window ptr in append_submenu()
422 wxBitmap create_scaled_bitmap( const std::string& bmp_name_in, in create_scaled_bitmap() function
766 m_bmp = create_scaled_bitmap(icon_name, parent, px_cnt, grayscale); in ScalableBitmap()
799 m_bmp = create_scaled_bitmap(m_icon_name, m_parent, m_px_cnt, m_grayscale); in msw_rescale()
826 SetBitmap(create_scaled_bitmap(icon_name, parent, m_px_cnt)); in ScalableButton()
828 SetBitmapDisabled(create_scaled_bitmap(m_current_icon_name, m_parent, m_px_cnt, true)); in ScalableButton()
881 SetBitmapDisabled(create_scaled_bitmap(m_current_icon_name, m_parent, m_px_cnt, true)); in UseDefaultBitmapDisabled()
886 SetBitmap(create_scaled_bitmap(m_current_icon_name, m_parent, m_px_cnt)); in msw_rescale()
[all …]
H A DMsgDialog.cpp56 bitmap = create_scaled_bitmap("PrusaSlicer_192px.png", this, 192); in MsgDialog()
104 …logo->SetBitmap(create_scaled_bitmap("PrusaSlicer_192px_grayscale.png", this, monospaced_font ? 48… in ErrorDialog()
156 logo->SetBitmap(create_scaled_bitmap("info", this, 84)); in InfoDialog()
H A DOG_CustomCtrl.cpp58 … m_bmp_mode_sz = get_bitmap_size(create_scaled_bitmap("mode_simple", this, wxOSX ? 10 : 12)); in OG_CustomCtrl()
59 m_bmp_blinking_sz = get_bitmap_size(create_scaled_bitmap("search_blink", this)); in OG_CustomCtrl()
371 m_bmp_mode_sz = create_scaled_bitmap("mode_simple", this, wxOSX ? 10 : 12).GetSize(); in msw_rescale()
372 m_bmp_blinking_sz = create_scaled_bitmap("search_blink", this).GetSize(); in msw_rescale()
435 height = get_bitmap_size(create_scaled_bitmap("empty")).GetHeight(); in msw_rescale()
580 wxBitmap bmp = create_scaled_bitmap(bmp_name, ctrl, wxOSX ? 10 : 12); in draw_mode_bmp()
648 wxBitmap bmp_blinking = create_scaled_bitmap(is_blinking ? "search_blink" : "empty", ctrl); in draw_blinking_bmp()
H A DUpdateDialogs.cpp166 logo->SetBitmap(create_scaled_bitmap("PrusaSlicer_192px_grayscale.png", this, 192)); in MsgUpdateForced()
222 logo->SetBitmap(create_scaled_bitmap("PrusaSlicer_192px_grayscale.png", this, 192)); in MsgDataIncompatible()
326 logo->SetBitmap(create_scaled_bitmap("PrusaSlicer_192px_grayscale.png", this, 192)); in MsgNoUpdates()
H A DObjectDataViewModel.cpp68 m_bmp = create_scaled_bitmap(LAYER_ROOT_ICON); // FIXME: pass window ptr in ObjectDataViewModelNode()
97 m_bmp = create_scaled_bitmap(LAYER_ICON); // FIXME: pass window ptr in ObjectDataViewModelNode()
116 m_action_icon = create_scaled_bitmap(m_action_icon_name); // FIXME: pass window ptr in set_action_and_extruder_icons()
136create_scaled_bitmap(m_printable == piPrintable ? "eye_open.png" : "eye_closed.png"); in set_printable_icon()
181 m_action_icon = create_scaled_bitmap(m_action_icon_name); in msw_rescale()
184 …m_printable_icon = create_scaled_bitmap(m_printable == piPrintable ? "eye_open.png" : "eye_closed.… in msw_rescale()
1503 node->m_bmp = create_scaled_bitmap(LAYER_ROOT_ICON); in Rescale()
1505 node->m_bmp = create_scaled_bitmap(LAYER_ICON); in Rescale()
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()
94 CATEGORY_ICON[L("Ironing")] = create_scaled_bitmap("ironing"); in ObjectList()
95 CATEGORY_ICON[L("Support material")] = create_scaled_bitmap("support"); 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()
[all …]
H A DSavePresetDialog.cpp59 … m_valid_bmp = new wxStaticBitmap(m_parent, wxID_ANY, create_scaled_bitmap("tick_mark", m_parent)); in Item()
171 m_valid_bmp->SetBitmap(create_scaled_bitmap(bmp_name, m_parent)); in update_valid_bmp()
H A DPresetComboBoxes.cpp416 bmps.emplace_back(create_scaled_bitmap(main_icon_name)); in get_bmp()
420 …bmps.emplace_back(is_system ? create_scaled_bitmap("lock_closed") : bitmap_cache().mkclear(norm_ic… in get_bmp()
441 …bmps.emplace_back(m_type == Preset::TYPE_PRINTER ? create_scaled_bitmap(main_icon_name, this, 16, … in get_bmp()
444 …bmps.emplace_back(is_system ? create_scaled_bitmap(next_icon_name, this, 16, !is_enabled) : bitmap… in get_bmp()
H A DwxExtensions.hpp51 wxBitmap create_scaled_bitmap(const std::string& bmp_name, wxWindow *win = nullptr,
H A DUnsavedChangesDialog.cpp210 m_icon.CopyFromBitmap(create_scaled_bitmap(m_icon_name, m_parent_win, 16, !m_toggle)); in UpdateIcons()
212 m_icon = create_scaled_bitmap(m_icon_name, m_parent_win, 16, !m_toggle); in UpdateIcons()
H A DDoubleSlider.cpp805 wxBitmap icon = create_scaled_bitmap(icon_name); in draw_ticks()
1451 …change_extruder_menu_item->SetBitmap(create_scaled_bitmap(active_extruders[1] > 0 ? "edit_uni" : "… in append_change_extruder_menu_item()
1483 add_color_change_menu_item->SetBitmap(create_scaled_bitmap("colorchange_add_m")); in append_add_color_change_menu_item()
H A DMainFrame.cpp1309 …m_changeable_menu_items[miMaterialTab] ->SetBitmap(create_scaled_bitmap(is_fff ? "spool" : "res… in update_menubar()
1311 …m_changeable_menu_items[miPrinterTab] ->SetBitmap(create_scaled_bitmap(is_fff ? "printer" : "sla… in update_menubar()
H A DGUI_App.cpp841 …scrn = new SplashScreen(bmp.IsOk() ? bmp : create_scaled_bitmap("prusa_slicer_logo", nullptr, 400)… in on_init_inner()
H A DPlater.cpp173 … manifold_warning_icon = new wxStaticBitmap(parent, wxID_ANY, create_scaled_bitmap("exclamation")); in ObjectInfo()
192 manifold_warning_icon->SetBitmap(create_scaled_bitmap("exclamation")); in msw_rescale()