Home
last modified time | relevance | path

Searched refs:restoreSession (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/deskutils/akregator/akregator-21.12.3/src/crashwidget/
H A Dcrashwidget.cpp63 Q_EMIT restoreSession(RestoreSession); in slotRestoreSession() local
68 Q_EMIT restoreSession(NotRestoreSession); in slotDontRestoreSession() local
73 Q_EMIT restoreSession(AskMeLater); in slotAskMeLater() local
H A Dcrashwidget.h22 void restoreSession(Akregator::CrashWidget::CrashAction type);
/dports/www/otter-browser/otter-browser-1.0.03/src/
H A Dmain.cpp142 SessionsManager::restoreSession(SessionsManager::getSession(session), nullptr, isPrivate); in main()
153 SessionsManager::restoreSession(dialog.getSession(), nullptr, isPrivate); in main()
157 …SessionsManager::restoreSession(SessionsManager::getSession(QLatin1String("default")), nullptr, is… in main()
200 SessionsManager::restoreSession(sessionData, nullptr, isPrivate); in main()
/dports/deskutils/kmail/kmail-21.12.3/src/widgets/
H A Dcollectionpane.h16 …explicit CollectionPane(bool restoreSession, QAbstractItemModel *model, QItemSelectionModel *selec…
20 void writeConfig(bool restoreSession) override;
H A Dcollectionpane.cpp19 CollectionPane::CollectionPane(bool restoreSession, QAbstractItemModel *model, QItemSelectionModel … in CollectionPane() argument
20 : MessageList::Pane(restoreSession, model, selectionModel, parent) in CollectionPane()
/dports/deskutils/akregator/akregator-21.12.3/src/widgets/
H A Dakregatorcentralwidget.cpp21 …connect(mCrashWidget, &CrashWidget::restoreSession, this, &AkregatorCentralWidget::slotRestoreSess… in AkregatorCentralWidget()
48 Q_EMIT restoreSession(type); in slotRestoreSession() local
H A Dakregatorcentralwidget.h27 void restoreSession(Akregator::CrashWidget::CrashAction type);
/dports/net/messagelib/messagelib-21.12.3/messagelist/src/
H A Dpane.h53 …explicit Pane(bool restoreSession, QAbstractItemModel *model, QItemSelectionModel *selectionModel,…
58 virtual void writeConfig(bool restoreSession);
438 void readConfig(bool restoreSession);
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DGuiViewSource.h52 void restoreSession(QString const & session_key);
116 void restoreSession();
H A DGuiViewSource.cpp380 void ViewSourceWidget::restoreSession(QString const & session_key) in restoreSession() function in lyx::frontend::ViewSourceWidget
471 void GuiViewSource::restoreSession() in restoreSession() function in lyx::frontend::GuiViewSource
473 DockView::restoreSession(); in restoreSession()
474 widget_->restoreSession(sessionKey()); in restoreSession()
H A DDockView.h49 void restoreSession() {} in restoreSession() function
H A DGuiParagraph.h43 void restoreSession();
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/main/
H A Dbrowser_view_wrangler.mm168 [self setSessionIDForBrowser:_mainBrowser.get() restoreSession:YES];
365 restoreSession:restorePersistedState];
403 restoreSession:(BOOL)restoreSession {
429 if (!IsMultipleScenesSupported() && restoreSession) {
443 // loaded already, skip this step by setting |restoreSession| to NO.
444 restoreSession = NO;
449 if (restoreSession)
/dports/www/falkon/falkon-3.2.0/src/lib/session/
H A Drecoveryjsobject.cpp83 void RecoveryJsObject::restoreSession(const QStringList &excludeWin, const QStringList &excludeTab) in restoreSession() function in RecoveryJsObject
113 if (mApp->restoreSession(nullptr, data)) { in restoreSession()
H A Drecoveryjsobject.h43 void restoreSession(const QStringList &excludeWin, const QStringList &excludeTab);
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/r/session/
H A DRInit.cpp175 void restoreSession(const FilePath& suspendedSessionPath, in restoreSession() function
277 restoreSession(restartContext().sessionStatePath(), &errorMessages); in initialize()
290 restoreSession(suspendedSessionPath(), &errorMessages); in initialize()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/ksmserver/
H A Dmain.cpp293 server->restoreSession(QStringLiteral(SESSION_BY_USER)); in main()
295 server->restoreSession(QStringLiteral(SESSION_PREVIOUS_LOGOUT)); in main()
297 server->restoreSession(QStringLiteral(SESSION_BY_USER)); in main()
H A Dserver.h100 void restoreSession();
101 void restoreSession(const QString &sessionName);
H A Dplasma-restoresession.service.in8 …Start=-@QtBinariesDir@/qdbus org.kde.ksmserver /KSMServer org.kde.KSMServerInterface.restoreSession
/dports/x11/konsole/konsole-21.12.3/src/
H A Dmain.cpp51 void restoreSession(Application &app);
221 restoreSession(konsoleApp); in main()
392 void restoreSession(Application &app) in restoreSession() function
/dports/editors/cpeditor/cpeditor-6.8.2/src/Core/
H A DSessionManager.hpp35 void restoreSession(const QString &path);
/dports/cad/ktechlab/ktechlab-0.50.0/src/
H A Dkatemdi.h183 void restoreSession ();
190 void restoreSession (KConfigGroup *config);
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/guiSQLiteStudio/
H A Dmdichild.h35 virtual bool restoreSession(const QVariant& sessionValue) = 0;
H A Dmdiwindow.h21 virtual bool restoreSession(const QVariant& sessionValue);
/dports/editors/kate/kate-21.12.3/kate/
H A Dkatemdi.h211 void restoreSession();
217 void restoreSession(KConfigGroup &config);

1234567