nanogui ~master (2021-04-26T14:20:51Z)
Dub
Repo
TreeView.callback
nanogui
experimental
treeview
TreeView
Sets the callback to be executed when this TreeView is checked / unchecked.
void
delegate
(
bool
)
callback
()
void
callback
(void delegate(bool) callback)
class
TreeView
(Data)
final
static if
(
modelHasCollapsed
)
void
callback
(
void
delegate
(
bool
)
callback
)
Meta
Source
See Implementation
nanogui
experimental
treeview
TreeView
constructors
this
functions
callback
caption
checked
draw
mChecked
mouseButtonEvent
preferredSize
pushed
manifest constants
modelHasCollapsed
variables
_data
_model
mCallback
mCaption
mPushed
tree_path
Sets the callback to be executed when this TreeView is checked / unchecked.