Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A DConfigMgr.h54 wxPanel *GetConfigPanel( wxWindow *parent, wxString GUID );
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DConfigMgr.cpp817 wxPanel *ConfigMgr::GetConfigPanel( wxWindow *parent, wxString GUID ) in GetConfigPanel() function in ConfigMgr
H A Doptions.cpp3751 wxPanel *pp = ConfigMgr::Get().GetConfigPanel( m_scrollWinConfigList,configGUIDs[i]); in BuildConfigList()