imagemodel.h
来自「series60 应用程序开发的源代码 series60 应用程序开发的源代码」· C头文件 代码 · 共 25 行
H
25 行
#ifndef IMAGEMODEL_H
#define IMAGEMODEL_H
// FORWARD DECLARATIONS
class CFbsBitmap;
/**
*
* @class MImageModel ImageModel.h
* @brief Allows the view to get the newly maniuplated
* image so redrawing is possible
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*
*/
class MImageModel
{
public:
virtual CFbsBitmap& Image() const = 0;
};
#endif // IMAGEMODEL_H
// End of File.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?