CheckBehavior

Undocumented in source.

Members

Functions

attachPropertiesTo
void attachPropertiesTo(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
attachTo
void attachTo(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
onClick
bool onClick(Widget widget, PointerClickEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
pointerEntered
bool pointerEntered(Widget widget, PointerEnterEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
pointerLeaved
bool pointerLeaved(Widget widget, PointerLeaveEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
pointerMoved
bool pointerMoved(Widget widget, PointerMoveEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
pointerPressed
bool pointerPressed(Widget widget, PointerPressEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
pointerReleased
bool pointerReleased(Widget widget, PointerReleaseEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
updateState
void updateState()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

stateStrings
string[6] stateStrings;
Undocumented in source.

Variables

_widget
Widget _widget;
Undocumented in source.
isHovered
bool isHovered;
Undocumented in source.
isPressed
bool isPressed;
Undocumented in source.

Inherited Members

From IWidgetBehavior

attachPropertiesTo
void attachPropertiesTo(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
attachTo
void attachTo(Widget widget)
Undocumented in source.

Meta