Home
last modified time | relevance | path

Searched refs:OnCheckListBoxFunction (Results 1 – 2 of 2) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DwxExtensions.cpp265 if (m_check_box_events_status == OnCheckListBoxFunction::FreeToProceed ) in OnCheckListBox()
278 if ( m_check_box_events_status == OnCheckListBoxFunction::RefuseToProceed ) in OnCheckListBox()
281 m_check_box_events_status = OnCheckListBoxFunction::WasRefusedLastTime; in OnCheckListBox()
284 m_check_box_events_status = OnCheckListBoxFunction::RefuseToProceed; in OnCheckListBox()
296 if (m_check_box_events_status == OnCheckListBoxFunction::RefuseToProceed) in OnListBoxSelection()
300 …m_check_box_events_status = OnCheckListBoxFunction::FreeToProceed; // so the checkbox reacts to sq… in OnListBoxSelection()
H A DwxExtensions.hpp77 enum class OnCheckListBoxFunction{ enum in wxCheckListBoxComboPopup
81 } m_check_box_events_status = OnCheckListBoxFunction::FreeToProceed;