Home
last modified time | relevance | path

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

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dbindto.h233 bool m_PyGenCython; variable
H A Dbindto.cpp415 cb_genCython->SetValue(m_PyGenCython); in Bindto()
416 pn_pyOpts->Enable(m_PyGenCython); in Bindto()
601 m_PyGenCython = cfg->ReadBool(_T("/bind_to/python_generate"), false); in LoadBindToConfig()
645 cfg->Write(_T("/bind_to/python_generate"), m_PyGenCython); in SaveBindToConfig()
708 m_PyGenCython = cb_genCython->GetValue(); in OnOK()
711 if (m_PyGenCython && !ValidatePyFuncName()) in OnOK()
891 if (m_PyGenCython) in MakeBindTo()
933 if (m_PyGenCython && !m_PyxFileArr.IsEmpty()) in MakeBindTo()
1248 if (m_PyGenCython) in FileBindTo()
1309 if (m_PyGenCython) in FileBindTo()
[all …]