⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sgrsoftkeytoolbox.hpp

📁 一个基于BREW上的WEB service程序,通过扫描图书的条形码,登陆WEB站点,利用SOAP-RPC来查询图书信息.
💻 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 + -