Home
last modified time | relevance | path

Searched refs:m_textSelections (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/okular/okular-21.12.3/core/
H A Dpage.cpp76 , m_textSelections(nullptr) in PagePrivate()
601 m_textSelections = hr; in setTextSelections()
636 return d->m_textSelections; in textSelection()
641 return d->m_textSelections ? d->m_textSelections->color : QColor(); in textSelectionColor()
769 delete m_textSelections; in deleteTextSelections()
770 m_textSelections = nullptr; in deleteTextSelections()
1017 m_textSelections = oldPage->m_textSelections; in adoptGeneratedContents()
1018 oldPage->m_textSelections = nullptr; in adoptGeneratedContents()
H A Dpage_p.h160 HighlightAreaRect *m_textSelections; in Q_DECLARE_FLAGS() local