MCPcopy Create free account

hub / github.com/dalerank/nanogui-sdl / functions

Functions1,284 in github.com/dalerank/nanogui-sdl

Methodorientation
sdlgui/layout.h:77
Methodorientation
sdlgui/layout.h:167
Methodoverflowing
sdlgui/tabheader.h:38
MethodpasteFromClipboard
sdlgui/textbox.cpp:715
MethodperformLayout
sdlgui/vscrollpanel.cpp:22
MethodperformLayout
sdlgui/tabheader.cpp:346
MethodperformLayout
sdlgui/window.cpp:179
MethodperformLayout
sdlgui/imageview.cpp:253
MethodperformLayout
sdlgui/tabwidget.cpp:136
MethodperformLayout
sdlgui/dropdownbox.cpp:295
MethodperformLayout
sdlgui/popupbutton.cpp:60
MethodperformLayout
sdlgui/layout.cpp:67
MethodperformLayout
sdlgui/popup.cpp:123
MethodperformLayout
sdlgui/widget.cpp:68
MethodperformLayout
sdlgui/stackedwidget.cpp:34
MethodpixelInfoThreshold
sdlgui/imageview.h:58
MethodpixelInfoVisible
sdlgui/imageview.cpp:143
MethodpixelRatio
Return the ratio between pixel and device coordinates (e.g. >= 2 on Mac Retina displays)
sdlgui/screen.h:58
Methodpopupptr
sdlgui/popupbutton.h:37
Methodposition2CursorIndex
sdlgui/textbox.cpp:798
MethodpositionF
sdlgui/imageview.h:34
MethodpositionForCoordinate
sdlgui/imageview.cpp:71
MethodpreferredSize
sdlgui/button.cpp:86
MethodpreferredSize
sdlgui/colorwheel.cpp:29
MethodpreferredSize
sdlgui/imageview.cpp:248
MethodpreferredSize
sdlgui/dropdownbox.cpp:141
MethodpreferredSize
sdlgui/textbox.cpp:170
MethodpreferredSize
sdlgui/popupbutton.cpp:30
MethodpreferredSize
sdlgui/imagepanel.cpp:60
MethodpreferredSize
sdlgui/progressbar.cpp:141
MethodpreferredSize
sdlgui/checkbox.cpp:128
MethodpreferredSize
sdlgui/slider.cpp:185
MethodpreferredSize
sdlgui/graph.cpp:107
MethodpreferredSize
sdlgui/switchbox.cpp:167
MethodpreferredSize
sdlgui/stackedwidget.cpp:42
Methodpushed
sdlgui/button.h:68
Methodready
sdlgui/window.cpp:35
Methodref
Create a ``nullptr``-valued reference
sdlgui/common.h:126
Methodrefresh
Cause all widgets to re-synchronize with the underlying variable state
sdlgui/formhelper.h:214
MethodrefreshRelativePlacement
sdlgui/window.cpp:331
MethodrefreshRelativePlacement
sdlgui/dropdownbox.cpp:148
MethodrefreshRelativePlacement
sdlgui/popup.cpp:137
MethodremoveTab
sdlgui/tabheader.cpp:218
MethodremoveTab
sdlgui/tabwidget.cpp:112
MethodrenderBodyTexture
sdlgui/dropdownbox.cpp:32
MethodrendereBodyTexture
sdlgui/dropdownbox.cpp:191
MethodrequestFocus
sdlgui/widget.cpp:289
Functionresample_row_1
sdlgui/stb_image.h:2860
MethodresizeCallbackEvent
sdlgui/screen.cpp:358
MethodresizeEvent
Window resize event handler
sdlgui/screen.h:75
Methodresolution
sdlgui/layout.h:172
Functionrtnvg__nearestPow2
sdlgui/nanovg_rt.h:542
Functionrtnvg__renderCancel
sdlgui/nanovg_rt.h:2031
Functionrtnvg__renderCreate
sdlgui/nanovg_rt.h:758
Functionrtnvg__renderCreateTexture
sdlgui/nanovg_rt.h:962
Functionrtnvg__renderDelete
sdlgui/nanovg_rt.h:2381
Functionrtnvg__renderDeleteTexture
sdlgui/nanovg_rt.h:997
Functionrtnvg__renderFill
sdlgui/nanovg_rt.h:2159
Functionrtnvg__renderFlush
sdlgui/nanovg_rt.h:2040
Functionrtnvg__renderGetTextureSize
sdlgui/nanovg_rt.h:1045
Functionrtnvg__renderStroke
sdlgui/nanovg_rt.h:2266
Functionrtnvg__renderTriangles
sdlgui/nanovg_rt.h:2338
Functionrtnvg__renderUpdateTexture
sdlgui/nanovg_rt.h:1002
Functionrtnvg__renderViewport
sdlgui/nanovg_rt.h:1164
Functionrtnvg__stencilFunc
sdlgui/nanovg_rt.h:577
Methodscale
sdlgui/imageview.h:44
MethodscaledImageSize
sdlgui/imageview.h:38
MethodscaledImageSizeF
sdlgui/imageview.h:40
MethodscrollCallbackEvent
sdlgui/screen.cpp:336
MethodscrollEvent
sdlgui/vscrollpanel.cpp:54
MethodscrollEvent
sdlgui/window.cpp:325
MethodscrollEvent
sdlgui/imageview.cpp:153
MethodscrollEvent
sdlgui/combobox.cpp:76
MethodscrollEvent
sdlgui/dropdownbox.cpp:368
MethodscrollEvent
sdlgui/textbox.h:229
MethodscrollEvent
sdlgui/textbox.h:348
MethodscrollEvent
sdlgui/widget.cpp:150
MethodsdlRenderer
Return a pointer to the underlying nanoVG draw context
sdlgui/screen.h:86
MethodselectedIndex
The current index this dropdownbox has selected.
sdlgui/dropdownbox.h:48
MethodselectedIndex
sdlgui/combobox.h:37
MethodsetActiveTab
sdlgui/tabwidget.cpp:35
MethodsetAlignment
sdlgui/switchbox.h:65
MethodsetAlignment
sdlgui/layout.h:81
MethodsetAnchorHeight
Set the anchor height; this determines the vertical shift relative to the anchor position
sdlgui/popup.h:41
MethodsetBackground
Set the screen's background color
sdlgui/screen.h:49
MethodsetBackgroundColor
sdlgui/button.h:54
MethodsetButtonGroup
Set the button group (for radio buttons)
sdlgui/button.h:80
MethodsetCallback
sdlgui/formhelper.h:280
MethodsetCallback
sdlgui/button.h:73
MethodsetCallback
sdlgui/checkbox.h:37
MethodsetCallback
Sets the callback to execute for this widget.
sdlgui/dropdownbox.h:45
MethodsetCallback
* Sets the callable objects which is invoked when a tab button is pressed. * The argument provided to the callback is the index of the tab.
sdlgui/tabheader.h:44
MethodsetCallback
sdlgui/colorpicker.h:28
MethodsetCallback
sdlgui/textbox.h:74
MethodsetCallback
sdlgui/textbox.h:169
MethodsetCallback
sdlgui/textbox.h:284
MethodsetCallback
sdlgui/colorwheel.h:26
MethodsetCallback
sdlgui/combobox.h:35
MethodsetCallback
* Sets the callable objects which is invoked when a tab is changed. * The argument provided to the callback is the index of the new active tab.
sdlgui/tabwidget.h:43
MethodsetCallback
sdlgui/messagedialog.h:55
← previousnext →1,001–1,100 of 1,284, ranked by callers