📄 sgrsoftkeytoolbox.hpp
字号:
//
// SGRSoftkeyWindow.hpp
//
// This source code was automatically
// generated by SophiaFramework 3.0.
//
#ifndef __SGRSOFTKEYTOOLBOX_HPP
#define __SGRSOFTKEYTOOLBOX_HPP
#include <SophiaFramework.hpp>
class SGRSoftkeyToolbox : public SFRHandler {
public:
static SFXRectangle GetWindowPosition(Void);
static SFXRectangle GetDialogPosition(SFXMarginConstRef margin, SInt16 height);
static SFXRectangle GetMenuPosition(SInt16 limit);
static SFCError OpenStandardDialog(SFRDialogPtr dialog, SFRHandler::SFRHandlerSPP procedure, VoidPtr reference);
static Void CloseStandardDialog(SFRDialogPtr dialog);
static SFCError OpenCustomDialog(SFRDialogPtr dialog, SFRHandler::SFRHandlerSPP procedure, VoidPtr reference);
static Void CloseCustomDialog(SFRDialogPtr dialog);
static SFCError OpenStandardMenu(SFRMenuPtr menu, SFRHandler::SFRHandlerSPP procedure, VoidPtr reference);
static Void CloseStandardMenu(SFRMenuPtr menu);
private:
static Bool OnSoftkeySHP(SFXEventConstRef event, VoidPtr reference);
};
#endif // __SGRSOFTKEYTOOLBOX_HPP //
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -