AppendPreimeChars(LPCTSTR text, int count=-1, GFont *font=NULL, COLORREF *color=NULL) | BUI::CEditLine | |
AppendSelectText(BasicStringBuffer &buffer) const | BUI::CEditLine | |
AppendText(BeString &buffer) const | BUI::CEditLine | |
CEditLine(CEditLineStyle *style) | BUI::CEditLine | |
CharCount() const | BUI::CEditLine | |
CharCursorPos() const | BUI::CEditLine | |
CharFixHeadPos() const | BUI::CEditLine | |
CheckDecimal(const TCHAR *text) | BUI::CEditLine | protected |
ClearCharStyle() | BUI::CEditLine | |
DeleteChars(int pos, int count) | BUI::CEditLine | |
DeleteSelectChars() | BUI::CEditLine | |
DrawLineCursor(ISurface *psurface, int paintState, int dx, RECT rcLine, COLORSTYLE &textcolor, POINT &ptCursor, BOOL isFocus=FALSE) | BUI::CEditLine | |
DrawLineTextOut(ISurface *psurface, int paintState, int dx, RECT rcLine, COLORREF crbgSelected, COLORSTYLE &textcolor, UINT txtFlags) | BUI::CEditLine | |
DrawTextRangePos(ISurface *psurface, GFont *defaultFont, int start, int end, int &x0, int &y0, const TCHAR *&p, RECT &rcLine, COLORREF &textcolor) | BUI::CEditLine | protected |
DrawWrapLineTextOut(ISurface *psurface, int paintState, int dx, RECT rcLine, COLORREF crbgSelected, COLORSTYLE &textcolor, UINT txtFlags) | BUI::CEditLine | protected |
EndPreInput(LPCTSTR text, int count=-1) | BUI::CEditLine | |
ErrorCodeState() const | BUI::CEditLine | |
FindLocateCoord(RECT &rcText, int dx, int dy) | BUI::CEditLine | |
GetBytesLength(LPCTSTR text, int pos, int count) | BUI::CEditLine | protected |
GetCharFont(int pos, GFont *&font) | BUI::CEditLine | protected |
GetCharStyle2(int pos) const | BUI::CEditLine | protected |
GetLineHeight(BOOL isSingleLine=FALSE) const | BUI::CEditLine | |
GetLineWidth() const | BUI::CEditLine | |
GetPixelWidth(int count) const | BUI::CEditLine | |
GetPreInputLength() const | BUI::CEditLine | |
GetPreInputPos() const | BUI::CEditLine | |
GetText() const | BUI::CEditLine | |
GetTextPtr(int pos) | BUI::CEditLine | |
GetWraplineCount() const | BUI::CEditLine | |
GetWraplineHeight(int sub_line, BOOL nearTop) const | BUI::CEditLine | |
GetWraplineIndex(int cursor) const | BUI::CEditLine | |
InsertChars(int pos, LPCTSTR text, int count=-1, GFont *font=NULL, COLORREF *color=NULL) | BUI::CEditLine | |
insertCharsInternal(int pos, LPCTSTR text, int count, GFont *font, COLORREF *color) | BUI::CEditLine | protected |
IsEmpty() const | BUI::CEditLine | |
IsFontChange() const | BUI::CEditLine | |
LineBottomPos() const | BUI::CEditLine | |
m_charState | BUI::CEditLine | protected |
m_charStyle | BUI::CEditLine | protected |
m_cursor_offset | BUI::CEditLine | protected |
m_cursor_pos | BUI::CEditLine | protected |
m_fisrt_printf_head | BUI::CEditLine | protected |
m_fisrt_printf_pos | BUI::CEditLine | protected |
m_fix_head_pos | BUI::CEditLine | protected |
m_is_font_size_change | BUI::CEditLine | protected |
m_lineSize | BUI::CEditLine | protected |
m_nErrorCode | BUI::CEditLine | protected |
m_nLineBottomPos | BUI::CEditLine | protected |
m_preInputCount | BUI::CEditLine | protected |
m_preInputPos | BUI::CEditLine | protected |
m_select_count | BUI::CEditLine | protected |
m_select_rect_left | BUI::CEditLine | protected |
m_select_rect_width | BUI::CEditLine | protected |
m_select_start | BUI::CEditLine | protected |
m_sizes | BUI::CEditLine | protected |
m_stringBytes | BUI::CEditLine | protected |
m_stringCount | BUI::CEditLine | protected |
m_style | BUI::CEditLine | protected |
m_text | BUI::CEditLine | protected |
m_wordwrap | BUI::CEditLine | protected |
OnMessageEdit(UINT message, WPARAM wp, LPARAM lp) | BUI::CEditLine | |
PreCheckBeforeInsert(int pos, LPCTSTR text, int count, UINT textFlag, BasicStringBuffer &buffer) | BUI::CEditLine | protected |
SelectRange(int pos, int count) | BUI::CEditLine | |
SetCharCursorPos(int cursor) | BUI::CEditLine | |
SetCharFixHeadPos(int pos) | BUI::CEditLine | |
SetCharStyle(int pos, int count, GFont *font=NULL, COLORREF *color=NULL) | BUI::CEditLine | |
SetErrorCodeState(int code) | BUI::CEditLine | |
SetFontChange(bool changed) | BUI::CEditLine | |
SetLineBottomPos(int pos) | BUI::CEditLine | |
UpdateCharsSize(int pos, int count) | BUI::CEditLine | |
UpdateSurfaceCharsSize(ISurface *pSurface, int pos, int count) | BUI::CEditLine | |
UpdateWordWrapLine(int width) | BUI::CEditLine | |
~CEditLine() | BUI::CEditLine | |