📄 options.meta
字号:
Options::Options () : strType ("Rovhult") , browser ("galeon") , helpPath (DOCUDIR) , decks (CARDDECKS_DIR "cards-default/") , back (CARDDECKS_DIR "decks/deck1.png"){ addAttribute (*new YGP::Attribute<std::string> ("Type", strType)); addAttribute (*new YGP::Attribute<std::string> ("Helpbrowser", browser)); addAttribute (*new YGP::Attribute<std::string> ("Helpdir", helpPath)); addAttribute (*new YGP::Attribute<std::string> ("CardFront", decks)); addAttribute (*new YGP::Attribute<std::string> ("CardBack", back));}Options::~Options () {}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -