Chromium Embedded Framework (CEF)
109.0.1+gcd5e37a+chromium-109.0.5414.8
|
This is the complete list of members for CefButton, 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 |
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 |
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 |
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 |
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 |
SetFocusable(bool focusable)=0 | CefView | pure virtual |
SetGroupID(int group_id)=0 | CefView | pure virtual |
SetID(int id)=0 | CefView | pure virtual |
SetInkDropEnabled(bool enabled)=0 | CefButton | pure virtual |
SetInsets(const CefInsets &insets)=0 | CefView | 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 |
SetTooltipText(const CefString &tooltip_text)=0 | CefButton | pure virtual |
SetVisible(bool visible)=0 | CefView | pure virtual |
SizeToPreferredSize()=0 | CefView | pure virtual |
ToString(bool include_children)=0 | CefView | pure virtual |
~CefBaseRefCounted() | CefBaseRefCounted | inlineprotectedvirtual |