Home
last modified time | relevance | path

Searched refs:foregroundProcessName (Results 1 – 17 of 17) sorted by relevance

/dports/x11/konsole/konsole-21.12.3/src/autotests/
H A DTerminalInterfaceTest.cpp76 QString foregroundProcessName = terminal->foregroundProcessName(); in testTerminalInterfaceNoShell() local
77 QCOMPARE(foregroundProcessName, QString()); in testTerminalInterfaceNoShell()
112 QString foregroundProcessName = terminal->foregroundProcessName(); in testTerminalInterface() local
113 QCOMPARE(foregroundProcessName, QString()); in testTerminalInterface()
168 foregroundProcessName = terminal->foregroundProcessName(); in testTerminalInterface()
169 QCOMPARE(foregroundProcessName, command); in testTerminalInterface()
177 foregroundProcessName = terminal->foregroundProcessName(); in testTerminalInterface()
178 QCOMPARE(foregroundProcessName, QString()); in testTerminalInterface()
/dports/x11/cool-retro-term/cool-retro-term-1.1.1/qmltermwidget/src/
H A Dksession.h44 Q_PROPERTY(QString foregroundProcessName READ foregroundProcessName)
106 QString foregroundProcessName();
H A Dksession.cpp306 QString KSession::foregroundProcessName() in foregroundProcessName() function in KSession
308 return m_session->foregroundProcessName(); in foregroundProcessName()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkterminal.py28 def foregroundProcessName(self): member in TerminalInterfaceV2
/dports/devel/kf5-kparts/kparts-5.89.0/src/
H A Dkde_terminal_interface.h108 virtual QString foregroundProcessName() = 0;
/dports/x11/konsole/konsole-21.12.3/src/
H A DPart.cpp161 QString Part::foregroundProcessName() in foregroundProcessName() function in Part
166 return activeSession()->foregroundProcessName(); in foregroundProcessName()
H A DPart.h66 QString foregroundProcessName() override;
H A DMainWindow.cpp574 const QString currentProc = session->foregroundProcessName().split(QLatin1Char('/')).last(); in queryClose()
H A DScreen.cpp462 auto terminal = sessionController->session()->foregroundProcessName(); in resizeImage()
/dports/editors/kate/kate-21.12.3/addons/konsole/
H A Dkateconsole.cpp298 if (t->foregroundProcessName() == QLatin1String("irb")) { in cd()
300 } else if (t->foregroundProcessName() == QLatin1String("ghc")) { in cd()
514 const auto app = qobject_cast<TerminalInterface *>(m_part)->foregroundProcessName(); in handleEsc()
/dports/editors/kate/kate-21.12.3/addons/project/
H A Dkateprojectinfoviewterminal.cpp132 const auto app = qobject_cast<TerminalInterface *>(m_konsolePart)->foregroundProcessName(); in ignoreEsc()
/dports/x11/cool-retro-term/cool-retro-term-1.1.1/qmltermwidget/lib/
H A DSession.h334 QString foregroundProcessName();
H A DSession.cpp932 QString Session::foregroundProcessName() in foregroundProcessName() function in Session
/dports/x11-fm/dolphin/dolphin-21.12.3/src/panels/terminal/
H A Dterminalpanel.cpp101 return m_terminal ? m_terminal->foregroundProcessName() : QString(); in runningProgramName()
/dports/x11/konsole/konsole-21.12.3/src/session/
H A DSession.h328 QString foregroundProcessName();
H A DSessionController.cpp349 …ousForegroundProcessName = isForegroundProcessActive ? session()->foregroundProcessName() : QStrin… in snapshot()
374 …undProcessActive() && _bookmarkValidProgramsToClear.contains(session()->foregroundProcessName())) { in openUrl()
984 QString title = session()->foregroundProcessName(); in confirmClose()
H A DSession.cpp1639 QString Session::foregroundProcessName() in foregroundProcessName() function in Session