Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Doptions.cpp2110 bSizer10->Add(m_rbOIgnore, 0, wxALL, 5); in CreatePanel_NMEA_Compact()
2800 bSizer10->Add(m_rbOIgnore, 0, wxALL, 5); in CreatePanel_NMEA()
9629 m_rbOIgnore->Show(visible); in ShowNMEACommon()
9792 m_rbOIgnore->Show(); in SetDSFormOptionVizStates()
9812 m_rbOIgnore->Hide(); in SetDSFormOptionVizStates()
9838 m_rbOIgnore->Hide(); in SetDSFormOptionVizStates()
9858 m_rbOIgnore->Enable(TRUE); in SetDSFormRWStates()
9868 m_rbOIgnore->Enable(FALSE); in SetDSFormRWStates()
9878 m_rbOIgnore->Enable(FALSE); in SetDSFormRWStates()
9887 m_rbOIgnore->Enable(TRUE); in SetDSFormRWStates()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Doptions.h427 wxRadioButton *m_rbOIgnore; variable