Fcitx
|
Public Member Functions | |
InputMethodEntry (const std::string &uniqueName, const std::string &name, const std::string &languageCode, const std::string &addon) | |
InputMethodEntry (const InputMethodEntry &)=delete | |
InputMethodEntry & | setNativeName (const std::string &nativeName) |
InputMethodEntry & | setIcon (const std::string &icon) |
InputMethodEntry & | setLabel (const std::string &label) |
InputMethodEntry & | setConfigurable (bool configurable) |
void | setUserData (std::unique_ptr< InputMethodEntryUserData > userData) |
const InputMethodEntryUserData * | userData () const |
const std::string & | name () const |
const std::string & | nativeName () const |
const std::string & | icon () const |
const std::string & | uniqueName () const |
const std::string & | languageCode () const |
const std::string & | addon () const |
const std::string & | label () const |
bool | isConfigurable () const |
bool | isKeyboard () const |
Helper function to check if this is a keyboard input method. More... | |
Definition at line 23 of file inputmethodentry.h.
bool fcitx::InputMethodEntry::isKeyboard | ( | ) | const |
Helper function to check if this is a keyboard input method.
Definition at line 110 of file inputmethodentry.cpp.