Home
last modified time | relevance | path

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

/dports/devel/kio-extras/kio-extras-21.12.3/smb/kded/
H A Dwatcher.cpp43 m_lastEntry = QDateTime::currentDateTimeUtc(); in poke()
48 return m_lastEntry < other.m_lastEntry; in operator <()
92 QDateTime m_lastEntry { QDateTime::currentDateTimeUtc() }; member in Notifier
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/help/
H A Dhelpindexfilter.cpp163 m_lastEntry = entry; in updateCache()
177 m_lastEntry = QString(); in matchesFor()
180 const QStringList cacheBase = m_lastEntry.isEmpty() || !entry.contains(m_lastEntry) in matchesFor()
H A Dhelpindexfilter.h79 QString m_lastEntry; variable
/dports/math/cantor/cantor-21.12.3/src/
H A Dworksheet.cpp490 return m_lastEntry; in lastEntry()
506 if (m_lastEntry) in setLastEntry()
507 disconnect(m_lastEntry, &WorksheetEntry::aboutToBeDeleted, in setLastEntry()
509 m_lastEntry = entry; in setLastEntry()
510 if (m_lastEntry) in setLastEntry()
511 connect(m_lastEntry, &WorksheetEntry::aboutToBeDeleted, in setLastEntry()
523 if (m_lastEntry) in invalidateLastEntry()
524 setLastEntry(m_lastEntry->previous()); in invalidateLastEntry()
H A Dworksheet.h327 WorksheetEntry* m_lastEntry{nullptr};