class VirtualWidget

robot_2Generated
code_blocksInput

Description

The VirtualWidget class in the Editor namespace represents a UI component with various interactive states and properties. It provides methods to manipulate its appearance and retrieve its current state.

Members

Instance Members

Member NameSummary
PaintBackgroundPaints the background of the widget with a specified color and radius.
GetForegroundColorReturns the current foreground color of the widget.
RectThe rectangle area of the widget.
ObjectAn associated object with the widget.
HoveredIndicates whether the widget is currently hovered over.
SelectedIndicates whether the widget is selected.
PressedIndicates whether the widget is pressed.
DroppingIndicates whether the widget is in a dropping state.
DraggingIndicates whether the widget is being dragged.
RowThe row position of the widget.
ColumnThe column position of the widget.
IndentThe indentation level of the widget.
HasChildrenIndicates whether the widget has child elements.
IsOpenIndicates whether the widget is open.