multimediacontroller.h

来自「series60 应用程序开发的源代码 series60 应用程序开发的源代码」· C头文件 代码 · 共 23 行

H
23
字号
#ifndef MULTIMEDIACONTROLLER_H
#define MULTIMEDIACONTROLLER_H

/**
*
* @class    MMultimediaController MultimediaController.h
* @brief    The MMultiMediaController class offers a mixin for the
* application controller to redraw the application view
*
* Copyright (c) EMCC Software Ltd 2003
* @version    1.0
*
*/
class MMultimediaController
{
    public:
        virtual void RedrawView() = 0;
};

#endif    // MULTIMEDIACONTROLLER_H

// End of File.

⌨️ 快捷键说明

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