|
std::string | addonConfigDir_ = "addon" |
|
bool | unloading_ = false |
|
bool | inLoadAddons_ = false |
|
std::unordered_map< std::string, std::unique_ptr< Addon > > | addons_ |
|
std::unordered_map< std::string, std::unique_ptr< AddonLoader > > | loaders_ |
|
std::unordered_set< std::string > | requested_ |
|
std::vector< std::string > | loadOrder_ |
|
Instance * | instance_ = nullptr |
|
EventLoop * | eventLoop_ = nullptr |
|
int64_t | timestamp_ = 0 |
|
const SemanticVersion | version_ |
|
std::unordered_map< std::string, std::vector< std::string > > | options_ |
|
Definition at line 73 of file addonmanager.cpp.
◆ version_
Initial value:=
SemanticVersion::parse(FCITX_VERSION_STRING).value()
Definition at line 222 of file addonmanager.cpp.
The documentation for this class was generated from the following file: