📄 prognot.h
字号:
/*
/--------------------------------------------------------------------
|
| $id$
|
| Copyright (c) 1996-1998 Ulrich von Zadow
|
--------------------------------------------------------------------
*/
#ifndef INCL_PROGNOT
#define INCL_PROGNOT
//! Defines an interface for progress notifications.
class IProgressNotification
{
public:
//! Called during decoding as progress gets made.
virtual void OnProgress
( double Part
) = 0;
};
#endif
/*
/--------------------------------------------------------------------
|
| $log$
|
--------------------------------------------------------------------
*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -