Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
663
void Preferences::AddChangeableOption(std::string const& name) {
664
option_names.push_back(name);
665
}
666
667
void Preferences::OnOK(wxCommandEvent &event) {
668
OnApply(event);
Callers
4
OptionAdd
Method · 0.80
OptionChoice
Method · 0.80
OptionBrowse
Method · 0.80
OptionFont
Method · 0.80
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected