Home
last modified time | relevance | path

Searched defs:isOnTop (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/aseprite/aseprite-1.2.9/src/ui/
H A Dwindow.h50 bool isOnTop() const { return m_isOnTop; } in isOnTop() function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/
H A DMUIElement.java156 boolean isOnTop(); in isOnTop() method
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/slog2sdk/src/base/topology/
H A DMarkerState.java23 public static void setProperty( boolean isOnTop, int new_border_width ) in setProperty()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/
H A DActionBars.java124 private boolean isOnTop() { in isOnTop() method in ActionBars
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/source/
H A Dbl_lua_bindings.cpp53 bool isOnTop = false; in l2bAddObject() local
129 bool isOnTop = false; in l2bSetOnTop() local
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot2D/
H A DFrameWidget.h123 bool isOnTop(){return d_on_top;}; in isOnTop() function
/dports/deskutils/basket/basket-2.49a-46-g60e38c6/src/
H A Dnote.h221 inline bool isOnTop() { in isOnTop() function
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/
H A Dfgobjects.h28 bool isOnTop; member
H A Dfgobjects.cpp427 …32 x, const Sint32 y, const bool isBlocking, const bool isVisible, const bool isOnTop, const bool … in addFGObj()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/impl/
H A DUIElementImpl.java324 public boolean isOnTop() { in isOnTop() method in UIElementImpl
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/model/test/impl/
H A DTestHarnessImpl.java796 public boolean isOnTop() { in isOnTop() method in TestHarnessImpl
/dports/net-im/ktp-text-ui/ktp-text-ui-21.12.3/lib/
H A Dchat-widget.cpp652 bool ChatWidget::isOnTop() const in isOnTop() function in ChatWidget
/dports/www/mediawiki135/mediawiki-1.35.5/includes/
H A DEditPage.php3650 protected function displayPreviewArea( $previewOutput, $isOnTop = false ) {
/dports/www/mediawiki137/mediawiki-1.37.1/includes/
H A DEditPage.php3583 protected function displayPreviewArea( $previewOutput, $isOnTop = false ) {
/dports/www/mediawiki136/mediawiki-1.36.3/includes/
H A DEditPage.php3607 protected function displayPreviewArea( $previewOutput, $isOnTop = false ) {
/dports/multimedia/mpc-qt/mpc-qt-20.10/
H A Dmainwindow.cpp1050 bool isOnTop = flags.testFlag(Qt::WindowStaysOnTopHint); in updateWindowFlags() local
/dports/graphics/jogamp-jogl/jogl/src/newt/native/
H A DWindowsWindow.c239 BOOL isOnTop; member