thtmlcolors.h
来自「从FFMPEG转换而来的H264解码程序,VC下编译..」· C头文件 代码 · 共 13 行
H
13 行
#ifndef _THTMLCOLORS_H_
#define _THTMLCOLORS_H_
class ThtmlColors : std::hash_map<ffstring,COLORREF>
{
public:
ThtmlColors(void);
bool getColor(const ffstring &name,COLORREF *color) const;
void getColor(const ffstring &name,COLORREF *color,COLORREF def) const;
};
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?