Home
last modified time | relevance | path

Searched refs:showOrHide (Results 1 – 25 of 57) sorted by relevance

123

/dports/devel/juce/JUCE-f37e9a1/examples/GUI/
H A DMenusDemo.h80 burgerButton.onClick = [this] { showOrHide(); }; in BurgerMenuHeader()
86 sidePanel.showOrHide (false); in ~BurgerMenuHeader()
109 void showOrHide() in showOrHide() function
111 sidePanel.showOrHide (! sidePanel.isPanelShowing()); in showOrHide()
301 sidePanel.showOrHide (false); in setMenuBarPosition()
/dports/graphics/qgis/qgis-3.22.3/src/plugins/topology/
H A Dtopol.cpp78 connect( mQActionPointer, &QAction::triggered, this, &Topol::showOrHide ); in initGui()
90 void Topol::showOrHide() in showOrHide() function in Topol
H A Dtopol.h81 void showOrHide();
/dports/graphics/qgis-ltr/qgis-3.16.16/src/plugins/topology/
H A Dtopol.cpp78 connect( mQActionPointer, &QAction::triggered, this, &Topol::showOrHide ); in initGui()
90 void Topol::showOrHide() in showOrHide() function in Topol
H A Dtopol.h81 void showOrHide();
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/layout/
H A Djuce_SidePanel.cpp39 dismissButton.onClick = [this] { showOrHide (false); }; in SidePanel()
92 void SidePanel::showOrHide (bool show) in showOrHide() function in juce::SidePanel
214 showOrHide (amountMoved < (panelWidth / 2)); in mouseUp()
H A Djuce_SidePanel.h123 void showOrHide (bool show);
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/layout/
H A Djuce_SidePanel.cpp39 dismissButton.onClick = [this] { showOrHide (false); }; in SidePanel()
100 void SidePanel::showOrHide (bool show) in showOrHide() function in juce::SidePanel
225 showOrHide (amountMoved < (panelWidth / 2)); in mouseUp()
H A Djuce_SidePanel.h124 void showOrHide (bool show);
/dports/biology/jalview/jalview/src/jalview/gui/
H A DAnnotationChooser.java475 CheckboxGroup showOrHide = new CheckboxGroup(); in buildShowHidePanel() local
482 final Checkbox showOption = new Checkbox(showLabel, showOrHide, false); in buildShowHidePanel()
502 final Checkbox hideOption = new Checkbox(hideLabel, showOrHide, true); in buildShowHidePanel()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libappfw/include/de/widgets/
H A Dnotificationareawidget.h81 void showOrHide(GuiWidget &notif, bool doShow) { in showOrHide() function
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dlayerfooterpanel.h43 void showOrHide(const Orientation *o);
H A Dlayerheaderpanel.h41 void showOrHide(const Orientation *o);
H A Dlayerfooterpanel.cpp112 void LayerFooterPanel::showOrHide(const Orientation *o) { in showOrHide() function in LayerFooterPanel
H A Dlayerheaderpanel.cpp104 void LayerHeaderPanel::showOrHide(const Orientation *o) { in showOrHide() function in LayerHeaderPanel
H A Dxshnoteviewer.cpp592 m_layerHeaderPanel->showOrHide(o); in createLayout()
/dports/devel/juce/JUCE-f37e9a1/examples/DemoRunner/Source/UI/
H A DMainComponent.cpp247 demosPanel.showOrHide (false); in MainComponent()
269 showDemosButton.onClick = [this] { demosPanel.showOrHide (true); }; in MainComponent()
/dports/devel/juce/JUCE-f37e9a1/examples/DemoRunner/Source/
H A DMain.cpp110 …bool backButtonPressed() override { mainWindow->getMainComponent().getSidePanel().showOrHide (f… in backButtonPressed()
/dports/net-p2p/ktorrent/ktorrent-21.12.3/ktorrent/
H A Dgui.h106 void showOrHide();
H A Dgui.cpp393 connect(show_kt_action, &QAction::triggered, this, &GUI::showOrHide); in setupActions()
500 void GUI::showOrHide() in showOrHide() function in kt::GUI
/dports/devel/juce/JUCE-f37e9a1/extras/AudioPluginHost/Source/UI/
H A DGraphEditorPanel.cpp1276 mobileSettingsSidePanel.showOrHide (true); in showSidePanel()
1278 pluginListSidePanel.showOrHide (true); in showSidePanel()
1289 lastOpenedSidePanel->showOrHide (false); in hideLastSidePanel()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/ui/dialogs/
H A Dalertdialog.cpp248 notifs().showOrHide(*notification, true); in DENG_GUI_PIMPL()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/updater/
H A Dupdater.cpp258 ClientWindow::main().notifications().showOrHide(*status, show); in DENG2_PIMPL()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/ui/
H A Dclientwindow.cpp380 notifications->showOrHide(*fsBusy, bs == FS::Busy); in DENG2_PIMPL()
655 notifications->showOrHide(*fpsCounter, self().isFPSCounterVisible()); in DENG2_PIMPL()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/annotate/web/static/js/typings/browser/ambient/jquery/
H A Djquery.d.ts1888 toggle(showOrHide: boolean): JQuery;

123