📄 messagetable.h
字号:
// Copyright (c) 1996 James Clark// See the file COPYING for copying permission.#ifndef MessageTable_INCLUDED#define MessageTable_INCLUDED 1#ifdef __GNUG__#pragma interface#endif#include "Message.h"#include "Boolean.h"#include "StringC.h"#include "sptchar.h"#ifdef SP_NAMESPACEnamespace SP_NAMESPACE {#endifclass SP_API MessageTable {public: static const MessageTable *instance(); virtual Boolean getText(const MessageFragment &, String<SP_TCHAR> &) const = 0;};#ifdef SP_NAMESPACE}#endif#endif /* not MessageTable_INCLUDED */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -