titlegenerator.h

来自「AVCapture是一个基于Microsoft的DirectShow技术开发的音」· C头文件 代码 · 共 40 行

H
40
字号
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++

// NOTE: Do not modify the contents of this file.  If this class is regenerated by
//  Microsoft Visual C++, your modifications will be overwritten.


// Dispatch interfaces referenced by this interface
class COleFont;

/////////////////////////////////////////////////////////////////////////////
// CTitleGenerator wrapper class

class CTitleGenerator : public COleDispatchDriver
{
public:
	CTitleGenerator() {}		// Calls COleDispatchDriver default constructor
	CTitleGenerator(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
	CTitleGenerator(const CTitleGenerator& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}

// Attributes
public:

// Operations
public:
	CString GetText();
	void SetText(LPCTSTR lpszNewValue);
	long GetStyle();
	void SetStyle(long nNewValue);
	COleFont GetFont();
	void SetRefFont(LPDISPATCH newValue);
	unsigned long GetTextColor();
	void SetTextColor(unsigned long newValue);
	long GetPosX();
	void SetPosX(long nNewValue);
	long GetPosY();
	void SetPosY(long nNewValue);
	unsigned long GetFrameColor();
	void SetFrameColor(unsigned long newValue);
};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?