?? 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 + -