|
CBlueUI
C++ 跨平台跨框架的数据可视化工具
|
类 | |
| struct | BUI::CharSize |
| struct | BUI::UnDoRecord |
| class | BUI::SyntaxStyles |
| 语法渲染风格 更多... | |
| struct | BUI::CharStyle |
| class | BUI::CEditLineStyle |
| 编辑框外观信息 更多... | |
| struct | BUI::WordWrapLineInfo |
| class | BUI::CEditLine |
| 行编辑类 更多... | |
命名空间 | |
| namespace | BUI |
类型定义 | |
| typedef short | BUI::size_type_width |
枚举 | |
| enum | BUI::InputTextFlags { BUI::InputFlags_None = 0 , BUI::InputFlags_CharsDecimal = 1 << 0 , BUI::InputFlags_CharsOctal = 1 << 1 , BUI::InputFlags_CharsHexadecimal = 1 << 2 , BUI::InputFlags_CharsBinary = 1 << 3 , BUI::InputFlags_CharsUppercase = 1 << 4 , BUI::InputFlags_CharsNoBlank = 1 << 5 , BUI::InputFlags_CharsScientific = 1 << 6 , BUI::InputFlags_Password = 1 << 7 , BUI::InputFlags_ReadOnly = 1 << 8 , BUI::InputFlags_WantReturn = 1 << 9 , BUI::InputFlags_Multiline = 1 << 10 , BUI::InputFlags_Wordwarp = 1 << 11 , BUI::InputFlags_NO_Modification = 1 << 12 , BUI::InputFlags_CheckValueRange = 1 << 13 , BUI::InputFlags_Undo = 1 << 14 , BUI::InputFlags_ConsoleModel = 1 << 15 , BUI::InputFlags_TextChange = 1 << 16 , BUI::InputFlags_ShowLineNumber = 1 << 17 , BUI::InputFlags_ShowLineMark = 1 << 18 , BUI::InputFlags_ShowPercentBar = 1 << 19 , BUI::InputFlags_RemoveLastZero = 1 << 20 } |
| 编辑框属性标志 更多... | |