MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / AspellInterface

Method AspellInterface

src/spellers/AspellInterface.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33} // namespace
34
35AspellInterface::AspellInterface(HWND npp_window_arg, const Settings &settings)
36 : m_single_speller(wrap_speller(nullptr)), m_settings(settings) {
37 m_npp_window = npp_window_arg;
38 m_last_selected_speller = nullptr;
39 m_aspell_loaded = false;
40}
41
42std::vector<LanguageInfo> AspellInterface::get_language_list() const {
43 if (!m_aspell_loaded) {

Callers

nothing calls this directly

Calls 1

wrap_spellerFunction · 0.85

Tested by

no test coverage detected