📄 cqos.h
字号:
#ifndef _CMISCPAGE_H_
#define _CMISCPAGE_H_
#include "TconfPageDecVideo.h"
class TqosPage :public TconfPageDecVideo
{
private:
bool islavc;
protected:
virtual INT_PTR msgProc(UINT uMsg, WPARAM wParam, LPARAM lParam);
public:
TqosPage(TffdshowPageDec *Iparent);
virtual void init(void);
virtual void cfg2dlg(void);
virtual void getTip(char_t *tipS,size_t len);
virtual bool reset(bool testonly=false);
virtual void translate(void);
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -