Home
last modified time | relevance | path

Searched refs:toggleOverlay (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/src/components/overlay/
H A Doverlay.md54 <Button text="Show overlay" onClick={this.toggleOverlay} />
55 <Overlay isOpen={this.state.isOpen} onClose={this.toggleOverlay}>
/dports/x11-toolkits/qt5-quickcontrols2/kde-qtquickcontrols2-5.15.2p8/src/quicktemplates2/
H A Dqquickpopup_p_p.h124 void toggleOverlay();
H A Dqquickpopup.cpp737 void QQuickPopupPrivate::toggleOverlay() in toggleOverlay() function in QQuickPopupPrivate
1844 d->toggleOverlay(); in setModal()
1881 d->toggleOverlay(); in setDim()
/dports/games/numptyphysics/numptyphysics/
H A DGame.cpp1130 void toggleOverlay( Overlay* o ) in toggleOverlay() function in Game
1190 toggleOverlay( m_pauseOverlay ); in handleGameEvent()