Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
libspelling-wrapper.h File Reference

C++ wrapping for libspelling C API. More...

Go to the source code of this file.

Namespaces

namespace  Inkscape
 Helper class to stream background task notifications as a series of messages.
 
namespace  Inkscape::UI
 User interface code.
 

Functions

template<typename T , typename F >
void Inkscape::UI::foreach (GPtrArray *arr, F &&f)
 
template<typename F >
void Inkscape::UI::foreach (char **strs, F &&f)
 
template<typename F >
void Inkscape::UI::list_language_names_and_codes (SpellingProvider *provider, F &&cb)
 
auto Inkscape::UI::list_corrections_c (SpellingChecker *checker, char const *word)
 
auto Inkscape::UI::list_corrections (SpellingChecker *checker, char const *word)
 
auto Inkscape::UI::spelling_text_buffer_adapter_create (GtkSourceBuffer *buffer, SpellingChecker *checker)
 
auto Inkscape::UI::get_menu_model (SpellingTextBufferAdapter &adapter)
 
auto Inkscape::UI::as_action_group (SpellingTextBufferAdapter &adapter)
 
void Inkscape::UI::set_enabled (SpellingTextBufferAdapter &adapter, bool enabled)
 

Detailed Description

C++ wrapping for libspelling C API.

Definition in file libspelling-wrapper.h.