Home
last modified time | relevance | path

Searched refs:AddCheckBox (Results 1 – 25 of 69) sorted by relevance

123

/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/mtlViewer/OSX/
H A DViewController.mm289 hud.AddCheckBox("Control edges (H)",
294 hud.AddCheckBox("Control vertices (J)",
299 hud.AddCheckBox("Animate vertices (M)", _osdRenderer.animateVertices,
302 hud.AddCheckBox("Screen space LOD (V)", _osdRenderer.useScreenspaceTessellation,
308 hud.AddCheckBox("Frustum Patch Culling (P)", _osdRenderer.usePatchClipCulling,
311 hud.AddCheckBox("Backface Culling (B)", _osdRenderer.usePatchBackfaceCulling,
315 hud.AddCheckBox("Patch Index Buffer (D)", _osdRenderer.usePatchIndexBuffer,
319 hud.AddCheckBox("Freeze (spc)", _osdRenderer.freeze,
380 hud.AddCheckBox("Adaptive (`)", _osdRenderer.useAdaptive,
382 hud.AddCheckBox("Smooth Corner Patch (O)", _osdRenderer.useSmoothCornerPatch,
[all …]
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/mtlPtexViewer/OSX/
H A DViewController.mm289 hud.AddCheckBox("Ambient Occlusion (A)", _osdRenderer.ptexOcclusionFilename,
293 hud.AddCheckBox("Specular (S)", _osdRenderer.ptexSpecularFilename,
297 // hud.AddCheckBox("IBL (I)", g_ibl,
301 hud.AddCheckBox("Animate vertices (M)", _osdRenderer.animateVertices,
303 hud.AddCheckBox("Screen space LOD (V)", _osdRenderer.useScreenspaceTessellation,
305 hud.AddCheckBox("Fractional spacing (T)", _osdRenderer.useFractionalTessellation,
307 hud.AddCheckBox("Frustum Patch Culling (B)", _osdRenderer.usePatchClipCulling,
309 hud.AddCheckBox("Freeze (spc)", _osdRenderer.freeze,
311 // hud.AddCheckBox("Bloom (Y)", g_bloom,
317 // hud.AddCheckBox("Adaptive (`)", _osdRenderer.useAdaptive,
[all …]
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/farViewer/
H A DfarViewer.cpp1225 g_hud.AddCheckBox("Control edges (H)", g_controlMeshDisplay.GetEdgesDisplay(), in initHUD()
1227 g_hud.AddCheckBox("Control vertices (J)", g_controlMeshDisplay.GetVerticesDisplay(), in initHUD()
1236 g_hud.AddCheckBox("Vert IDs", g_FarDrawVertIDs!=0, 10, 215, callbackDrawIDs, 0); in initHUD()
1237 g_hud.AddCheckBox("Edge IDs", g_FarDrawEdgeIDs!=0, 10, 235, callbackDrawIDs, 1); in initHUD()
1238 g_hud.AddCheckBox("Face IDs", g_FarDrawFaceIDs!=0, 10, 255, callbackDrawIDs, 2); in initHUD()
1239 g_hud.AddCheckBox("Ptex IDs", g_FarDrawPtexIDs!=0, 10, 275, callbackDrawIDs, 3); in initHUD()
1240 g_hud.AddCheckBox("Edge Sharp", g_FarDrawEdgeSharpness!=0, 10, 295, callbackDrawIDs, 4); in initHUD()
1241 g_hud.AddCheckBox("Gregory Basis", g_FarDrawGregogyBasis!=0, 10, 315, callbackDrawIDs, 5); in initHUD()
1244 g_hud.AddCheckBox("Adaptive (`)", g_Adaptive!=0, 10, 370, callbackAdaptive, 0, '`'); in initHUD()
1261 g_hud.AddCheckBox("FVar Verts", g_FarDrawFVarVerts!=0, 300, 10, callbackDrawIDs, 10); in initHUD()
[all …]
/dports/multimedia/libkate/libkate-0.4.1/tools/KateDJ/kdj/
H A Dui_options.py21 self.opt_save_as_copy=self.AddCheckBox(
29 self.opt_remove=self.AddCheckBox(
78 def AddCheckBox(self,label,on,help_text): member in UIOptions
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/frames/
H A Dcodeobserver_options.pas138 function AddCheckBox(ACaption: String): TCheckBox; in AddCheckBox() function
149 FGroupCheckBoxes[g] := AddCheckBox(GroupName(g) + ':');
158 AddCheckBox(' ' + CodeExplorerLocalizedString(c));
/dports/editors/lazarus/lazarus/ide/frames/
H A Dcodeobserver_options.pas138 function AddCheckBox(ACaption: String): TCheckBox; in AddCheckBox() function
149 FGroupCheckBoxes[g] := AddCheckBox(GroupName(g) + ':');
158 AddCheckBox(' ' + CodeExplorerLocalizedString(c));
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/frames/
H A Dcodeobserver_options.pas138 function AddCheckBox(ACaption: String): TCheckBox; in AddCheckBox() function
149 FGroupCheckBoxes[g] := AddCheckBox(GroupName(g) + ':');
158 AddCheckBox(' ' + CodeExplorerLocalizedString(c));
/dports/editors/lazarus-qt5/lazarus/ide/frames/
H A Dcodeobserver_options.pas138 function AddCheckBox(ACaption: String): TCheckBox; in AddCheckBox() function
149 FGroupCheckBoxes[g] := AddCheckBox(GroupName(g) + ':');
158 AddCheckBox(' ' + CodeExplorerLocalizedString(c));
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/dxViewer/
H A Ddxviewer.cpp1235 g_hud->AddCheckBox("Control edges (H)", in initHUD()
1240 g_hud->AddCheckBox("Control vertices (J)", in initHUD()
1245 g_hud->AddCheckBox("Animate vertices (M)", g_moveScale != 0, in initHUD()
1248 g_hud->AddCheckBox("Screen space LOD (V)", g_screenSpaceTess != 0, in initHUD()
1251 g_hud->AddCheckBox("Fractional spacing (T)", g_fractionalSpacing != 0, in initHUD()
1254 g_hud->AddCheckBox("Frustum Patch Culling (B)", g_patchCull != 0, in initHUD()
1257 g_hud->AddCheckBox("Freeze (spc)", g_freeze != 0, in initHUD()
1261 g_hud->AddCheckBox("Adaptive (`)", true, in initHUD()
1263 g_hud->AddCheckBox("Smooth Corner Patch (O)", g_smoothCornerPatch!=0, in initHUD()
1265 g_hud->AddCheckBox("Single Crease Patch (S)", g_singleCreasePatch!=0, in initHUD()
[all …]
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/glViewer/
H A DglViewer.cpp1515 g_hud.AddCheckBox("Control edges (H)", in initHUD()
1520 g_hud.AddCheckBox("Control vertices (J)", in initHUD()
1525 g_hud.AddCheckBox("Animate vertices (M)", g_moveScale != 0, in initHUD()
1528 g_hud.AddCheckBox("Screen space LOD (V)", g_screenSpaceTess != 0, in initHUD()
1531 g_hud.AddCheckBox("Fractional spacing (T)", g_fractionalSpacing != 0, in initHUD()
1534 g_hud.AddCheckBox("Frustum Patch Culling (B)", g_patchCull != 0, in initHUD()
1537 g_hud.AddCheckBox("Freeze (spc)", g_freeze != 0, in initHUD()
1602 g_hud.AddCheckBox("Adaptive (`)", g_adaptive!=0, in initHUD()
1604 g_hud.AddCheckBox("Smooth Corner Patch (O)", g_smoothCornerPatch!=0, in initHUD()
1606 g_hud.AddCheckBox("Single Crease Patch (S)", g_singleCreasePatch!=0, in initHUD()
[all …]
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/glPtexViewer/
H A DglPtexViewer.cpp1839 g_hud.AddCheckBox("Ambient Occlusion (A)", g_occlusion, in main()
1843 g_hud.AddCheckBox("Specular (S)", g_specular, in main()
1847 g_hud.AddCheckBox("IBL (I)", g_ibl, in main()
1851 g_hud.AddCheckBox("Control edges (H)", in main()
1855 g_hud.AddCheckBox("Animate vertices (M)", g_moveScale != 0.0, in main()
1857 g_hud.AddCheckBox("Screen space LOD (V)", g_screenSpaceTess, in main()
1861 g_hud.AddCheckBox("Frustum Patch Culling (B)", g_patchCull, in main()
1863 g_hud.AddCheckBox("Bloom (Y)", g_bloom, in main()
1865 g_hud.AddCheckBox("Freeze (spc)", g_freeze, in main()
1872 g_hud.AddCheckBox("Adaptive (`)", g_adaptive, in main()
[all …]
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/qt/
H A Dmy_tab_bar_with_checkbox.h47 void AddCheckBox(int i, const QString &checkBoxName);
H A Dmy_tab_bar_with_checkbox.cpp43 void MyTabBarWithCheckBox::AddCheckBox(int index, const QString &checkBoxName) in AddCheckBox() function in MyTabBarWithCheckBox
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/glStencilViewer/
H A DglStencilViewer.cpp986 g_hud.AddCheckBox("Control edges (H)", in initHUD()
990 g_hud.AddCheckBox("Control vertices (J)", in initHUD()
994 g_hud.AddCheckBox("Animate vertices (M)", g_moveScale != 0, in initHUD()
996 g_hud.AddCheckBox("Freeze (spc)", g_freeze != 0, in initHUD()
999 g_hud.AddCheckBox("Adaptive (`)", g_adaptive != 0, in initHUD()
1001 g_hud.AddCheckBox("Inf Sharp Patch (I)", g_infSharpPatch != 0, in initHUD()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/glEvalLimit/
H A DglEvalLimit.cpp1360 g_hud.AddCheckBox("Control edges (H)", in initHUD()
1364 g_hud.AddCheckBox("Control vertices (J)", in initHUD()
1368 g_hud.AddCheckBox("Animate vertices (M)", g_moveScale != 0, in initHUD()
1370 g_hud.AddCheckBox("Animate particles (P)", g_animParticles != 0, in initHUD()
1372 g_hud.AddCheckBox("Freeze (spc)", g_freeze != 0, in initHUD()
1375 g_hud.AddCheckBox("Random Start", g_randomStart, in initHUD()
1412 …g_hud.AddCheckBox("Adaptive (`)", g_adaptive != 0, 10, 150, callbackCheckBox, kHUD_CB_ADAPTIVE, '`… in initHUD()
1414 g_hud.AddCheckBox("Smooth Corner Patch (O)", g_smoothCornerPatch!=0, in initHUD()
1418 g_hud.AddCheckBox("Inf Sharp Patch (I)", g_infSharpPatch!=0, in initHUD()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/effects/
H A DNormalize.cpp299 .AddCheckBox(XXO("&Remove DC offset (center on 0.0 vertically)"), in PopulateOrExchange()
307 .AddCheckBox(XXO("&Normalize peak amplitude to "), in PopulateOrExchange()
329 .AddCheckBox(XXO("N&ormalize stereo channels independently"), in PopulateOrExchange()
H A DScoreAlignDialog.cpp118 .AddCheckBox( in ScoreAlignDialog()
123 .AddCheckBox( in ScoreAlignDialog()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/dxPtexViewer/
H A DdxPtexViewer.cpp1466 g_hud->AddCheckBox("Ambient Occlusion (A)", g_occlusion, in initHUD()
1470 g_hud->AddCheckBox("Specular (S)", g_specular, in initHUD()
1474 g_hud->AddCheckBox("IBL (I)", g_ibl, in initHUD()
1478 g_hud->AddCheckBox("Animate vertices (M)", g_moveScale != 0.0, in initHUD()
1480 g_hud->AddCheckBox("Screen space LOD (V)", g_screenSpaceTess, in initHUD()
1482 g_hud->AddCheckBox("Fractional spacing (T)", g_fractionalSpacing, in initHUD()
1484 g_hud->AddCheckBox("Frustum Patch Culling (B)", g_patchCull, in initHUD()
1486 g_hud->AddCheckBox("Bloom (Y)", g_bloom, in initHUD()
1488 g_hud->AddCheckBox("Freeze (spc)", g_freeze, in initHUD()
1494 g_hud->AddCheckBox("Adaptive (`)", g_adaptive, in initHUD()
[all …]
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/glFVarViewer/
H A DglFVarViewer.cpp1169 g_hud.AddCheckBox("Control edges (H)", g_controlMeshDisplay.GetEdgesDisplay(), in initHUD()
1171 g_hud.AddCheckBox("Control vertices (J)", g_controlMeshDisplay.GetVerticesDisplay(), in initHUD()
1173 g_hud.AddCheckBox("UV Backface Culling (B)", g_uvCullBackface != 0, in initHUD()
1183 g_hud.AddCheckBox("Adaptive (`)", g_adaptive != 0, in initHUD()
1186 g_hud.AddCheckBox("Smooth Corner Patch (O)", g_smoothCornerPatch!=0, in initHUD()
1188 g_hud.AddCheckBox("Single Crease Patch (S)", g_singleCreasePatch!=0, in initHUD()
1190 g_hud.AddCheckBox("Inf Sharp Patch (I)", g_infSharpPatch!=0, in initHUD()
/dports/net-im/kopete/kopete-21.12.3/libkopete/ui/
H A Dcontactaddednotifydialog.h78 AddCheckBox = 0x04, /**< the checkbox which ask if the contact should be added */ enumerator
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/glShareTopology/
H A DglShareTopology.cpp1067 g_hud.AddCheckBox("Screen space LOD (V)", g_screenSpaceTess != 0,
1069 g_hud.AddCheckBox("Frustum Patch Culling (B)", g_patchCull != 0,
1071 g_hud.AddCheckBox("Freeze (spc)", g_freeze != 0,
1104 g_hud.AddCheckBox("Multi Draw Indirect (m)", g_MDI != 0,
1107 g_hud.AddCheckBox("Adaptive (`)", g_options.adaptive != 0,
/dports/audio/audacity/audacity-Audacity-3.1.3/src/widgets/
H A DWarning.cpp75 mCheckBox = S.AddCheckBox(footer, false); in WarningDialog()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/gtk3_kde5/
H A Dkde5_filepicker_ipc.cxx152 case Commands::AddCheckBox: in readCommandArgs()
342 case Commands::AddCheckBox: in handleCommand()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/gtk3_kde5/
H A Dkde5_filepicker_ipc.cxx152 case Commands::AddCheckBox: in readCommandArgs()
342 case Commands::AddCheckBox: in handleCommand()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/update/
H A DUpdatePopupDialog.cpp48 S.Id(DontShowID).AddCheckBox( in BEGIN_EVENT_TABLE()

123