nanogui ~master (2021-04-26T14:20:51Z)
Dub
Repo
FormHelper.addVariable
nanogui
formhelper
FormHelper
Undocumented in source.
auto
addVariable
(string label, void delegate(Type) setter, Type delegate() getter, bool editable)
template
addVariable
(Type)
auto
addVariable
(
string
label
,
void
delegate
(
Type
)
setter
,
const
Type
delegate
(
)
getter
,
bool
editable
= true
)
auto
addVariable
(string label, Type value, bool editable)
Members
Functions
addVariable
auto
addVariable
(string label, void delegate(Type) setter, Type delegate() getter, bool editable)
Undocumented in source. Be warned that the author may not have intended to support it.
addVariable
auto
addVariable
(string label, Type value, bool editable)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
nanogui
formhelper
FormHelper
constructors
this
functions
addButton
addGroup
addWidget
addWindow
fixedSize
groupFontName
groupFontSize
labelFontName
labelFontSize
refresh
setFixedSize
setGroupFontName
setGroupFontSize
setLabelFontName
setLabelFontSize
setWidgetFontSize
setWindow
widgetFontSize
window
templates
addVariable
variables
mFixedSize
mGroupFontName
mGroupFontSize
mLabelFontName
mLabelFontSize
mLayout
mPostGroupSpacing
mPreGroupSpacing
mRefreshCallbacks
mScreen
mVariableSpacing
mWidgetFontSize
mWindow