📄 plxmms_edit.h
字号:
/***************************************************************************
*
* Pollex Mobile Platform
*
* Copyright (c) 2004 by Pollex Mobile Software Co., Ltd.
* All Rights Reserved
*
* Module :
*
* Purpose :
*
\**************************************************************************/
#ifndef _PLXMMS_EDIT_H
#define _PLXMMS_EDIT_H
#include "PlxMmsRes.h"
#include "../main/plxDefs.h"
#include "../main/plxPort.h"
#include "CommonScreens.h"
#include "plxmmse.h"
#include "PlxMms_Def.h"
#include "PlxMmsMessage.h"
#include "PlxMms_RecvEdit.h"
#include "PlxMms_Obj.h"
#include "PlxMmsPubInterface.h"
//macros
//struct
typedef struct tagMmsSendParam
{
char* content;
char subject[MMS_MAX_SUB_LEN];
long content_len;
char pathname[64];
int file_type;
char number[128];
}MmsSendParam;
//public functions
BOOL CreateMmsEdit(void* mmse, long id, enum EditMode mode,
char* folder, U16 screen, U16 send_screen,
PlxMmsBoxEditCBPtr box_callback);
BOOL CreateMmsEditWithContent(PlxMmsContentParam* param, PlxMmsPubCallback callback);
BOOL SendMmsDirect(void* mmse, MmsSendParam* param);
void MmsEditGoBackToIdle(void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -