MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / AddChangeableOption

Method AddChangeableOption

src/preferences.cpp:663–665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661}
662
663void Preferences::AddChangeableOption(std::string const& name) {
664 option_names.push_back(name);
665}
666
667void Preferences::OnOK(wxCommandEvent &event) {
668 OnApply(event);

Callers 4

OptionAddMethod · 0.80
OptionChoiceMethod · 0.80
OptionBrowseMethod · 0.80
OptionFontMethod · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected