|
Fcitx
|
Public Member Functions | |
| AddonInfo (const std::string &name) | |
| bool | isValid () const |
| const std::string & | uniqueName () const |
| const I18NString & | name () const |
| const I18NString & | comment () const |
| const std::string & | type () const |
| AddonCategory | category () const |
| const std::string & | library () const |
| const std::vector< std::string > & | dependencies () const |
| const std::vector< std::string > & | optionalDependencies () const |
| const std::vector< std::tuple< std::string, SemanticVersion > > & | dependenciesWithVersion () const |
| const std::vector< std::tuple< std::string, SemanticVersion > > & | optionalDependenciesWithVersion () const |
| bool | onDemand () const |
| int | uiPriority () const |
| UIType | uiType () const |
| bool | isEnabled () const |
| bool | isDefaultEnabled () const |
| void | setOverrideEnabled (OverrideEnabled overrideEnabled) |
| bool | isConfigurable () const |
| const SemanticVersion & | version () const |
| void | load (const RawConfig &config) |
Definition at line 31 of file addoninfo.h.
1.8.13