Home
last modified time | relevance | path

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

/dports/devel/umbrello/umbrello-21.12.3/umbrello/dialogs/
H A Dcodeeditor.cpp284 setParagraphBackgroundColor(ln, bgcolor); in insertText()
1318 setParagraphBackgroundColor(p, state().selectedColor); in changeTextBlockHighlighting()
1321 setParagraphBackgroundColor(p, state().nonEditBlockColor); in changeTextBlockHighlighting()
1325 setParagraphBackgroundColor(p, item->bgcolor); in changeTextBlockHighlighting()
1328 setParagraphBackgroundColor(p, state().paperColor); in changeTextBlockHighlighting()
1340 void CodeEditor::setParagraphBackgroundColor(int position, const QColor& color) in setParagraphBackgroundColor() function in CodeEditor
1380 setParagraphBackgroundColor(para, state().paperColor); in changeHighlighting()
H A Dcodeeditor.h138 void setParagraphBackgroundColor(int position, const QColor& color);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/text/
H A Dq3textedit.h395 virtual void setParagraphBackgroundColor(int para, const QColor &bg);
H A Dq3textedit.cpp5761 void Q3TextEdit::setParagraphBackgroundColor(int para, const QColor &bg) function in Q3TextEdit
/dports/devel/qmake/qt-x11-free-3.3.8/src/widgets/
H A Dqtextedit.h388 virtual void setParagraphBackgroundColor( int para, const QColor &bg );
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/porting/
H A Dporting4-removedvirtual.qdocinc487 \row \o void QTextEdit::setParagraphBackgroundColor(int, const QColor &) \o Use Q3TextEdit or port …