|
dl
|
过滤字符 更多...
#include <dl_ui_edit_box.h>
Public 属性 | |
| bool | _number = true |
| bool | _letter = true |
| bool | _symbol = true |
| bool | _endl = false |
| bool | _space = true |
| bool | _tab = false |
| bool | _other = true |
过滤字符
在文件 dl_ui_edit_box.h 第 29 行定义.
| bool dl::UI::EditBox::Filter::_endl = false |
在文件 dl_ui_edit_box.h 第 35 行定义.
| bool dl::UI::EditBox::Filter::_letter = true |
在文件 dl_ui_edit_box.h 第 33 行定义.
| bool dl::UI::EditBox::Filter::_number = true |
在文件 dl_ui_edit_box.h 第 32 行定义.
| bool dl::UI::EditBox::Filter::_other = true |
在文件 dl_ui_edit_box.h 第 38 行定义.
| bool dl::UI::EditBox::Filter::_space = true |
在文件 dl_ui_edit_box.h 第 36 行定义.
| bool dl::UI::EditBox::Filter::_symbol = true |
在文件 dl_ui_edit_box.h 第 34 行定义.
| bool dl::UI::EditBox::Filter::_tab = false |
在文件 dl_ui_edit_box.h 第 37 行定义.