Fcitx
|
An option that launches external tool. More...
#include <fcitx-config/option.h>
Public Member Functions | |
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 | skipDescription () const override |
bool | skipSave () const override |
void | dumpDescription (RawConfig &config) 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 |