Home
last modified time | relevance | path

Searched refs:m_sOpacity (Results 1 – 3 of 3) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/plugins/wmm_pi/src/
H A DWmmUIDialog.h113 wxSlider* m_sOpacity; variable
H A DWmmUIDialog.cpp307m_sOpacity = new wxSlider( this, wxID_ANY, 255, 0, 255, wxDefaultPosition, wxDefaultSize, wxSL_HOR… in WmmPrefsDialog()
308 sbSizer4->Add( m_sOpacity, 0, wxBOTTOM|wxEXPAND|wxTOP, 5 ); in WmmPrefsDialog()
H A Dwmm_pi.cpp969 dialog->m_sOpacity->SetValue(m_iOpacity); in ShowPreferencesDialog()
978 m_iOpacity = dialog->m_sOpacity->GetValue(); in ShowPreferencesDialog()