| Activate() | BUI::CControlUI | virtual |
| AddAbsordLayout(std::shared_ptr< ILayout > layout) | BUI::CControlUI | |
| AddAnimate(const BeString &id, std::shared_ptr< GAnimateProperty > animate) | BUI::CControlUI | |
| AddChangeCount(int c) | BUI::CEditLineStyle | |
| AddCharStyle(std::shared_ptr< CharStyle > &style) | BUI::CEditLineStyle | |
| AddHeadNodeData(std::shared_ptr< CNodeData > node, BOOL clear=FALSE) | BUI::CEditTextUI | |
| AddTailNodeData(std::shared_ptr< CNodeData > node, BOOL clear=FALSE) | BUI::CEditTextUI | |
| AdjustLayoutControlSize(POINT pt) | BUI::CControlUI | protected |
| AnimateTransform() | BUI::CControlUI | |
| AppendPreimeChars(LPCTSTR text, int count=-1) | BUI::CEditLine | |
| BackOpacity() const | BUI::CControlUI | |
| BindAction(std::shared_ptr< IActionNotify > notify) | BUI::CControlUI | |
| BlurSize() const | BUI::CControlUI | |
| BorderOpacity() const | BUI::CControlUI | |
| BoxLayoutMgr() | BUI::CControlUI | virtual |
| BreakAwayUITree() | BUI::CControlUI | |
| BringBottomMost() | BUI::CControlUI | |
| BringTopMost() | BUI::CControlUI | |
| CComboBaseUI() | BUI::CComboBaseUI | |
| CComboDateUI() | BUI::CComboDateUI | |
| CControlUI() | BUI::CControlUI | |
| CEditLine(CEditLineStyle *style) | BUI::CEditLine | |
| CEditLineStyle(UINT textflags, RECT *ppview, GFont **ppfont) | BUI::CEditLineStyle | |
| CEditTextUI() | BUI::CEditTextUI | |
| ChangeFlags() const | BUI::CEditLine | |
| ChangeManager(IManageHandler *pMagr) | BUI::CControlUI | |
| ChangeParent(CControlUI *pThis, CControlUI *pNewpar, CControlUI *pAfterchild) | BUI::CControlUI | static |
| ChangeThemeColors() override | BUI::CEditTextUI | virtual |
| CharCount() const | BUI::CEditLine | |
| CharCursorPos() const | BUI::CEditLine | |
| CharFixHeadPos() const | BUI::CEditLine | |
| CheckDecimal(const TCHAR *text) | BUI::CEditLine | protected |
| Clear(BOOL bRefresh=TRUE) | BUI::CEditTextUI | |
| BUI::CEditLine::Clear() | BUI::CEditLine | |
| ClearAction() | BUI::CControlUI | |
| ClientToHWNDScreen() | BUI::CControlUI | protected |
| Clone() | BUI::CControlUI | virtual |
| CloneAttribute(CControlUI *clone) | BUI::CControlUI | virtual |
| ConvertShortCutCodeToText(UINT vCtrl, UINT vKey) | BUI::CControlUI | static |
| CopyString() | BUI::CEditTextUI | protected |
| Create(IManageHandler *pManger, LPCTSTR strObjName, LPCTSTR strText, DWORD style, RECT rc, CControlUI *parent=NULL, UINT nID=0) | BUI::CControlUI | |
| Create(IManageHandler *pManger, LPCTSTR strObjName, LPCTSTR strText, DWORD style, int x, int y, int cx, int cy, CControlUI *pPar=NULL, UINT nID=0) | BUI::CControlUI | |
| CutString() | BUI::CEditTextUI | protected |
| DelAbsordLayout(std::shared_ptr< ILayout > layout) | BUI::CControlUI | |
| DelegaterNext() const | BUI::CControlUI | |
| DelegaterPrev() const | BUI::CControlUI | |
| DeleteBreakChain(CControlUI *prev, CControlUI *next) | BUI::CControlUI | protected |
| DeleteChars(int pos, int count) | BUI::CEditLine | |
| DeleteGCChain(CControlUI *prev, CControlUI *next) | BUI::CControlUI | |
| DeleteSelectChars() | BUI::CEditLine | |
| DeleteSession(BOOL only_delete_select, BOOL bRefresh=FALSE) | BUI::CEditTextUI | protected |
| DestoryCaretCursor() | BUI::CEditTextUI | |
| DoChangeThemeColors(const BeString &name) | BUI::CControlUI | |
| DoInputChar(WPARAM wParam, LPARAM lParam, BOOL isFocus) | BUI::CEditTextUI | protected |
| DoInputCharCodePoint(WPARAM wParam, LPARAM lParam, BOOL isFocus) | BUI::CEditTextUI | protected |
| DoInputCommitChar(WPARAM wParam, LPARAM lParam, BOOL isFocus) | BUI::CEditTextUI | protected |
| DoInputPreeditChar(WPARAM wParam, LPARAM lParam, BOOL isFocus) | BUI::CEditTextUI | protected |
| DoPaint(ISurface *pSurface, RECT *lpUpdate) override | BUI::CComboBaseUI | virtual |
| DoPaintBackGround(ISurface *pSurface, RECT *lpUpdate) override | BUI::CEditTextUI | virtual |
| DoPaintBorder(ISurface *pSurface, RECT *lpUpdate) | BUI::CControlUI | virtual |
| DoPaintFinished(ISurface *pSurface, RECT *lpUpdate) | BUI::CControlUI | virtual |
| DoPaintGL(ISurface *pSurface, RECT *lpUpdate) | BUI::CControlUI | virtual |
| DoPaintShadow(ISurface *pSurface, bool inset, RECT *lpUpdate) | BUI::CControlUI | virtual |
| DoRollBack() | BUI::CEditTextUI | |
| DoSaveAttributeToNode() | BUI::CControlUI | |
| DoShortCut(UBYTE ctrl, UBYTE vKey) | BUI::CControlUI | |
| DrapShow(BOOL bShow) | BUI::CComboBaseUI | protected |
| DrawLineCursor(ISurface *psurface, int paintState, int dx, RECT rcLine, GBrushArray &text_bru, POINT &ptCursor, BOOL isFocus=FALSE) | BUI::CEditLine | |
| DrawLineTextOut(ISurface *psurface, int paintState, int dx, RECT rcLine, const GColor &crbgSelected, GBrushArray &text_bru, UINT txtFlags, BOOL fill=FALSE) | BUI::CEditLine | |
| DrawTextRangePos(ISurface *psurface, GFont *defaultFont, int start, int end, int &x0, int &y0, const TCHAR *&p, RECT &rcLine, const GColor &textcolor) | BUI::CEditLine | protected |
| DrawWrapLineTextOut(ISurface *psurface, int paintState, int dx, RECT rcLine, const GColor &crbgSelected, GBrushArray &text_bru, UINT txtFlags, BOOL is_select_fill) | BUI::CEditLine | protected |
| EnableBorderAdjustFlag(UINT alignborder=ALIGN_LEFT, bool bEnable=true) | BUI::CControlUI | |
| EnableControl(bool bEnable, bool refresh=true) | BUI::CControlUI | |
| EnableNodeFlagControl(bool bEnable, bool refresh=true) | BUI::CControlUI | |
| EnableShortCut(bool benable) | BUI::CControlUI | |
| EnableTextDisplay(BOOL bText) | BUI::CComboBaseUI | |
| EndPreInput(LPCTSTR text, int count=-1) | BUI::CEditLine | |
| ErrorCodeState() const | BUI::CEditLine | |
| FindAllControl(std::vector< CControlUI * > &vec, BOOL isRecursiveCall=TRUE) const | BUI::CControlUI | |
| FindAllControlByName(std::vector< CControlUI * > &vec, LPCTSTR szName, BOOL isRecursiveCall=TRUE) const | BUI::CControlUI | |
| FindChildControlByHandler(std::vector< CControlUI * > &vec, IEventHandler *handler) | BUI::CControlUI | |
| FindControlByName(LPCTSTR szName, BOOL isRecursiveCall=TRUE) const | BUI::CControlUI | |
| FindLocateCoord(RECT &rcText, int dx, int dy) | BUI::CEditLine | |
| FindTabFocusControl(BOOL isNext) const | BUI::CControlUI | |
| FirstChild() const | BUI::CControlUI | |
| GetActionKeyboard(BOOL is_create=TRUE) | BUI::CControlUI | |
| GetAttchLayout() const | BUI::CControlUI | |
| GetAttributeSaveNode() const | BUI::CControlUI | |
| GetBytesLength(LPCTSTR text, int pos, int count) | BUI::CEditLine | protected |
| GetChangeCount() const | BUI::CEditLineStyle | |
| GetCharFont(int pos, GFont *&font) | BUI::CEditLine | protected |
| GetCharLexStyle(int pos, GColor &color) const | BUI::CEditLine | protected |
| BUI::GetCharStyle(int pos) | BUI::CEditLineStyle | |
| BUI::CEditLine::GetCharStyle(int pos) const | BUI::CEditLine | protected |
| GetClientPoint(double w_percent, double h_percent) | BUI::CControlUI | |
| GetControlClientRect() const | BUI::CControlUI | |
| GetControlColorsStyle(ColorSceneType type) | BUI::CControlUI | |
| GetControlFlags() const | BUI::CControlUI | |
| GetControlNotes() const | BUI::CControlUI | |
| GetControlRect() const | BUI::CControlUI | |
| GetControlScreenRect() const | BUI::CControlUI | |
| GetControlText() | BUI::CControlUI | virtual |
| GetControlTextNumber() const | BUI::CControlUI | |
| GetControlValueText(BasicStringBuffer &buffer) override | BUI::CComboBaseUI | virtual |
| GetCurselNodeData() const | BUI::CComboBaseUI | |
| GetDefaultLineHeight() const | BUI::CEditLineStyle | |
| GetDragPos(RECT *lprect) const | BUI::CControlUI | |
| GetDropBtnRect(RECT *rc) | BUI::CComboBaseUI | protected |
| GetEditClient() | BUI::CEditTextUI | |
| GetEditText(BeString &str, BOOL full_name=FALSE) | BUI::CEditTextUI | |
| GetFont() const | BUI::CControlUI | |
| GetFontHeight() const | BUI::CEditLineStyle | |
| GetLastWrapWidth() const | BUI::CEditLineStyle | |
| GetLayoutViewRect(RECT *rc) | BUI::CControlUI | virtual |
| GetLexState(int pos) | BUI::CEditLine | |
| GetLimitMaxCount() const | BUI::CEditLineStyle | |
| GetLineHeight(BOOL isSingleLine=FALSE) const | BUI::CEditLine | |
| GetLineSpacingHeight() const | BUI::CEditLineStyle | |
| GetLineWidth() const | BUI::CEditLine | |
| GetManagerUI() const | BUI::CControlUI | |
| GetMarginAreaRect(BOOL contain_shadow=FALSE) const | BUI::CControlUI | |
| GetNumber() const | BUI::CEditTextUI | |
| GetOppositePosition(RECT rcContainer, RECT rcChild) const | BUI::CControlUI | |
| GetPaintStatus(bool ignoreLButton=true) const | BUI::CControlUI | |
| GetParent() const | BUI::CControlUI | |
| GetParentOnTopMost() const | BUI::CControlUI | |
| GetPercision() const | BUI::CEditLineStyle | |
| GetPixelWidth(int count) const | BUI::CEditLine | |
| GetPopManager() | BUI::CComboBaseUI | protected |
| GetPosition() override | BUI::CControlUI | virtual |
| GetPrefixIconRect(RECT *rc) | BUI::CEditTextUI | protected |
| GetPreInputLength() const | BUI::CEditLine | |
| GetPreInputPos() const | BUI::CEditLine | |
| GetPublicFont() | BUI::CEditLineStyle | |
| GetRectInScreen(LPRECT lpRect) | BUI::CControlUI | |
| GetRectTextView(RECT &rc) override | BUI::CEditTextUI | virtual |
| GetRoundRadius(RoundRectRadius &ra) const | BUI::CControlUI | |
| GetRoundRadiusWithRect(const RECT &rc, RoundRectRadius &ra) const | BUI::CControlUI | |
| GetScrollRangeX() const | BUI::CEditTextUI | protected |
| GetSelectRowCount() const | BUI::CEditLineStyle | |
| GetShadowContain() | BUI::CControlUI | |
| GetSignalPolicy() | BUI::CControlUI | |
| GetSkinModule(BeStringShort64 &moduleName) | BUI::CControlUI | |
| GetSkinStyle(BeStringShort64 &styleName) | BUI::CControlUI | |
| GetSplitControlOffsetH() override | BUI::CControlUI | virtual |
| GetSplitControlOffsetW() override | BUI::CControlUI | virtual |
| GetStringSize(LPCTSTR str) const | BUI::CControlUI | |
| GetSuffixIconRect(RECT *rc) | BUI::CEditTextUI | protected |
| GetText() const | BUI::CEditLine | |
| GetTextAlign() const | BUI::CEditLineStyle | |
| GetTextFlags() const | BUI::CEditLineStyle | |
| GetTextPadding() const | BUI::CEditLineStyle | |
| GetTextPtr(int pos) | BUI::CEditLine | |
| GetTextTips() const | BUI::CEditLineStyle | |
| GetValueMax() const | BUI::CEditLineStyle | |
| GetValueMin() const | BUI::CEditLineStyle | |
| GetWraplineCount() const | BUI::CEditLine | |
| GetWraplineHeight(int sub_line, BOOL nearTop) const | BUI::CEditLine | |
| GetWraplineIndex(int cursor) const | BUI::CEditLine | |
| Height() const | BUI::CControlUI | |
| HitTest(POINT pt) | BUI::CControlUI | virtual |
| HitTestChildControl(POINT pt) const | BUI::CControlUI | |
| HitTestControl(POINT pt) | BUI::CControlUI | virtual |
| HitTestPopUI(POINT pt) | BUI::CControlUI | |
| ICommitTarget() | BUI::ICommitTarget | |
| IControlUI() | BUI::IControlUI | |
| IEventHandler() | BUI::IEventHandler | |
| InsertBreakChain(CControlUI *prev, CControlUI *next) | BUI::CControlUI | protected |
| InsertChars(int pos, const TCHAR *str, int count, BOOL bRefresh=FALSE) | BUI::CEditTextUI | |
| BUI::CEditLine::InsertChars(int pos, LPCTSTR text, int count=-1) | BUI::CEditLine | |
| insertCharsInternal(int pos, LPCTSTR text, int count) | BUI::CEditLine | protected |
| InsertChild(CControlUI *pNewChild, CControlUI *pPrev) | BUI::CControlUI | |
| InsertGCChain(CControlUI *prev, CControlUI *next) | BUI::CControlUI | |
| IsBkShowTiming() const | BUI::CControlUI | |
| IsCreateSucceed() const | BUI::CControlUI | |
| IsDrawStyleWithFourCode(TCHAR a='\0', TCHAR b='\0', TCHAR c='\0', TCHAR d='\0') const | BUI::CControlUI | |
| IsDropShow() | BUI::CComboBaseUI | protected |
| IsEnabled() const | BUI::CControlUI | |
| IsFocused() const | BUI::CControlUI | |
| IsHasControlFlags(uint64_t flags) const | BUI::CControlUI | |
| IsReadOnly() const | BUI::CEditLineStyle | |
| IsRedrawHovn() const | BUI::CControlUI | protected |
| IsShortCutVaild() | BUI::CControlUI | |
| IsTetxFlags(UINT flag) const | BUI::CEditLineStyle | |
| IsVisible() const | BUI::CControlUI | |
| IsVisibleLayout() override | BUI::CControlUI | virtual |
| LastChild() const | BUI::CControlUI | |
| Layout(int x, int y, int w, int h, UINT flags) override | BUI::CControlUI | virtual |
| LayoutAdaptHeight(int expW) override | BUI::CEditTextUI | virtual |
| LayoutAdaptWidth(int expH) override | BUI::CEditTextUI | virtual |
| LineBottomY() const | BUI::CEditLine | |
| m_absord_uis | BUI::CControlUI | protected |
| m_action | BUI::CControlUI | protected |
| m_anim_all | BUI::CControlUI | protected |
| m_anim_trans | BUI::CControlUI | protected |
| m_anima_fill_opacity | BUI::CControlUI | protected |
| m_anima_stroke_opacity | BUI::CControlUI | protected |
| m_back_buffer | BUI::CEditTextUI | protected |
| m_bk_show_timing | BUI::CControlUI | |
| m_blur_size | BUI::CControlUI | |
| m_border_show_timing | BUI::CControlUI | |
| m_border_size | BUI::CControlUI | protected |
| m_break_next_ | BUI::CControlUI | |
| m_break_prev_ | BUI::CControlUI | |
| m_bru_fill | BUI::CControlUI | protected |
| m_bru_fill_button | BUI::CEditTextUI | protected |
| m_bru_stroke | BUI::CControlUI | protected |
| m_bru_text | BUI::CControlUI | protected |
| m_bru_text_bg | BUI::CEditTextUI | protected |
| m_btn_event | BUI::CComboBaseUI | protected |
| m_capture_save_file | BUI::CControlUI | protected |
| m_ccs | BUI::CEditLineStyle | |
| BUI::m_change_flags | BUI::CEditLineStyle | |
| BUI::CEditLine::m_change_flags | BUI::CEditLine | protected |
| m_changed_count | BUI::CEditLineStyle | |
| m_char_style | BUI::CEditLineStyle | |
| m_char_ui | BUI::CEditLine | protected |
| m_cmd_ast | BUI::CControlUI | protected |
| m_commit_target | BUI::CControlUI | protected |
| m_cursor | BUI::CControlUI | protected |
| m_cursor_offset | BUI::CEditLine | protected |
| m_cursor_pos | BUI::CEditLine | protected |
| m_drag_ui | BUI::CComboBaseUI | protected |
| m_draw_style | BUI::CControlUI | protected |
| m_drop_btn_down | BUI::CComboBaseUI | protected |
| m_drop_height | BUI::CComboBaseUI | protected |
| m_drop_kill_focus | BUI::CComboBaseUI | protected |
| m_enable | BUI::CControlUI | |
| m_error_code | BUI::CEditLine | protected |
| m_event_handler | BUI::CControlUI | protected |
| m_first_child | BUI::CControlUI | |
| m_first_state | 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_flags_ctrl | BUI::CControlUI | protected |
| m_font | BUI::CControlUI | protected |
| m_font_pp | BUI::CEditLineStyle | |
| m_gc_next_ | BUI::CControlUI | |
| m_gc_prev_ | BUI::CControlUI | |
| m_headdata | BUI::CEditTextUI | protected |
| m_hex_group_count | BUI::CEditLineStyle | |
| m_hit_flag | BUI::CControlUI | protected |
| m_hor_align | BUI::CEditLineStyle | |
| m_horz_offset | BUI::CEditTextUI | protected |
| m_input_char_max | BUI::CEditLineStyle | |
| m_int_id | BUI::CControlUI | |
| m_is_lb_down_in_edit_view | BUI::CEditTextUI | protected |
| m_is_text_style_display | BUI::CComboBaseUI | protected |
| m_is_use_abstract | BUI::CComboBaseUI | protected |
| m_kb_event | BUI::CControlUI | protected |
| m_key_down | BUI::CControlUI | protected |
| m_last_child | BUI::CControlUI | |
| m_last_state | BUI::CEditLine | protected |
| m_last_warp_width | BUI::CEditLineStyle | |
| m_layout | BUI::CControlUI | protected |
| m_lead_width | BUI::CEditLineStyle | |
| m_lex | BUI::CEditLineStyle | |
| m_lex_result | BUI::CEditLine | protected |
| m_lex_state | BUI::CEditLine | protected |
| m_line_bottom_pos | BUI::CEditLine | protected |
| m_line_size | BUI::CEditLine | protected |
| m_locationinfo | BUI::CControlUI | protected |
| m_manager | BUI::CControlUI | |
| m_margin_on_hover | BUI::CControlUI | protected |
| m_mutex_running | BUI::CEditLineStyle | |
| m_name | BUI::CControlUI | |
| m_name_skin_module | BUI::CControlUI | protected |
| m_name_skin_style | BUI::CControlUI | protected |
| m_next_sibling | BUI::CControlUI | |
| m_num_key_code | BUI::CControlUI | protected |
| m_num_key_ctrl | BUI::CControlUI | protected |
| m_parent | BUI::CControlUI | |
| m_pefix_and_suffix_data | BUI::CEditTextUI | protected |
| m_place_node | BUI::CEditTextUI | protected |
| m_point_origin | BUI::CControlUI | protected |
| m_pop_attribute | BUI::CControlUI | protected |
| m_pop_box_ui | BUI::CControlUI | protected |
| m_pre_input_count | BUI::CEditLine | protected |
| m_pre_input_pos | BUI::CEditLine | protected |
| m_prev_sibling | BUI::CControlUI | |
| m_progress_value | BUI::CEditTextUI | protected |
| m_pt_auto_move_trace | BUI::CEditTextUI | protected |
| m_rect_begin_track | BUI::CControlUI | protected |
| m_rect_client_pp | BUI::CEditLineStyle | |
| m_rect_clip | BUI::CControlUI | protected |
| m_rect_edit | BUI::CEditTextUI | protected |
| m_rect_pos | BUI::CControlUI | |
| m_round_radius | BUI::CControlUI | protected |
| m_round_radius_mode | BUI::CControlUI | protected |
| m_round_size | BUI::CEditLineStyle | |
| m_row_spaceing | BUI::CEditLineStyle | |
| m_save_node | BUI::CControlUI | 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_selected_count | BUI::CEditLineStyle | |
| m_selet_start | BUI::CEditTextUI | protected |
| m_shadow_contain | BUI::CControlUI | protected |
| m_shadow_text | BUI::CControlUI | protected |
| m_sig_policy | BUI::CControlUI | protected |
| m_sizes | BUI::CEditLine | protected |
| m_str_rollback | BUI::CEditTextUI | protected |
| m_string_bytes | BUI::CEditLine | protected |
| m_string_count | BUI::CEditLine | protected |
| m_style | BUI::CEditLine | protected |
| m_taildata | BUI::CEditTextUI | protected |
| m_text | BUI::CControlUI | protected |
| m_text_flags | BUI::CEditLineStyle | |
| m_text_line | BUI::CEditLine | protected |
| m_text_min_adapter | BUI::CControlUI | protected |
| m_text_notes | BUI::CControlUI | protected |
| m_text_padding | BUI::CEditLineStyle | |
| m_text_poptips | BUI::CControlUI | protected |
| m_tips_text | BUI::CEditLineStyle | |
| m_undo_ | BUI::CEditLineStyle | |
| m_undo_back_ | BUI::CEditLineStyle | |
| m_undo_max | BUI::CEditLineStyle | |
| m_value_data | BUI::CComboBaseUI | protected |
| m_value_max | BUI::CEditLineStyle | |
| m_value_min | BUI::CEditLineStyle | |
| m_value_precision | BUI::CEditLineStyle | |
| m_visible | BUI::CControlUI | |
| m_width_min | BUI::CComboBaseUI | protected |
| m_wordwrap | BUI::CEditLine | protected |
| ModifyControlFlags(uint64_t style, UINT op=ADD_FLAGS) | BUI::CControlUI | |
| ModifyTextFlags(UINT style, UINT op=ADD_FLAGS) | BUI::CEditLineStyle | |
| MoveCenterByPercent(RECT *rcView, float xScale=0.5, float yScale=0.5, int w=0, int h=0, BOOL adapt_dpi=FALSE, BOOL bRepaint=TRUE) | BUI::CControlUI | |
| MoveChars(int i) | BUI::CEditTextUI | |
| MoveControl(RECT rect, BOOL bRepaint=TRUE) | BUI::CControlUI | |
| MoveControl(int x, int y, int w, int h, BOOL bRepaint=TRUE) | BUI::CControlUI | |
| MoveCurLast() | BUI::CEditTextUI | |
| MoveDragControl(int dx, int dy, BOOL bRepaint=TRUE) | BUI::CControlUI | |
| NextFocusControl(BOOL isPrev=FALSE) const | BUI::CControlUI | |
| NextSibling() const | BUI::CControlUI | |
| NotifyChildControlEnableChange(bool bEnable) | BUI::CControlUI | protected |
| NotifyChildControlVisableChange(bool bShow) | BUI::CControlUI | protected |
| NotifyMangerIsDestory() | BUI::CControlUI | |
| OnChangeUpdate(UINT bits) | BUI::CEditLineStyle | virtual |
| OnChar(WPARAM wParam, LPARAM lParam) override | BUI::CEditTextUI | virtual |
| OnCheckContext() | BUI::CEditLineStyle | virtual |
| OnClickPoint(POINT pt) | BUI::CEditTextUI | protected |
| OnControlSize() override | BUI::CComboBaseUI | virtual |
| OnCreate() override | BUI::CComboBaseUI | virtual |
| OnCreateDropUI(IManageHandler *pManager) override | BUI::CComboDateUI | virtual |
| OnCtrlKillFocus() override | BUI::CComboBaseUI | virtual |
| OnCtrlSetFocus() override | BUI::CComboBaseUI | virtual |
| OnDestory() | BUI::CControlUI | |
| OnDropBegin() | BUI::CControlUI | virtual |
| OnDropEnd() | BUI::CControlUI | virtual |
| OnFontChange() override | BUI::CEditTextUI | virtual |
| OnHSCrollBar(WPARAM wParam, LPARAM lParam) | BUI::CControlUI | virtual |
| OnKeyDown(WPARAM wParam, LPARAM lParam) override | BUI::CEditTextUI | virtual |
| OnKeyUp(WPARAM wParam, LPARAM lParam) | BUI::CControlUI | virtual |
| OnKillFocus(WPARAM wParam, LPARAM lParam) | BUI::CControlUI | virtual |
| OnLButtonCliked(WPARAM wParam, LPARAM lParam) override | BUI::CEditTextUI | virtual |
| OnLButtonDown(WPARAM wParam, LPARAM lParam) override | BUI::CComboBaseUI | virtual |
| OnLButtonUp(WPARAM wParam, LPARAM lParam) override | BUI::CComboBaseUI | virtual |
| OnLoadConfigSetting(XMLItem *node) override | BUI::CEditTextUI | virtual |
| OnMessageEdit(UINT message, WPARAM wp, LPARAM lp) | BUI::CEditLine | |
| OnMessageHandler(UINT message, WPARAM wParam, LPARAM lParam) override | BUI::CComboDateUI | virtual |
| OnMouseEnter(WPARAM wParam, LPARAM lParam) | BUI::CControlUI | virtual |
| OnMouseLeave(WPARAM wParam, LPARAM lParam) override | BUI::CComboBaseUI | virtual |
| OnMouseMove(WPARAM wParam, LPARAM lParam) override | BUI::CComboBaseUI | virtual |
| OnMouseWheel(WPARAM wParam, LPARAM lParam) | BUI::CControlUI | virtual |
| OnNcHitTest(POINT pt) | BUI::CControlUI | virtual |
| OnPaintControl(ISurface *pSurface, LPRECT lprcUpdate=NULL, LPRECT lprcParentViewPort=NULL) | BUI::CControlUI | |
| OnPaintControl3D(ISurface *pSurface, LPRECT lprcUpdate) | BUI::CControlUI | virtual |
| OnParseAnimate(XMLItem *pNode) | BUI::CControlUI | virtual |
| OnParseItemData(XMLItem *pNode) | BUI::CControlUI | virtual |
| OnRButtonCliked(WPARAM wParam, LPARAM lParam) | BUI::CControlUI | virtual |
| OnRButtonDown(WPARAM wParam, LPARAM lParam) | BUI::CControlUI | virtual |
| OnRButtonUp(WPARAM wParam, LPARAM lParam) | BUI::CControlUI | virtual |
| OnSaveConfigSetting(XMLItem *node) override | BUI::CEditTextUI | virtual |
| OnSetCursor(WPARAM wParam, LPARAM lParam) | BUI::CControlUI | virtual |
| OnShow(bool show) override | BUI::CComboBaseUI | virtual |
| OnSummitTarget(FourCode four_code, LPCTSTR data) override | BUI::CComboBaseUI | virtual |
| OnTimerEvent(unsigned int timerid, UINT umsec) | BUI::CControlUI | virtual |
| OnVSCrollBar(WPARAM wParam, LPARAM lParam) | BUI::CControlUI | virtual |
| Parent() const | BUI::CControlUI | |
| ParseShortCutText(const char *text, UINT &vCtrl, UINT &vKey) | BUI::CControlUI | static |
| PasteString() | BUI::CEditTextUI | protected |
| PauseAnimate(BOOL pause) | BUI::CControlUI | |
| PeekSelectText(BasicStringBuffer &buffer) const | BUI::CEditLine | |
| PeekText(BeString &buffer) const | BUI::CEditLine | |
| PopTipUI(BOOL bShow) | BUI::CControlUI | |
| PreCheckBeforeInsert(BasicStringBuffer &buffer, int pos, LPCTSTR text, int count, UINT textFlag) | BUI::CEditLine | protected |
| PrevSibling() const | BUI::CControlUI | |
| ReCreateNode() | BUI::CEditTextUI | protected |
| Refresh(BOOL bSynch=FALSE) | BUI::CControlUI | |
| RefreshRect(RECT *lprcUpdate) | BUI::CControlUI | |
| RefreshThreadSafe() | BUI::CControlUI | |
| ReleaseCaptureCtl() | BUI::CControlUI | |
| RemoveChild(CControlUI *pChild) | BUI::CControlUI | |
| RePlotChildPos() | BUI::CControlUI | protected |
| ResetChangeCount() | BUI::CEditLineStyle | |
| ResetLayoutChilds(UINT flags=0) | BUI::CControlUI | |
| ReturnBitFlag(UBYTE value, UINT bit_pos, BOOL bEnable) | BUI::CControlUI | protectedstatic |
| SaveAsImage(LPCTSTR outpng) | BUI::CControlUI | |
| SaveAsLongImage(LPCTSTR outpng) | BUI::CControlUI | |
| SaveCurrentRollBack() | BUI::CEditTextUI | |
| SaveSettingConfig() | BUI::CControlUI | |
| Scroll(int x, int y) | BUI::CControlUI | |
| SelectChange() | BUI::CComboBaseUI | |
| SelectCount() const | BUI::CEditLine | |
| SelectEnd(int end, BOOL check) | BUI::CEditTextUI | protected |
| SelectRange(int pos, int count) | BUI::CEditLine | |
| SelectSessionAll(BOOL isSelect, BOOL bRefresh) | BUI::CEditTextUI | |
| SendParentMessage(UINT message, WPARAM wParam, LPARAM lParam) const | BUI::CControlUI | |
| SendToAllChilds(UINT message, WPARAM wParam, LPARAM lParam) | BUI::CControlUI | |
| SendToCommitMSG(BOOL commit) | BUI::CEditTextUI | protected |
| SendToManager(UINT message, WPARAM wParam=0, LPARAM lParam=0) | BUI::CControlUI | |
| SendToPopWidgetMessage(UINT message, WPARAM wParam, LPARAM lParam) | BUI::CComboBaseUI | |
| SetAdaptMinText(BeString str) | BUI::CControlUI | |
| SetAttributeSaveNode(XMLItem *node) | BUI::CControlUI | |
| SetBackgroundProgressValue(float p) | BUI::CEditTextUI | |
| SetBkShowTiming(ShowModel mode) | BUI::CControlUI | |
| SetBlurSize(UINT size) | BUI::CControlUI | |
| SetBorderRoundFlags(int pos, int flags) | BUI::CControlUI | |
| SetBorderRoundSize(RoundRectRadius &radius) | BUI::CControlUI | |
| SetBorderShowTiming(ShowModel mode) | BUI::CControlUI | |
| SetCaptureCtl() | BUI::CControlUI | |
| SetChangeFlags(UINT changed, UINT op) | BUI::CEditLine | |
| SetCharCursorPos(int cursor) | BUI::CEditLine | |
| SetCharFixHeadPos(int pos) | BUI::CEditLine | |
| SetCharStyle(int pos, int count, std::shared_ptr< CharStyle > &style) | BUI::CEditLine | |
| SetClipZoom(int x, int y, int w, int h) | BUI::CControlUI | |
| SetCommitTarget(ICommitTarget *obj) | BUI::CControlUI | |
| SetControlColorsStyle(ColorSceneType type, GBrushArray colors) | BUI::CControlUI | |
| SetControlMouseCursor(CursorMouse id) | BUI::CControlUI | |
| SetControlNotes(BeString str) | BUI::CControlUI | |
| SetControlText(BeString str, BOOL bRefresh=FALSE) | BUI::CControlUI | |
| SetControlTextByNumber(double value, int nPrecision, BOOL remoe_last_zero) | BUI::CControlUI | |
| SetControlValueText(const BeString &str) override | BUI::CComboBaseUI | virtual |
| SetDrawStyleWithFourCode(LPCTSTR draw_style) | BUI::CControlUI | |
| SetDropMinWidth(int width) | BUI::CComboBaseUI | |
| SetEditClientWidthMode(SizeMode nWidMode, int width) | BUI::CEditTextUI | |
| SetEditEmptyTextTips(BeString str) | BUI::CEditLineStyle | |
| SetEditText(LPCTSTR str, BOOL bRefresh=FALSE) | BUI::CEditTextUI | |
| SetErrorCodeState(int code) | BUI::CEditLine | |
| SetEventHandler(IEventHandler *hander) | BUI::CControlUI | |
| SetFocus() | BUI::CControlUI | |
| SetFont(GFont *font) | BUI::CControlUI | |
| SetFontSize(int nHeight) | BUI::CControlUI | |
| SetHeight(int h) | BUI::CControlUI | |
| SetLastWrapWidth(int w) | BUI::CEditLineStyle | |
| SetLauoutInfo(ILayout *parent, int w, int h, SizeMode stw, SizeMode sth) | BUI::CControlUI | |
| SetLimitMaxCount(int c) | BUI::CEditLineStyle | |
| SetLineBottomY(int pos) | BUI::CEditLine | |
| SetLineSpacingHeight(int size) | BUI::CEditLineStyle | |
| SetMouseCursor(CursorMouse id) | BUI::CControlUI | protected |
| SetNumber(double value, BOOL noTrigger=FALSE, BOOL bRefresh=TRUE) | BUI::CEditTextUI | |
| SetParent(CControlUI *pParent) | BUI::CControlUI | |
| SetPercision(int p) | BUI::CEditLineStyle | |
| SetPopTipUI(std::shared_ptr< CControlUI > popui, std::shared_ptr< PopControlInfo > popinfo) | BUI::CControlUI | |
| SetPositionX(int x) | BUI::CControlUI | |
| SetPositionXY(int x, int y) | BUI::CControlUI | |
| SetPositionY(int y) | BUI::CControlUI | |
| SetSelectRowCount(int c) | BUI::CEditLineStyle | |
| SetShadowText(int dx, int dy, int blur_x, int blur_y, GColor color) | BUI::CControlUI | |
| SetShortCut(int vKey) | BUI::CControlUI | |
| SetShortCutCtrlCode(UBYTE vKey) | BUI::CControlUI | |
| SetSkinModule(BeString &skinGroup) | BUI::CControlUI | |
| SetSkinStyle(BeString &skinName) | BUI::CControlUI | |
| SetStateTransfer(std::shared_ptr< StateTransfer > lex) | BUI::CEditLineStyle | |
| SetStrokeSize(UINT size) | BUI::CControlUI | |
| SetSyntaxStyles(std::shared_ptr< SyntaxStyles > styles) | BUI::CEditLineStyle | |
| SetTextAlign(UINT align) | BUI::CEditLineStyle | |
| SetTextHead(const BeString &str, const GColor &color, GImageIconInfo *img=NULL, GFont *font=NULL) | BUI::CEditTextUI | |
| SetTextPadding(int dl, int dt, int dr, int db) | BUI::CEditLineStyle | |
| SetTextTail(const BeString &str, const GColor &color, GImageIconInfo *img=NULL, GFont *font=NULL) | BUI::CEditTextUI | |
| SetTextTips(BeString &str) | BUI::CEditLineStyle | |
| SetToolTipText(LPCTSTR lpszTip) | BUI::CControlUI | |
| SetToolTipText(BeString strTip) | BUI::CControlUI | |
| SetValueMax(double va) | BUI::CEditLineStyle | |
| SetValueMin(double va) | BUI::CEditLineStyle | |
| SetVarName(const BeString &str) | BUI::CControlUI | |
| SetVarNameA(const char *varname) | BUI::CControlUI | |
| SetVarNameW(const WCHAR *varname) | BUI::CControlUI | |
| SetVisibleWhenMouseHover(BOOL open) | BUI::CControlUI | |
| SetWidth(int w) | BUI::CControlUI | |
| ShellAttribute(const BeString &szName, const BeString &szText) override | BUI::CComboDateUI | virtual |
| ShellAttributeToChildControl(const BeString &childname, const BeString &szName, const BeString &szText) | BUI::CControlUI | |
| ShellLineAttribute(const BeString &szName, const BeString &szText) | BUI::CEditLineStyle | |
| ShowControl(bool bShow, bool notify_layout=true) | BUI::CControlUI | |
| ShowDropWindows(BOOL bShow) | BUI::CComboBaseUI | protected |
| TestOrder() const | BUI::CControlUI | |
| Text() const | BUI::CControlUI | |
| TipHide() | BUI::CControlUI | |
| TipTrack(int x, int y, LPCTSTR lpSz=NULL) | BUI::CControlUI | |
| TranslateSyncMsg(UINT message, WPARAM wParam, LPARAM lParam) | BUI::CControlUI | |
| TriggerAction() | BUI::CControlUI | |
| UpdateAdaptLayout() const | BUI::CControlUI | |
| UpdateCharsLex(const StateTransfer *lex, int32_t current_state, int pos, int count) | BUI::CEditLine | |
| UpdateCharsSize(int pos, int count) | BUI::CEditLine | |
| UpdateIMEPosition(bool show) override | BUI::CEditTextUI | virtual |
| UpdateMarginStateFlag() | BUI::CControlUI | protected |
| UpdateOffsetX(BOOL isToLow) | BUI::CEditTextUI | protected |
| UpdatePercentBarValue() | BUI::CEditTextUI | protected |
| UpdateSurfaceCharsSize(ISurface *pSurface, int pos, int count) | BUI::CEditLine | |
| UpdateWordWrapLine(int width) | BUI::CEditLine | |
| ViewOrigin() const | BUI::CControlUI | |
| Width() const | BUI::CControlUI | |
| ~CComboBaseUI() | BUI::CComboBaseUI | |
| ~CComboDateUI() | BUI::CComboDateUI | |
| ~CControlUI() | BUI::CControlUI | virtual |
| ~CEditLine() | BUI::CEditLine | |
| ~CEditLineStyle() | BUI::CEditLineStyle | |
| ~CEditTextUI() | BUI::CEditTextUI | |
| ~ICommitTarget() | BUI::ICommitTarget | virtual |
| ~IControlUI() | BUI::IControlUI | virtual |
| ~IEventHandler() | BUI::IEventHandler | virtual |