movie.meta
来自「磁盘管理工具,主要管理光盘信息和内容希望大家喜欢」· META 代码 · 共 17 行
META
17 行
Movie::Movie () : id (0) , genre (0) , type (0){ addAttribute (*new YGP::Attribute<std::map<std::string, Glib::ustring> > ("Name", name)); addAttribute (*new YGP::Attribute<YGP::AYear> ("Made", year)); addAttribute (*new YGP::Attribute<unsigned int> ("Genre", genre)); addAttribute (*new YGP::Attribute<int> ("Media", type)); addAttribute (*new YGP::Attribute<std::string> ("Lang", lang)); addAttribute (*new YGP::Attribute<std::string> ("Subtitles", titles));}Movie::~Movie () {}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?