|
bool | skipDescription () const override |
|
void | dumpDescription (RawConfig &config) const override |
|
| ExternalOption (Configuration *parent, std::string path, std::string description, std::string uri) |
|
std::string | typeString () const override |
|
void | reset () override |
|
bool | isDefault () const override |
|
void | marshall (RawConfig &config) const override |
|
bool | unmarshall (const RawConfig &config, bool partial) override |
|
std::unique_ptr< Configuration > | subConfigSkeleton () const override |
|
bool | equalTo (const OptionBase &other) const override |
|
void | copyFrom (const OptionBase &other) override |
|
bool | skipSave () const override |
|
| OptionBase (Configuration *parent, std::string path, std::string description) |
|
const std::string & | path () const |
|
const std::string & | description () const |
|
bool | operator== (const OptionBase &other) const |
|
bool | operator!= (const OptionBase &other) const |
|
template<>
class fcitx::ConditionalHiddenHelper< true, SubConfigOption >::HiddenSubConfigOption
Definition at line 490 of file option.h.