Home
last modified time | relevance | path

Searched refs:DolphinTabPage (Results 1 – 5 of 5) sorted by relevance

/dports/x11-fm/dolphin/dolphin-21.12.3/src/
H A Ddolphintabpage.cpp19 DolphinTabPage::DolphinTabPage(const QUrl &primaryUrl, const QUrl &secondaryUrl, QWidget* parent) : in DolphinTabPage() function in DolphinTabPage
33 this, &DolphinTabPage::splitterMoved);
60 bool DolphinTabPage::primaryViewActive() const in primaryViewActive()
65 bool DolphinTabPage::splitViewEnabled() const in splitViewEnabled()
207 void DolphinTabPage::disconnectNavigators() in disconnectNavigators()
245 void DolphinTabPage::refreshViews() in refreshViews()
253 QByteArray DolphinTabPage::saveState() const in saveState()
330 void DolphinTabPage::setActive(bool active) in setActive()
342 void DolphinTabPage::slotAnimationFinished() in slotAnimationFinished()
408 void DolphinTabPage::slotViewActivated() in slotViewActivated()
[all …]
H A Ddolphintabwidget.cpp49 DolphinTabPage* DolphinTabWidget::currentTabPage() const in currentTabPage()
54 DolphinTabPage* DolphinTabWidget::nextTabPage() const in nextTabPage()
60 DolphinTabPage* DolphinTabWidget::prevTabPage() const in prevTabPage()
68 return static_cast<DolphinTabPage*>(widget(index)); in tabPageAt()
78 const DolphinTabPage* tabPage = tabPageAt(i); in saveProperties()
159 DolphinTabPage* tabPage = new DolphinTabPage(primaryUrl, secondaryUrl, this); in openNewTab()
253 DolphinTabPage* tabPage = tabPageAt(i); in openFiles()
279 DolphinTabPage* tabPage = tabPageAt(index); in closeTab()
356 const DolphinTabPage* tabPage = tabPageAt(index); in detachTab()
374 const DolphinTabPage* tabPage = tabPageAt(index); in openNewActivatedTab()
[all …]
H A Ddolphintabwidget.h34 DolphinTabPage* currentTabPage() const;
40 DolphinTabPage* nextTabPage() const;
46 DolphinTabPage* prevTabPage() const;
51 DolphinTabPage* tabPageAt(const int index) const;
206 QString tabName(DolphinTabPage* tabPage) const;
219 QPointer<DolphinTabPage> m_lastViewedTab;
H A Ddolphintabpage.h27 class DolphinTabPage : public QWidget
32 …explicit DolphinTabPage(const QUrl& primaryUrl, const QUrl& secondaryUrl = QUrl(), QWidget* parent…
H A Ddolphinmainwindow.cpp238 DolphinTabPage *tabPage = m_tabWidget->tabPageAt(i); in viewContainers()
823 DolphinTabPage* tabPage = m_tabWidget->currentTabPage(); in toggleSplitView()
831 DolphinTabPage* tabPage = m_tabWidget->currentTabPage(); in toggleSplitStash()
2057 DolphinTabPage* tabPage = m_tabWidget->currentTabPage(); in updateFileAndEditActions()
2192 const DolphinTabPage* tabPage = m_tabWidget->currentTabPage(); in updateSplitAction()