dvbteletextsubtitlespropertiespage1.h

来自「Teletext module usually used in the DVB 」· C头文件 代码 · 共 57 行

H
57
字号
/* 

(C) Luke Paton 2004.

Copyright notice:

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

*/

class CDVBTeletextSubtitlesPropertiesPage1 : public CBasePropertyPage
{

public:

    static CUnknown * WINAPI CreateInstance(LPUNKNOWN lpunk, HRESULT *phr);
    DECLARE_IUNKNOWN;

private:

    INT_PTR OnReceiveMessage(HWND hwnd,UINT uMsg,WPARAM wParam,LPARAM lParam);

    HRESULT OnConnect(IUnknown *pUnknown);
    HRESULT OnDisconnect();
    HRESULT OnActivate();
    HRESULT OnApplyChanges();
    void OnSelChangeSubtitlesPage(void);
    void OnSelChangeSubtitlesSubPage(void);

    void SetDirty();
	void SetClean();
    void FillListBox();
	void SetColour(colour_types colour_index);

    CDVBTeletextSubtitlesPropertiesPage1(LPUNKNOWN lpunk, HRESULT *phr);

    int         m_nIndex ;       // Index of the selected media type

	CComPtr<IPin> m_pPin ;        // The upstream output pin connected to us

	CComQIPtr<IDVBTeletextSubtitles> m_pIDVBTeletextSubtitles;
								// Teletext subtitles property interface
};  // class CDVBTeletextSubtitlesPropertiesPage1

⌨️ 快捷键说明

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