📄 txtviewerservice.h
字号:
#ifndef MTXTSERVICE_H
#define MTXTSERVICE_H
#include <AknServerApp.h>
#include <ApaServerApp.h>
#include <MsvApi.h>
class TEditorParameters
{
public:
TInt iEntry;
TBool iOpenedForEditing;
};
// client side API class
class RTxtViewerService : public RAknAppServiceBase
{
public:
/**
* Sends a command to the server
*
*/
void OpenL(TEditorParameters aParams);
private: // From RApaAppServiceBase
/**
* Returns the uid of the service this is here for the framework
*/
TUid ServiceUid() const;
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -