ceditor/components
2024-12-16 15:50:14 +08:00
..
BaseComponent.h 增加了Editor类;修改了组件类的初始化参数格式 2024-12-16 02:08:04 +08:00
Cursor_test.cpp 新增了Cursor 2024-12-15 23:53:57 +08:00
Cursor.h 新增了Cursor 2024-12-15 23:53:57 +08:00
Editor_test.cpp 增加了Editor类;修改了组件类的初始化参数格式 2024-12-16 02:08:04 +08:00
Editor.h 增加了Editor类;修改了组件类的初始化参数格式 2024-12-16 02:08:04 +08:00
Rect.h 增加了Editor类;修改了组件类的初始化参数格式 2024-12-16 02:08:04 +08:00
Text.h 增加了Editor类;修改了组件类的初始化参数格式 2024-12-16 02:08:04 +08:00
TextArea_test.cpp 修复了原先Text类中分行存在的异常; 2024-12-15 02:18:52 +08:00
TextArea.h 修复了在行末无法正常输入的错误 2024-12-16 15:50:14 +08:00
TextLine_test.cpp fixed TextArea 2024-12-06 19:11:49 +08:00
TextLine.h 增加了Editor类;修改了组件类的初始化参数格式 2024-12-16 02:08:04 +08:00