Chromium Embedded Framework (CEF)
128.4.2+g5c235a2+chromium-128.0.6613.18
|
This is the complete list of members for CefMenuButton, including all inherited members.
AddRef() const =0 | CefBaseRefCounted | pure virtual |
AsBrowserView()=0 | CefView | pure virtual |
AsButton()=0 | CefView | pure virtual |
AsLabelButton()=0 | CefButton | pure virtual |
AsMenuButton()=0 | CefLabelButton | pure virtual |
AsPanel()=0 | CefView | pure virtual |
AsScrollView()=0 | CefView | pure virtual |
AsTextfield()=0 | CefView | pure virtual |
ConvertPointFromScreen(CefPoint &point)=0 | CefView | pure virtual |
ConvertPointFromView(CefRefPtr< CefView > view, CefPoint &point)=0 | CefView | pure virtual |
ConvertPointFromWindow(CefPoint &point)=0 | CefView | pure virtual |
ConvertPointToScreen(CefPoint &point)=0 | CefView | pure virtual |
ConvertPointToView(CefRefPtr< CefView > view, CefPoint &point)=0 | CefView | pure virtual |
ConvertPointToWindow(CefPoint &point)=0 | CefView | pure virtual |
CreateLabelButton(CefRefPtr< CefButtonDelegate > delegate, const CefString &text) | CefLabelButton | static |
CreateMenuButton(CefRefPtr< CefMenuButtonDelegate > delegate, const CefString &text) | CefMenuButton | static |
GetBackgroundColor()=0 | CefView | pure virtual |
GetBounds()=0 | CefView | pure virtual |
GetBoundsInScreen()=0 | CefView | pure virtual |
GetDelegate()=0 | CefView | pure virtual |
GetGroupID()=0 | CefView | pure virtual |
GetHeightForWidth(int width)=0 | CefView | pure virtual |
GetID()=0 | CefView | pure virtual |
GetImage(cef_button_state_t button_state)=0 | CefLabelButton | pure virtual |
GetInsets()=0 | CefView | pure virtual |
GetMaximumSize()=0 | CefView | pure virtual |
GetMinimumSize()=0 | CefView | pure virtual |
GetParentView()=0 | CefView | pure virtual |
GetPosition()=0 | CefView | pure virtual |
GetPreferredSize()=0 | CefView | pure virtual |
GetSize()=0 | CefView | pure virtual |
GetState()=0 | CefButton | pure virtual |
GetText()=0 | CefLabelButton | pure virtual |
GetThemeColor(int color_id)=0 | CefView | pure virtual |
GetTypeString()=0 | CefView | pure virtual |
GetViewForID(int id)=0 | CefView | pure virtual |
GetWindow()=0 | CefView | pure virtual |
HasAtLeastOneRef() const =0 | CefBaseRefCounted | pure virtual |
HasOneRef() const =0 | CefBaseRefCounted | pure virtual |
InvalidateLayout()=0 | CefView | pure virtual |
IsAccessibilityFocusable()=0 | CefView | pure virtual |
IsAttached()=0 | CefView | pure virtual |
IsDrawn()=0 | CefView | pure virtual |
IsEnabled()=0 | CefView | pure virtual |
IsFocusable()=0 | CefView | pure virtual |
IsSame(CefRefPtr< CefView > that)=0 | CefView | pure virtual |
IsValid()=0 | CefView | pure virtual |
IsVisible()=0 | CefView | pure virtual |
Release() const =0 | CefBaseRefCounted | pure virtual |
RequestFocus()=0 | CefView | pure virtual |
SetAccessibleName(const CefString &name)=0 | CefButton | pure virtual |
SetBackgroundColor(cef_color_t color)=0 | CefView | pure virtual |
SetBounds(const CefRect &bounds)=0 | CefView | pure virtual |
SetEnabled(bool enabled)=0 | CefView | pure virtual |
SetEnabledTextColors(cef_color_t color)=0 | CefLabelButton | pure virtual |
SetFocusable(bool focusable)=0 | CefView | pure virtual |
SetFontList(const CefString &font_list)=0 | CefLabelButton | pure virtual |
SetGroupID(int group_id)=0 | CefView | pure virtual |
SetHorizontalAlignment(cef_horizontal_alignment_t alignment)=0 | CefLabelButton | pure virtual |
SetID(int id)=0 | CefView | pure virtual |
SetImage(cef_button_state_t button_state, CefRefPtr< CefImage > image)=0 | CefLabelButton | pure virtual |
SetInkDropEnabled(bool enabled)=0 | CefButton | pure virtual |
SetInsets(const CefInsets &insets)=0 | CefView | pure virtual |
SetMaximumSize(const CefSize &size)=0 | CefLabelButton | pure virtual |
SetMinimumSize(const CefSize &size)=0 | CefLabelButton | pure virtual |
SetPosition(const CefPoint &position)=0 | CefView | pure virtual |
SetSize(const CefSize &size)=0 | CefView | pure virtual |
SetState(cef_button_state_t state)=0 | CefButton | pure virtual |
SetText(const CefString &text)=0 | CefLabelButton | pure virtual |
SetTextColor(cef_button_state_t for_state, cef_color_t color)=0 | CefLabelButton | pure virtual |
SetTooltipText(const CefString &tooltip_text)=0 | CefButton | pure virtual |
SetVisible(bool visible)=0 | CefView | pure virtual |
ShowMenu(CefRefPtr< CefMenuModel > menu_model, const CefPoint &screen_point, cef_menu_anchor_position_t anchor_position)=0 | CefMenuButton | pure virtual |
SizeToPreferredSize()=0 | CefView | pure virtual |
ToString(bool include_children)=0 | CefView | pure virtual |
TriggerMenu()=0 | CefMenuButton | pure virtual |
~CefBaseRefCounted() | CefBaseRefCounted | inlineprotectedvirtual |