Home
last modified time | relevance | path

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

/dports/games/fs2open/fs2open.github.com-release_21_4_1/fred2/
H A Dwing_editor.h44 CSpinButtonCtrl m_threshold_spin; variable
H A Dwing_editor.cpp81 DDX_Control(pDX, IDC_SPIN_WAVE_THRESHOLD, m_threshold_spin); in DoDataExchange()
422 m_threshold_spin.SetRange(0, static_cast<short>(calc_max_wave_treshold())); in initialize_data_safe()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/fred2/
H A Dwing_editor.h44 CSpinButtonCtrl m_threshold_spin; variable
H A Dwing_editor.cpp79 DDX_Control(pDX, IDC_SPIN_WAVE_THRESHOLD, m_threshold_spin); in DoDataExchange()
408 m_threshold_spin.SetRange(0, (short) Wings[cur_wing].wave_count - 1); in initialize_data_safe()