TreeItemWidget

Item widget for displaying in trees

Constructors

this
this(TreeItem item)
Undocumented in source.

Members

Functions

onKeyEvent
bool onKeyEvent(KeyEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onMouseEvent
bool onMouseEvent(MouseEvent event)

process mouse event; return true if event is processed by widget.

updateWidget
void updateWidget()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

item
TreeItem item [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_body
HorizontalLayout _body;
Undocumented in source.
_expander
ImageWidget _expander;
Undocumented in source.
_icon
ImageWidget _icon;
Undocumented in source.
_item
TreeItem _item;
Undocumented in source.
_label
TextWidget _label;
Undocumented in source.
_tab
TextWidget _tab;
Undocumented in source.
lastClickTime
long lastClickTime;
Undocumented in source.
popupMenuListener
Listener!OnTreePopupMenuListener popupMenuListener;
Undocumented in source.

Meta