| 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(const std::shared_ptr< CharStyle > &style, const char *name) | BUI::CEditLineStyle | |
| AddCharStyleWithFile(const TCHAR *file_name, const char *lang=NULL) | BUI::CEditLineStyle | |
| AdjustLayoutControlSize(POINT pt) | BUI::CControlUI | protected |
| AnimateTransform() | BUI::CControlUI | |
| AppendEditText(LPCTSTR str, uint32_t len=-1, BOOL is_refresh=FALSE) | BUI::CEditRichUI | |
| AppendEditTextA(LPCSTR str, uint32_t len=-1, BOOL is_refresh=FALSE) | BUI::CEditRichUI | |
| AppendLastLine(LPCTSTR text, int count=-1, BOOL is_refresh=FALSE) | BUI::CEditRichUI | |
| AutoAdaptSize() | BUI::CControlUI | |
| BackOpacity() const | BUI::CControlUI | |
| BinarySearchLine(int left, int right, int dv) const | BUI::CEditRichUI | protected |
| BindAction(const std::shared_ptr< IActionNotify > ¬ify) | BUI::CControlUI | |
| BlurSize() const | BUI::CControlUI | |
| BorderOpacity() const | BUI::CControlUI | |
| BoxLayoutMgr() | BUI::CControlUI | virtual |
| BringBottomMost() | BUI::CControlUI | |
| BringTopMost() | BUI::CControlUI | |
| CaclLineBottomPos() | BUI::CEditRichUI | protected |
| CalaTotalCodeUnitLength() | BUI::CEditRichUI | |
| CControlUI() | BUI::CControlUI | |
| CEditLineStyle(UINT text_flags, RECT *ppview, GFont **pp_font) | BUI::CEditLineStyle | |
| CEditRichUI() | BUI::CEditRichUI | |
| ChangeManager(IManageHandler *manager) | BUI::CControlUI | |
| ChangeParent(CControlUI *obj_this, CControlUI *parent, CControlUI *prev) | BUI::CControlUI | static |
| ChangeThemeColors() | BUI::CControlUI | virtual |
| ChangeUIToNodeLink() | BUI::CControlUI | |
| Clear(BOOL is_refresh=TRUE, BOOL is_clean_recycling=FALSE) | BUI::CEditRichUI | |
| ClearAction() | BUI::CControlUI | |
| ClearCharStyle() | BUI::CEditLineStyle | |
| ClearTSTree() | BUI::CEditRichUI | |
| ClientToHWNDScreen() | BUI::CControlUI | protected |
| Clone() | BUI::CControlUI | virtual |
| CloneAttribute(CControlUI *clone) override | BUI::CScrollAreaUI | virtual |
| ConvertShortCutCodeToText(UINT virtual_ctrl, UINT virtual_key) | BUI::CControlUI | static |
| CopyString() | BUI::CEditRichUI | protected |
| Create(IManageHandler *manager, LPCTSTR name, LPCTSTR text, DWORD style, RECT rc, CControlUI *parent=NULL, UINT id=0) | BUI::CControlUI | |
| Create(IManageHandler *manager, LPCTSTR name, LPCTSTR text, DWORD style, int x, int y, int cx, int cy, CControlUI *parent=NULL, UINT num_id=0) | BUI::CControlUI | |
| CScrollAreaUI() | BUI::CScrollAreaUI | |
| CutString() | BUI::CEditRichUI | protected |
| DelAbsordLayout(std::shared_ptr< ILayout > layout) | BUI::CControlUI | |
| DeleteLine(int pos, int count, BOOL is_refresh=TRUE) | BUI::CEditRichUI | |
| DeleteSession(RECT &rc_update) | BUI::CEditRichUI | protected |
| DoChangeThemeColors(const BeString &name) | BUI::CControlUI | |
| DoInputChar(WPARAM wp, LPARAM lp, BOOL is_focus) | BUI::CEditRichUI | protected |
| DoInputCharCodePoint(WPARAM wp, LPARAM lp, BOOL is_focus) | BUI::CEditRichUI | protected |
| DoInputCommitChar(WPARAM wp, LPARAM lp, BOOL is_focus) | BUI::CEditRichUI | protected |
| DoInputPreeditChar(WPARAM wp, LPARAM lp, BOOL is_focus) | BUI::CEditRichUI | protected |
| DoInputReturnChar() | BUI::CEditRichUI | protected |
| DoPaint(ISurface *surface, RECT *rect_update) override | BUI::CEditRichUI | virtual |
| DoPaintBackGround(ISurface *surface, RECT *rect_update) | BUI::CControlUI | virtual |
| DoPaintBorder(ISurface *surface, RECT *rect_update) | BUI::CControlUI | virtual |
| DoPaintEmptyTips(ISurface *surface, RECT &rc_paint, RECT *rect_update) | BUI::CScrollAreaUI | |
| DoPaintFinished(ISurface *surface, RECT *rect_update) | BUI::CControlUI | virtual |
| DoPaintGL(ISurface *surface, RECT *rect_update) | BUI::CControlUI | virtual |
| DoPaintShadow(ISurface *surface, bool is_inset, RECT *rect_update) | BUI::CControlUI | virtual |
| DoShortCut(UBYTE ctrl, UBYTE virtual_key) | BUI::CControlUI | |
| DrawLineNumber(ISurface *surface, int firstline, int y0, const RECT &rc_text, RECT *rect_update) | BUI::CEditRichUI | protected |
| EmptySelectList(BOOL is_clear_cursor=TRUE) | BUI::CEditRichUI | protected |
| EnableBorderAdjustFlag(UINT align_border=ALIGN_LEFT, bool is_enable=true) | BUI::CControlUI | |
| EnableControl(bool is_enable, bool is_refresh=true) | BUI::CControlUI | |
| EnableNodeFlagControl(bool is_enable, bool is_refresh=true) | BUI::CControlUI | |
| EnableScrollBarAutoHide(BOOL enable) | BUI::CScrollAreaUI | |
| EnableShortCut(bool is_enable) | BUI::CControlUI | |
| EventHandler() const | BUI::CControlUI | |
| FindAllControl(std::vector< CControlUI * > &vec, BOOL is_recursion=TRUE) const | BUI::CControlUI | |
| FindAllControlByName(std::vector< CControlUI * > &vec, LPCTSTR str_name, BOOL is_recursion=TRUE) const | BUI::CControlUI | |
| FindChildControlByHandler(std::vector< CControlUI * > &vec, IEventHandler *handler) | BUI::CControlUI | |
| FindControlByName(LPCTSTR str_name, BOOL is_recursion=TRUE) const | BUI::CControlUI | |
| FindLine(int dy, int &div) | BUI::CEditRichUI | protected |
| FindLineWithGlobalIndex(uint32_t point_location) | BUI::CEditRichUI | |
| FindTabFocusControl(BOOL is_next) const | BUI::CControlUI | |
| FirstChild() const | BUI::CControlUI | |
| ForbidScrollBar(UINT bar_type, BOOL is_forbid) | BUI::CScrollAreaUI | |
| GetActionKeyboard(BOOL is_create=TRUE) | BUI::CControlUI | |
| GetActionTable() | BUI::CControlUI | |
| GetActiveLine(int &start, int &end) | BUI::CEditRichUI | protected |
| GetAttchLayout() const | BUI::CControlUI | |
| GetAttributeNames(std::vector< BeString > &out_vec) override | BUI::CEditRichUI | virtual |
| GetChangeCount() const | BUI::CEditLineStyle | |
| GetCharStyle(int pos) | BUI::CEditLineStyle | |
| GetClientPoint(double percent_width, double percent_height) | 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) | BUI::CControlUI | virtual |
| GetDefaultLineHeight() const | BUI::CEditLineStyle | |
| GetDragPos(RECT *rc) const | BUI::CControlUI | |
| GetEditLine(int pos) const | BUI::CEditRichUI | |
| GetEditText(BeString &str) | BUI::CEditRichUI | |
| GetEditTextLocation(char *buf, int start_line, int start_col, int end_line, int end_col) | BUI::CEditRichUI | |
| GetEditTextRange(char *buf, int start_byte, int end_byte) | BUI::CEditRichUI | |
| GetFont() const | BUI::CControlUI | |
| GetFontHeight() const | BUI::CEditLineStyle | |
| GetHighlightAstText(std::vector< BeStringA > &vec_all_lines) | BUI::CEditRichUI | |
| GetLastWrapWidth() const | BUI::CEditLineStyle | |
| GetLayoutViewRect(RECT *rc) override | BUI::CScrollAreaUI | virtual |
| GetLimitMaxCount() const | BUI::CEditLineStyle | |
| GetlineCounts() const | BUI::CEditRichUI | |
| GetLineSpacingHeight() const | BUI::CEditLineStyle | |
| GetLineTextLeft(RECT &rc_text) const | BUI::CEditRichUI | protected |
| GetManagerUI() const | BUI::CControlUI | |
| GetMarginAreaRect(BOOL contain_shadow=FALSE) const | BUI::CControlUI | |
| GetOppositePosition(RECT rc_contain, RECT rc_child, BOOL is_intersect=TRUE) const | BUI::CControlUI | |
| GetPaintStatus(bool ignore_left_button=true) const | BUI::CControlUI | |
| GetParent() const | BUI::CControlUI | |
| GetParentOnTopMost() const | BUI::CControlUI | |
| GetParentViewPoint(float xp, float yp, BOOL is_client=FALSE) const | BUI::CControlUI | |
| GetPercision() const | BUI::CEditLineStyle | |
| GetPosition() override | BUI::CControlUI | virtual |
| GetPublicFont() | BUI::CEditLineStyle | |
| GetRectInScreen(LPRECT rc) | BUI::CControlUI | |
| GetRectTextView(RECT &rc) override | BUI::CEditRichUI | virtual |
| GetRefreshRect(int line1, int line2) | BUI::CEditRichUI | protected |
| GetRelationship(std::vector< BeString > &list) override | BUI::CEditRichUI | virtual |
| GetRoundRadius(RoundRectRadius &ra) const | BUI::CControlUI | |
| GetRoundRadiusWithRect(const RECT &rc, RoundRectRadius &ra) const | BUI::CControlUI | |
| GetScrollbarPage(UINT bar_type=SBF_HORZ) const | BUI::CScrollAreaUI | |
| GetScrollbarPercentage(UINT bar_type=SBF_HORZ) const | BUI::CScrollAreaUI | |
| GetScrollbarPos(UINT bar_type=SBF_HORZ) const | BUI::CScrollAreaUI | |
| GetScrollbarRange(UINT bar_type=SBF_HORZ) const | BUI::CScrollAreaUI | |
| GetScrollbarUI(UINT bar_type=SBF_HORZ) const | BUI::CScrollAreaUI | |
| GetScrollDistance(UINT bar_type=SBF_HORZ) const | BUI::CScrollAreaUI | |
| GetScrollRangeX() const | BUI::CEditRichUI | protected |
| GetScrollRangeY(int no) | BUI::CEditRichUI | protected |
| GetScrollStateCode() const | BUI::CScrollAreaUI | protected |
| GetScrollViewRect(RECT *rc) const | BUI::CScrollAreaUI | |
| GetSelectRefreshRect() | BUI::CEditRichUI | protected |
| GetShadowContain() | BUI::CControlUI | |
| GetSignalPolicy() | BUI::CControlUI | |
| GetSkinModule(BeStringShort64 &module_name) | BUI::CControlUI | |
| GetSkinStyle(BeStringShort64 &style_name) | BUI::CControlUI | |
| GetSplitControlOffsetH() override | BUI::CControlUI | virtual |
| GetSplitControlOffsetW() override | BUI::CControlUI | virtual |
| GetStringSize(LPCTSTR str) const | BUI::CControlUI | |
| GetTextAlign() const | BUI::CEditLineStyle | |
| GetTextFlags() const | BUI::CEditLineStyle | |
| GetTextPadding() const | BUI::CEditLineStyle | |
| GetTextTips() const | BUI::CEditLineStyle | |
| GetTotalCodeUnitLength() const | BUI::CEditRichUI | |
| GetTotalCodeUnitLengthUtilLine(int line) | BUI::CEditRichUI | |
| GetValueMax() const | BUI::CEditLineStyle | |
| GetValueMin() const | BUI::CEditLineStyle | |
| GetViewParentRect(float cx, float cy, float w, float h) const | BUI::CControlUI | |
| GetViewPoint(float xp, float yp, BOOL is_client=FALSE) const | BUI::CControlUI | |
| Height() const | BUI::CControlUI | |
| HitTest(POINT pt) | BUI::CControlUI | virtual |
| HitTestChildControl(POINT pt, BOOL is_recursive=TRUE) const | BUI::CControlUI | |
| HitTestControl(POINT pt) | BUI::CControlUI | virtual |
| HitTestPopUI(POINT pt) | BUI::CControlUI | |
| ICommitTarget() | BUI::ICommitTarget | |
| IControlUI() | BUI::IControlUI | |
| IEventHandler() | BUI::IEventHandler | |
| InsertChild(CControlUI *current, CControlUI *prev) | BUI::CControlUI | |
| InsertLine(int pos, LPCTSTR text, int count=-1, BOOL is_refresh=TRUE) | BUI::CEditRichUI | |
| IsBkShowTiming() const | BUI::CControlUI | |
| IsCreateSucceed() const | BUI::CControlUI | |
| IsDrawStyleWithFourCode(TCHAR a='\0', TCHAR b='\0', TCHAR c='\0', TCHAR d='\0') const | BUI::CControlUI | |
| IsEmptySelectList() | BUI::CEditRichUI | protected |
| IsEnabled() const | BUI::CControlUI | |
| IsFocused() const | BUI::CControlUI | |
| IsHasControlFlags(uint64_t flags) const | BUI::CControlUI | |
| IsReadOnly() const | BUI::CEditLineStyle | |
| IsScrollbarPosEnd(UINT bar_type=SBF_HORZ) | BUI::CScrollAreaUI | |
| IsScrollVaild(UINT bar_type=SBF_HORZ) const | BUI::CScrollAreaUI | |
| 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 exp_width) override | BUI::CEditRichUI | virtual |
| LayoutAdaptWidth(int exp_height) override | BUI::CEditRichUI | virtual |
| LineBottomPosChange(int pos, int step) | BUI::CEditRichUI | protected |
| m_absord_uis | BUI::CControlUI | protected |
| m_action | BUI::CControlUI | protected |
| m_action_map | BUI::CControlUI | protected |
| m_anim_all | BUI::CControlUI | protected |
| m_anim_trans | BUI::CControlUI | protected |
| m_anima_fill_opacity | BUI::CControlUI | protected |
| m_anima_moving | BUI::CControlUI | protected |
| m_anima_stroke_dash | BUI::CControlUI | protected |
| m_anima_stroke_opacity | BUI::CControlUI | protected |
| m_back_interval_colors | BUI::CScrollAreaUI | protected |
| m_bar_size | BUI::CScrollAreaUI | 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_bru_fill | BUI::CControlUI | protected |
| m_bru_fill_num | BUI::CEditRichUI | protected |
| m_bru_stroke | BUI::CControlUI | protected |
| m_bru_text | BUI::CControlUI | protected |
| m_bru_text_bg | BUI::CEditRichUI | protected |
| m_bru_text_num | BUI::CEditRichUI | protected |
| m_capture_save_file | BUI::CControlUI | protected |
| m_change_flags | BUI::CEditLineStyle | |
| m_changed_count | BUI::CEditLineStyle | |
| m_char_style | BUI::CEditLineStyle | |
| m_cmd_ast | BUI::CControlUI | protected |
| m_commit_target | BUI::CControlUI | protected |
| m_cursor | BUI::CControlUI | protected |
| m_draw_style | BUI::CControlUI | protected |
| m_enable | BUI::CControlUI | |
| m_event_handler | BUI::CControlUI | protected |
| m_first_child | BUI::CControlUI | |
| m_flags_ctrl | BUI::CControlUI | protected |
| m_font | BUI::CControlUI | protected |
| m_font_pp | BUI::CEditLineStyle | |
| m_font_size_scale | BUI::CEditRichUI | protected |
| m_head_mark_colors | BUI::CEditRichUI | protected |
| m_head_mark_imgs | BUI::CEditRichUI | protected |
| m_hex_group_count | BUI::CEditLineStyle | |
| m_hit_flag | BUI::CControlUI | protected |
| m_hor_align | BUI::CEditLineStyle | |
| m_hor_bar_align | BUI::CScrollAreaUI | protected |
| m_input_char_max | BUI::CEditLineStyle | |
| m_int_id | BUI::CControlUI | |
| m_is_display_bar_when_mouse_enters | BUI::CScrollAreaUI | protected |
| m_is_forbid_hor | BUI::CScrollAreaUI | protected |
| m_is_forbid_ver | BUI::CScrollAreaUI | protected |
| m_is_highlight | BUI::CEditLineStyle | |
| m_is_highlight_notify_editing | BUI::CEditLineStyle | |
| m_is_multi_shift | BUI::CEditRichUI | protected |
| m_is_update_char_size | BUI::CEditLineStyle | |
| m_kb_event | BUI::CControlUI | protected |
| m_key_down | BUI::CControlUI | protected |
| m_last_child | BUI::CControlUI | |
| m_last_warp_width | BUI::CEditLineStyle | |
| m_layout | BUI::CControlUI | protected |
| m_lead_width | BUI::CEditLineStyle | |
| m_lines | BUI::CEditRichUI | protected |
| m_link_anim | BUI::CControlUI | |
| m_link_for_cell | BUI::CControlUI | |
| m_link_gc | BUI::CControlUI | |
| m_link_moving | BUI::CControlUI | |
| m_link_pop_ui | BUI::CControlUI | |
| m_locationinfo | BUI::CControlUI | protected |
| m_manager | BUI::CControlUI | |
| m_map_char_style | BUI::CEditLineStyle | |
| m_margin_on_hover | BUI::CControlUI | protected |
| m_mark_lead | BUI::CEditRichUI | 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_nodelist_when_empty | BUI::CScrollAreaUI | protected |
| m_parent | BUI::CControlUI | |
| m_pen_type | BUI::CControlUI | protected |
| m_point_origin | BUI::CControlUI | protected |
| m_pop_ui_info | BUI::CControlUI | protected |
| m_prev_sibling | BUI::CControlUI | |
| m_pt_auto_move_trace | BUI::CEditRichUI | protected |
| m_rect_begin_track | BUI::CControlUI | protected |
| m_rect_client_pp | BUI::CEditLineStyle | |
| m_rect_clip | BUI::CControlUI | protected |
| m_rect_pos | BUI::CControlUI | |
| m_recycling_buffer_size | BUI::CEditRichUI | protected |
| m_recycling_lines | BUI::CEditRichUI | protected |
| m_round_radius | BUI::CControlUI | protected |
| m_row_spaceing | BUI::CEditLineStyle | |
| m_script_code | BUI::CControlUI | protected |
| m_script_val | BUI::CControlUI | protected |
| m_scroll_hor | BUI::CScrollAreaUI | protected |
| m_scroll_ver | BUI::CScrollAreaUI | protected |
| m_select_cursor | BUI::CEditRichUI | protected |
| m_selected_count | BUI::CEditLineStyle | |
| m_session_range | BUI::CEditRichUI | protected |
| m_shadow_contain | BUI::CControlUI | protected |
| m_shadow_text | BUI::CControlUI | protected |
| m_sig_policy | BUI::CControlUI | protected |
| m_syntax_lang | BUI::CEditRichUI | protected |
| m_text | BUI::CControlUI | protected |
| m_text_flags | BUI::CEditLineStyle | |
| 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_total_code_unit_length | BUI::CEditRichUI | protected |
| m_ts_parser | BUI::CEditRichUI | protected |
| m_ts_query | BUI::CEditRichUI | protected |
| m_ts_str_query | BUI::CEditRichUI | protected |
| m_ts_tree | BUI::CEditRichUI | protected |
| m_undo_ | BUI::CEditLineStyle | |
| m_undo_back_ | BUI::CEditLineStyle | |
| m_undo_max | BUI::CEditLineStyle | |
| m_value_max | BUI::CEditLineStyle | |
| m_value_min | BUI::CEditLineStyle | |
| m_value_precision | BUI::CEditLineStyle | |
| m_ver_bar_align | BUI::CScrollAreaUI | protected |
| m_visible | BUI::CControlUI | |
| m_wheel_speed | BUI::CScrollAreaUI | protected |
| MergeLine(int line1, int line2) | BUI::CEditRichUI | protected |
| ModifyControlFlags(uint64_t style, UINT op=ADD_FLAGS) | BUI::CControlUI | |
| ModifyTextFlags(UINT style, UINT op=ADD_FLAGS) | BUI::CEditLineStyle | |
| MoveCenterByPercent(RECT *rc_view, float scale_x=0.5, float scale_y=0.5, int w=0, int h=0, BOOL adapt_dpi=FALSE, BOOL is_refresh=TRUE) | BUI::CControlUI | |
| MoveChars(int line_no, int i) | BUI::CEditRichUI | protected |
| MoveControl(RECT rect, BOOL is_refresh=TRUE) | BUI::CControlUI | |
| MoveControl(int x, int y, int w, int h, BOOL is_refresh=TRUE) | BUI::CControlUI | |
| MoveControlAnimate(RECT rc_start, RECT rc_end, BOOL is_show, int animate_duration=300) | BUI::CControlUI | |
| MoveDragControl(int dx, int dy, BOOL is_refresh=TRUE) | BUI::CControlUI | |
| MoveLine(int &cur_line_pos, int i, int dx) | BUI::CEditRichUI | protected |
| NextFocusControl(BOOL is_prev=FALSE) const | BUI::CControlUI | |
| NextSibling() const | BUI::CControlUI | |
| NotifyChildControlEnableChange(bool is_enable) | BUI::CControlUI | protected |
| NotifyChildControlVisableChange(bool is_show) | BUI::CControlUI | protected |
| NotifyMangerIsDestory() | BUI::CControlUI | |
| OnChangeUpdate(UINT bits) override | BUI::CEditRichUI | virtual |
| OnChar(WPARAM wp, LPARAM lp) override | BUI::CEditRichUI | virtual |
| OnCheckContext() | BUI::CEditLineStyle | virtual |
| OnClickPoint(POINT pt) | BUI::CEditRichUI | protected |
| OnControlSize() override | BUI::CEditRichUI | virtual |
| OnCreate() override | BUI::CScrollAreaUI | virtual |
| OnCtrlKillFocus() override | BUI::CEditRichUI | virtual |
| OnCtrlSetFocus() override | BUI::CEditRichUI | virtual |
| OnDestory() | BUI::CControlUI | |
| OnDropBegin() | BUI::CControlUI | virtual |
| OnDropEnd() | BUI::CControlUI | virtual |
| OnEditing(int line_no, int edit_pos, int edit_len) override | BUI::CEditRichUI | virtual |
| OnFontChange() override | BUI::CEditRichUI | virtual |
| OnHSCrollBar(WPARAM wp, LPARAM lp) override | BUI::CScrollAreaUI | virtual |
| OnKeyDown(WPARAM wp, LPARAM lp) override | BUI::CEditRichUI | virtual |
| OnKeyUp(WPARAM wp, LPARAM lp) | BUI::CControlUI | virtual |
| OnKillFocus(WPARAM wp, LPARAM lp) | BUI::CControlUI | virtual |
| OnLButtonCliked(WPARAM wp, LPARAM lp) override | BUI::CEditRichUI | virtual |
| OnLButtonDown(WPARAM wp, LPARAM lp) override | BUI::CEditRichUI | virtual |
| OnLButtonUp(WPARAM wp, LPARAM lp) override | BUI::CEditRichUI | virtual |
| OnLoadConfigSetting(XMLItem *node) | BUI::CControlUI | virtual |
| OnMessageHandler(UINT message, WPARAM wp, LPARAM lp) override | BUI::CEditRichUI | virtual |
| OnMouseEnter(WPARAM wp, LPARAM lp) override | BUI::CScrollAreaUI | virtual |
| OnMouseLeave(WPARAM wp, LPARAM lp) override | BUI::CScrollAreaUI | virtual |
| OnMouseMove(WPARAM wp, LPARAM lp) override | BUI::CEditRichUI | virtual |
| OnMouseWheel(WPARAM wp, LPARAM lp) override | BUI::CEditRichUI | virtual |
| OnNcHitTest(POINT pt) | BUI::CControlUI | virtual |
| OnPaintControl(ISurface *surface, LPRECT rc_update=NULL, LPRECT rc_parent_view=NULL) | BUI::CControlUI | |
| OnPaintControl3D(ISurface *surface, LPRECT rc_update) | BUI::CControlUI | virtual |
| OnParseAnimate(XMLItem *node) | BUI::CControlUI | virtual |
| OnParseItemData(XMLItem *node) override | BUI::CScrollAreaUI | virtual |
| OnRButtonCliked(WPARAM wp, LPARAM lp) | BUI::CControlUI | virtual |
| OnRButtonDown(WPARAM wp, LPARAM lp) | BUI::CControlUI | virtual |
| OnRButtonUp(WPARAM wp, LPARAM lp) | BUI::CControlUI | virtual |
| OnSaveConfigSetting(XMLItem *node) | BUI::CControlUI | virtual |
| OnSelectLink(CEditLine *line) override | BUI::CEditRichUI | virtual |
| OnSetCursor(WPARAM wp, LPARAM lp) | BUI::CControlUI | virtual |
| OnShow(bool is_show) override | BUI::CEditRichUI | virtual |
| OnSummitTarget(FourCode four_code, LPCTSTR data) | BUI::ICommitTarget | virtual |
| OnTimerEvent(unsigned int timer_id, UINT msec) | BUI::CControlUI | virtual |
| OnVSCrollBar(WPARAM wp, LPARAM lp) override | BUI::CScrollAreaUI | virtual |
| Parent() const | BUI::CControlUI | |
| ParseShortCutText(const char *text, UINT &virtual_ctrl, UINT &virtual_key) | BUI::CControlUI | static |
| PasteString() | BUI::CEditRichUI | protected |
| PauseAnimate(BOOL is_pause) | BUI::CControlUI | |
| PopTipUI(BOOL is_show) | BUI::CControlUI | |
| PopupAtMousePosition(int dx, int dy, int w, int h, BOOL adapt_dpi=FALSE, BOOL is_refresh=TRUE) | BUI::CControlUI | |
| PopupPosition(int x, int y, int dx, int dy, UINT align) | BUI::CControlUI | |
| PrevSibling() const | BUI::CControlUI | |
| Refresh(BOOL is_sync=FALSE) | BUI::CControlUI | |
| RefreshClientRect(RECT rc) | BUI::CScrollAreaUI | |
| RefreshRect(RECT *rc_update) | BUI::CControlUI | |
| RefreshThreadSafe() | BUI::CControlUI | |
| ReleaseCaptureCtl() | BUI::CControlUI | |
| RemoveChild(CControlUI *child) | BUI::CControlUI | |
| RePlotChildPos() | BUI::CControlUI | protected |
| ResetChangeCount() | BUI::CEditLineStyle | |
| ResetLayoutChilds(UINT flags=0) | BUI::CControlUI | |
| ResetScrollBarRange() | BUI::CScrollAreaUI | |
| ReturnBitFlag(UBYTE value, UINT bit_pos, BOOL is_enable) | BUI::CControlUI | protectedstatic |
| RunHighlightLang(InputEdit *edit=NULL) | BUI::CEditRichUI | |
| SaveAsImage(LPCTSTR out_png) | BUI::CControlUI | |
| SaveAsLongImage(LPCTSTR out_png) | BUI::CControlUI | |
| SaveSettingConfig() | BUI::CControlUI | |
| ScreenToClientPoint(POINT &pt) const | BUI::CScrollAreaUI | |
| Scroll(int x, int y) | BUI::CControlUI | |
| ScrollHorzToPos(RECT &rc_update, int line, int pos, BOOL is_near_left) | BUI::CEditRichUI | protected |
| ScrollJumpToControlUI(UINT bar_type, CControlUI *child) | BUI::CScrollAreaUI | |
| ScrollJumpToView(RECT &rc) | BUI::CScrollAreaUI | |
| ScrollVertToPos(RECT &rc_update, int line, int pos, BOOL is_near_top) | BUI::CEditRichUI | protected |
| SelectSessionAll(BOOL is_select, BOOL is_refresh) | BUI::CEditRichUI | |
| SendParentMessage(UINT message, WPARAM wp, LPARAM lp) const | BUI::CControlUI | |
| SendToAllChilds(UINT message, WPARAM wp, LPARAM lp) | BUI::CControlUI | |
| SendToManager(UINT message, WPARAM wp=0, LPARAM lp=0) | BUI::CControlUI | |
| SetAdaptMinText(const BeString &str) | BUI::CControlUI | |
| SetBackIntervalColor(const std::vector< GColor > &color) | BUI::CScrollAreaUI | |
| SetBkShowTiming(ShowModel mode) | BUI::CControlUI | |
| SetBlurSize(UINT size) | BUI::CControlUI | |
| SetBorderShowTiming(ShowModel mode) | BUI::CControlUI | |
| SetCaptureCtl() | BUI::CControlUI | |
| 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(const BeString &str) | BUI::CControlUI | |
| SetControlText(BeString str, BOOL is_refresh=FALSE) | BUI::CControlUI | |
| SetControlTextByNumber(double value, int precision, BOOL remoe_last_zero) | BUI::CControlUI | |
| SetControlValueText(const BeString &str) | BUI::CControlUI | virtual |
| SetDrawStyleWithFourCode(LPCTSTR draw_style) | BUI::CControlUI | |
| SetEditEmptyTextTips(const BeString &str) | BUI::CEditLineStyle | |
| SetEmptyTipImage(GImageIconInfo *img) | BUI::CScrollAreaUI | |
| SetEmptyTipText(const BeString &text) | BUI::CScrollAreaUI | |
| SetEventHandler(IEventHandler *hander) | BUI::CControlUI | |
| SetFocus() | BUI::CControlUI | |
| SetFont(GFont *font) | BUI::CControlUI | |
| SetFontSize(int height) | BUI::CControlUI | |
| SetHeight(int h) | BUI::CControlUI | |
| SetHighlightLang(const TCHAR *lang) | BUI::CEditRichUI | |
| SetHighlightQuery(const BeStringA &query) | BUI::CEditRichUI | |
| SetHighlightStyleId(int start_row, int start_col, int end_row, int end_col, const char *style_name) | BUI::CEditRichUI | |
| SetLastWrapWidth(int w) | BUI::CEditLineStyle | |
| SetLauoutInfo(ILayout *parent, int w, int h, LayoutMode mw, LayoutMode mh) | BUI::CControlUI | |
| SetLimitMaxCount(int c) | BUI::CEditLineStyle | |
| SetLineSpacingHeight(int size) | BUI::CEditLineStyle | |
| SetMarkLeadSize(int w, BOOL is_refresh) | BUI::CEditRichUI | |
| SetMouseCursor(CursorMouse id) | BUI::CControlUI | protected |
| SetParent(CControlUI *parent) | BUI::CControlUI | |
| SetPercision(int p) | BUI::CEditLineStyle | |
| SetPopTipUI(const std::shared_ptr< PopControlInfo > &pop_info) | BUI::CControlUI | |
| SetPositionX(int x) | BUI::CControlUI | |
| SetPositionXY(int x, int y) | BUI::CControlUI | |
| SetPositionY(int y) | BUI::CControlUI | |
| SetRoundRadiusValues(const CNumberValue radius[8]) | BUI::CControlUI | |
| SetScrollbarAlign(UINT bar_type, AlignType align_type) | BUI::CScrollAreaUI | |
| SetScrollbarPos(UINT bar_type, int pos) | BUI::CScrollAreaUI | |
| SetScrollbarPosEnd(UINT bar_type=SBF_HORZ) | BUI::CScrollAreaUI | |
| SetScrollbarPosWithPercentage(UINT bar_type, int percent) | BUI::CScrollAreaUI | |
| SetScrollbarRange(UINT bar_type, int pos_min, int pos_max) | BUI::CScrollAreaUI | |
| SetScrollBarUISize(int size) | BUI::CScrollAreaUI | |
| SetShadowText(int dx, int dy, int blur_x, int blur_y, const GColor &color) | BUI::CControlUI | |
| SetShortCut(int virtual_key) | BUI::CControlUI | |
| SetShortCutCtrlCode(UBYTE virtual_key) | BUI::CControlUI | |
| SetSkinModule(const BeString &skin_group) | BUI::CControlUI | |
| SetSkinStyle(const BeString &skin_name) | BUI::CControlUI | |
| SetStrokeSize(UINT size) | BUI::CControlUI | |
| SetTextAlign(UINT align) | BUI::CEditLineStyle | |
| SetTextPadding(int dl, int dt, int dr, int db) | BUI::CEditLineStyle | |
| SetTextTips(const BeString &str) | BUI::CEditLineStyle | |
| SetToolTipText(LPCTSTR tip_text) | BUI::CControlUI | |
| SetToolTipText(const BeString &tip_str) | BUI::CControlUI | |
| SetValueMax(double va) | BUI::CEditLineStyle | |
| SetValueMin(double va) | BUI::CEditLineStyle | |
| SetVarName(const BeString &str) | BUI::CControlUI | |
| SetVarNameA(const char *var_name) | BUI::CControlUI | |
| SetVarNameW(const WCHAR *varname) | BUI::CControlUI | |
| SetVisibleWhenMouseHover(BOOL open) | BUI::CControlUI | |
| SetWheelSpeed(UINT speed) | BUI::CScrollAreaUI | |
| SetWidth(int w) | BUI::CControlUI | |
| ShellAttribute(const BeString &str_name, const BeString &str_value) override | BUI::CEditRichUI | virtual |
| ShellAttributeToChildControl(const BeString &child_name, const BeString &str_name, const BeString &str_value) | BUI::CControlUI | |
| ShellLineAttribute(const BeString &str_name, const BeString &str_value) | BUI::CEditLineStyle | |
| ShowChildScrollBar(BOOL show) | BUI::CScrollAreaUI | protected |
| ShowControl(bool is_show, bool notify_layout=true) | BUI::CControlUI | |
| StrokeDashOffset() const | BUI::CControlUI | |
| TestOrder() const | BUI::CControlUI | |
| Text() const | BUI::CControlUI | |
| TipHide() | BUI::CControlUI | |
| TipTrack(int x, int y, LPCTSTR text=NULL) | BUI::CControlUI | |
| TranslateSyncMsg(UINT message, WPARAM wp, LPARAM lp) | BUI::CControlUI | |
| TriggerAction() | BUI::CControlUI | |
| TriggerScript() | BUI::CControlUI | |
| UpdateAdaptLayout() const | BUI::CControlUI | |
| UpdateIMEPosition(bool show) override | BUI::CEditRichUI | virtual |
| UpdateMarginStateFlag() | BUI::CControlUI | protected |
| UpdateScrollBarPostion(RECT *rc) | BUI::CScrollAreaUI | |
| UpdateSelectRangeState(int start_line, int start_col, int end_line, int end_col) | BUI::CEditRichUI | protected |
| UpdateShiftSelectRangeState(RECT &rc_text, int scroll_x, int start_line, int start_line_x, int end_line, int end_line_x) | BUI::CEditRichUI | protected |
| ViewOrigin() const | BUI::CControlUI | virtual |
| Width() const | BUI::CControlUI | |
| ~CControlUI() | BUI::CControlUI | virtual |
| ~CEditLineStyle() | BUI::CEditLineStyle | |
| ~CEditRichUI() | BUI::CEditRichUI | |
| ~CScrollAreaUI() | BUI::CScrollAreaUI | virtual |
| ~ICommitTarget() | BUI::ICommitTarget | virtual |
| ~IControlUI() | BUI::IControlUI | virtual |
| ~IEventHandler() | BUI::IEventHandler | virtual |