📄 movie.meta
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -