16 std::vector<std::string> m_remoteLayouts;
17 std::vector<std::string> m_localLayouts;
21 const std::vector<std::string> &localLayouts =
AppUtil::instance().getKeyboardLayoutList()
static AppUtil & instance()
Definition AppUtil.cpp:31
KeyboardLayoutManager(const std::vector< std::string > &localLayouts=AppUtil::instance().getKeyboardLayoutList())
Definition KeyboardLayoutManager.cpp:30
const std::vector< std::string > & getRemoteLayouts() const
getRemoteLayouts getter for remote layouts
Definition KeyboardLayoutManager.cpp:48
bool isLayoutInstalled(const std::string &layout) const
isLayoutInstalled checks if layout is installed
Definition KeyboardLayoutManager.cpp:79
std::string getMissedLayouts() const
getMissedLayouts getter for missed layouts on local machine
Definition KeyboardLayoutManager.cpp:58
const std::vector< std::string > & getLocalLayouts() const
getLocalLayouts getter for local layouts
Definition KeyboardLayoutManager.cpp:53
void setRemoteLayouts(const std::string_view &remoteLayouts)
setRemoteLayouts sets remote layouts
Definition KeyboardLayoutManager.cpp:36
std::string getSerializedLocalLayouts() const
getSerializedLocalLayouts getter for local serialized layouts
Definition KeyboardLayoutManager.cpp:74
Definition DaemonApp.h:20