编辑框类型(edit_type_)

枚举

enum  edit_type_ {
  edit_type_none = 0 , edit_type_editor , edit_type_richedit , edit_type_chat ,
  edit_type_codeTable
}
 
enum  edit_style_type_ { edit_style_type_font_color = 1 , edit_style_type_image , edit_style_type_obj }
 
enum  chat_flag_ {
  chat_flag_left = 0x1 , chat_flag_right = 0x2 , chat_flag_center = 0x4 , chat_flag_next_row_bubble = 0x8 ,
  chat_flag_chat = 0x10000
}
 Edit 聊天气泡行标识 更多...
 

详细描述

枚举类型说明

◆ chat_flag_

enum chat_flag_

Edit 聊天气泡行标识

枚举值
chat_flag_left 

左侧

chat_flag_right 

右侧

chat_flag_center 

中间

chat_flag_next_row_bubble 

下一行显示气泡

chat_flag_chat 

气泡(气泡行)

◆ edit_style_type_

枚举值
edit_style_type_font_color 

字体

edit_style_type_image 

图片

edit_style_type_obj 

UI对象

◆ edit_type_

enum edit_type_
枚举值
edit_type_none 

普通编辑框, 每行的高度相同

edit_type_editor 

代码编辑框, 每行的高度相同, 功能继承普通编辑框

edit_type_richedit 

富文本编辑框, 每行的高度可能不同

edit_type_chat 

聊天气泡, 每行的高度可能不同, 功能继承富文本编辑框

edit_type_codeTable 

代码表格,内部使用, 每行的高度相同, 未使用