📄 options.meta
字号:
Options::Options () : pINIFile (NULL) , mHeader ("Movies.head") , mFooter ("Movies.foot") , rHeader ("Records.head") , rFooter ("Records.foot") , dirOutput ("/var/www/cds/"){ addAttribute (*new YGP::Attribute<std::string> ("MovieHead", mHeader)); addAttribute (*new YGP::Attribute<std::string> ("MovieFoot", mFooter)); addAttribute (*new YGP::Attribute<std::string> ("RecordHead", rHeader)); addAttribute (*new YGP::Attribute<std::string> ("RecordFoot", rFooter)); addAttribute (*new YGP::Attribute<std::string> ("OutputDir", dirOutput));}Options::~Options () {}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -