Home
last modified time | relevance | path

Searched refs:m_formatScheme (Results 1 – 6 of 6) sorted by relevance

/dports/editors/texstudio/texstudio-4.1.2/src/qcodeedit/lib/document/
H A Dqdocument.cpp924 return m_impl ? m_impl->m_formatScheme : nullptr; in formatScheme()
937 if (m_impl && m_impl->m_formatScheme) { in getBackground()
947 if (m_impl && m_impl->m_formatScheme) { in getForeground()
6758 QFormatScheme* scheme = m_formatScheme; in draw()
7225 if ( m_formatScheme ) { in exportAsHtml()
7228 result += m_formatScheme->exportAsCSS(simplifyCSS); in exportAsHtml()
7654 bool updateFont = m_formatScheme != f && f; in setFormatScheme()
7655 m_formatScheme = f; in setFormatScheme()
7808 if ( !m_formatScheme ) in updateFormatCache()
7815 const int end = m_formatScheme->formatCount(); in updateFormatCache()
[all …]
H A Dqdocument_p.h308 static QFormatScheme *m_formatScheme; variable
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/QCodeEdit/document/
H A Dqdocument_p.h202 QFormatScheme *m_formatScheme; variable
H A Dqdocument.cpp537 return m_impl ? m_impl->m_formatScheme : 0; in formatScheme()
1296 if ( d->m_formatScheme == QDocumentPrivate::m_defaultFormatScheme ) in setDefaultFormatScheme()
2922 if ( d->m_formatScheme ) in draw()
2923 format = d->m_formatScheme->format(fmt & 0x0fff); in draw()
3365 QFormat format = m_doc->impl()->m_formatScheme->format(m_composited[idx]); in draw()
5173 m_formatScheme(0), in QDocumentPrivate()
5797 m_formatScheme = f; in setFormatScheme()
5820 if ( !m_formatScheme ) in updateFormatCache()
5827 const int end = m_formatScheme->formatCount(); in updateFormatCache()
5833 QFormat fmt = m_formatScheme->format(i); in updateFormatCache()
/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/QCodeEdit/document/
H A Dqdocument_p.h202 QFormatScheme *m_formatScheme; variable
H A Dqdocument.cpp537 return m_impl ? m_impl->m_formatScheme : 0; in formatScheme()
1296 if ( d->m_formatScheme == QDocumentPrivate::m_defaultFormatScheme ) in setDefaultFormatScheme()
2922 if ( d->m_formatScheme ) in draw()
2923 format = d->m_formatScheme->format(fmt & 0x0fff); in draw()
3365 QFormat format = m_doc->impl()->m_formatScheme->format(m_composited[idx]); in draw()
5173 m_formatScheme(0), in QDocumentPrivate()
5797 m_formatScheme = f; in setFormatScheme()
5820 if ( !m_formatScheme ) in updateFormatCache()
5827 const int end = m_formatScheme->formatCount(); in updateFormatCache()
5833 QFormat fmt = m_formatScheme->format(i); in updateFormatCache()