Home
last modified time | relevance | path

Searched refs:collapseAll (Results 1 – 25 of 574) sorted by relevance

12345678910>>...23

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/
H A DNavigationActionGroup.java36 private Action collapseAll; field in NavigationActionGroup
49 collapseAll = new Action() { in initialize()
59 Utils.initAction(collapseAll, "action.collapseAll."); //$NON-NLS-1$ in initialize()
81 appendToGroup(manager, ISynchronizePageConfiguration.NAVIGATE_GROUP, collapseAll); in fillActionBars()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/itemlibrary/
H A Dassetimportupdatedialog.cpp55 this, &AssetImportUpdateDialog::collapseAll); in AssetImportUpdateDialog()
83 void AssetImportUpdateDialog::collapseAll() in collapseAll() function in QmlDesigner::Internal::AssetImportUpdateDialog
85 ui->treeView->collapseAll(); in collapseAll()
H A Dassetimportupdatedialog.h52 void collapseAll();
/dports/www/grafana8/grafana-8.3.6/packages/jaeger-ui-components/src/TraceTimelineViewer/
H A Dindex.tsx82 collapseAll: (spans: TraceSpan[]) => void;
127 collapseAll: this.collapseAll,
134 collapseAll = () => {
135 this.props.collapseAll(this.props.trace.spans);
174 onCollapseAll={this.collapseAll}
/dports/www/grafana8/grafana-8.3.6/public/app/features/explore/TraceView/
H A DuseChildrenState.ts63 const collapseAll = useCallback( constant
64 function collapseAll(spans: TraceSpan[]) {
98 collapseAll,
H A DuseChildrenState.test.ts39 result.current.collapseAll([
53 result.current.collapseAll([
H A DTraceView.tsx46 …const { expandOne, collapseOne, childrenToggle, collapseAll, childrenHiddenIDs, expandAll } = useC…
153 collapseAll={collapseAll}
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/
H A DCollapseAction.java72 fTreeViewer.collapseAll(); in run()
76 fTreeViewer.collapseAll(); in run()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Form/FormDataProvider/
H A DTcaInlineExpandCollapseState.php67 …$collapseAll = isset($inlineConfig['appearance']['collapseAll']) && $inlineConfig['appearance']['c…
75 …if (!$isExistingRecord || ($isExpandedByUcState && !$collapseAll) || $expandAll || $result['isInli…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Form/FormDataProvider/
H A DTcaInlineExpandCollapseState.php67 …$collapseAll = isset($inlineConfig['appearance']['collapseAll']) && $inlineConfig['appearance']['c…
75 …if (!$isExistingRecord || ($isExpandedByUcState && !$collapseAll) || $expandAll || $result['isInli…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Form/FormDataProvider/
H A DTcaInlineExpandCollapseState.php76 …$collapseAll = isset($inlineConfig['appearance']['collapseAll']) && $inlineConfig['appearance']['c…
84 …if (!$isExistingRecord || ($isExpandedByUcState && !$collapseAll) || $expandAll || $result['isInli…
/dports/deskutils/akonadiconsole/akonadiconsole-21.12.3/src/
H A Djobtrackerwidget.cpp107 menu.addAction(QStringLiteral("Collapse All"), this, &JobTrackerWidget::collapseAll); in contextMenu()
118 void JobTrackerWidget::collapseAll() in collapseAll() function in JobTrackerWidget
120 d->tv->collapseAll(); in collapseAll()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cvv/src/qtutil/
H A Daccordion.hpp126 void collapseAll(bool b = true);
138 collapseAll(!b); in expandAll()
/dports/devel/qbs/qbs-src-1.21.0/src/app/config-ui/
H A Dmainwindow.cpp131 connect(collapseAllAction, &QAction::triggered, this, &MainWindow::collapseAll); in MainWindow()
165 void MainWindow::collapseAll() in collapseAll() function in MainWindow
167 ui->treeView->collapseAll(); in collapseAll()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/actions/
H A Dactions.properties18 action.collapseAll.label=Collapse All
19 action.collapseAll.tooltip=Collapse All
20 action.collapseAll.description=Collapse All
21 action.collapseAll.image=collapseall.png
/dports/audio/cantata/cantata-2.4.2/devices/
H A Dsynccollectionwidget.cpp73 connect(collapse, SIGNAL(triggered()), this, SLOT(collapseAll())); in SyncCollectionWidget()
216 void SyncCollectionWidget::collapseAll() in collapseAll() function in SyncCollectionWidget
220 static_cast<QTreeView *>(f)->collapseAll(); in collapseAll()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/operation/
H A DSelectableTitle.java325 stack.collapseAll(); in mousePressed()
380 stack.collapseAll(); in getPopupMenu()
398 stack.collapseAll(); in getPopupMenu()
416 stack.collapseAll(); in getPopupMenu()
/dports/lang/nim/nim-1.6.2/testament/
H A Dtestamenthtml.nimf131 function collapseAll(category) {
185 … <button class="btn btn-default" type="button" onclick="collapseAll();">Collapse All</button>
196 …<button class="btn btn-default" type="button" onclick="collapseAll('success');">Collapse All</butt…
208 … <button class="btn btn-default" type="button" onclick="collapseAll('info');">Collapse All</button>
219 …<button class="btn btn-default" type="button" onclick="collapseAll('danger');">Collapse All</butto…
/dports/graphics/kdiagram/kdiagram-2.8.0/src/KGantt/test/
H A DTestKGanttView.cpp209 view->collapseAll(); in testDefaultView()
227 view->collapseAll(); in testTreeView()
232 treeview->collapseAll(); in testTreeView()
289 view->collapseAll(); in testConstraints()
/dports/graphics/digikam/digikam-7.4.0/core/libs/widgets/metadata/config/
H A Dmetadataselector.cpp225 collapseAll(); in clearSelection()
246 collapseAll(); in selectAll()
464 d->selector->collapseAll(); in slotDeflautSelection()
/dports/graphics/okular/okular-21.12.3/part/
H A Dside_reviews.cpp161 …QAction *collapseAll = toolBar->addAction(QIcon::fromTheme(QStringLiteral("collapse-all")), i18n("… in Reviews() local
162 connect(collapseAll, &QAction::triggered, this, &Reviews::slotCollapseAll); in Reviews()
226 m_view->collapseAll(); in slotCollapseAll()
/dports/www/thirtybees/thirtybees-1.1.0/classes/helper/
H A DHelperTreeCategories.php576 $collapseAll = new TreeToolbarLink(
582 $collapseAll->setAttribute('id', 'collapse-all-'.$this->getId());
590 $this->addAction($collapseAll);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/bundles/org.eclipse.core.tools/src/org/eclipse/core/tools/
H A DCollapseAllAction.java37 viewer.collapseAll(); in run()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/
H A DCollapseAllAction.java52 getNavigator().getViewer().collapseAll(); in run()
/dports/graphics/kdiagram/kdiagram-2.8.0/src/KGantt/
H A Dkganttview.cpp78 void KGanttTreeView::collapseAll(QModelIndex index) in collapseAll() function in KGanttTreeView
83 collapseAll(indexAt); in collapseAll()
405 void View::collapseAll( QModelIndex index ) in collapseAll() function in View
412 tw->collapseAll(index); in collapseAll()

12345678910>>...23