Home
last modified time | relevance | path

Searched refs:strikeOut (Results 1 – 25 of 740) sorted by relevance

12345678910>>...30

/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/text/
H A Dqglyphrun.cpp158 && d->strikeOut == other.d->strikeOut in operator ==()
253 d->strikeOut = false; in clear()
336 bool QGlyphRun::strikeOut() const in strikeOut() function in QGlyphRun
338 return d->strikeOut; in strikeOut()
347 void QGlyphRun::setStrikeOut(bool strikeOut) in setStrikeOut() argument
349 if (d->strikeOut == strikeOut) in setStrikeOut()
353 d->strikeOut = strikeOut; in setStrikeOut()
H A Dqglyphrun_p.h73 , strikeOut(false) in QGlyphRunPrivate()
88 , strikeOut(other.strikeOut) in QGlyphRunPrivate()
102 uint strikeOut : 1; variable
H A Dqglyphrun.h93 void setStrikeOut(bool strikeOut);
94 bool strikeOut() const;
/dports/graphics/libboard/libboard-5b38274/examples/
H A Dstroke_path.cpp21 ShapeList strikeOut( const Path & path, in strikeOut() function
82 l.append( strikeOut(pA,50.0,Shape::RoundCap,Shape::MiterJoin, 3.0 ), in main()
84 l.append( strikeOut(pB,50.0,Shape::RoundCap,Shape::BevelJoin, 3.0 ), in main()
86 l.append( strikeOut(pC,50.0,Shape::RoundCap,Shape::MiterJoin, 3.0 ), in main()
88 l.append( strikeOut(pA,50.0,Shape::RoundCap,Shape::RoundJoin, 3.0 ), in main()
94 l.append( strikeOut(pA,50.0,Shape::ButtCap,Shape::MiterJoin, 3.0 ), in main()
96 l.append( strikeOut(pB,50.0,Shape::ButtCap,Shape::BevelJoin, 3.0 ), in main()
98 l.append( strikeOut(pC,50.0,Shape::ButtCap,Shape::MiterJoin, 3.0 ), in main()
100 l.append( strikeOut(pA,50.0,Shape::ButtCap,Shape::RoundJoin, 3.0 ), in main()
106 l.append( strikeOut(pA,50.0,Shape::SquareCap,Shape::MiterJoin, 3.0 ), in main()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/python/
H A Dtest_qgstextcharacterformat.py37 self.assertEqual(format.strikeOut(), QgsTextCharacterFormat.BooleanValue.NotSet)
48 self.assertEqual(format.strikeOut(), QgsTextCharacterFormat.BooleanValue.SetTrue)
59 self.assertFalse(font.strikeOut())
65 self.assertFalse(font.strikeOut())
72 self.assertTrue(font.strikeOut())
80 self.assertTrue(font.strikeOut())
86 self.assertFalse(font.strikeOut())
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dtest_qgstextcharacterformat.py37 self.assertEqual(format.strikeOut(), QgsTextCharacterFormat.BooleanValue.NotSet)
48 self.assertEqual(format.strikeOut(), QgsTextCharacterFormat.BooleanValue.SetTrue)
59 self.assertFalse(font.strikeOut())
65 self.assertFalse(font.strikeOut())
72 self.assertTrue(font.strikeOut())
80 self.assertTrue(font.strikeOut())
86 self.assertFalse(font.strikeOut())
/dports/security/libkleo/libkleo-21.12.3/src/kleo/
H A Dkconfigbasedkeyfilter.cpp28 bool bold, italic, strikeOut, fullFont; member
35 d->bold = d->italic = d->strikeOut = d->fullFont = false; in FontDescription()
51 fd.d->strikeOut = s; in create()
62 fd.d->strikeOut = s; in create()
81 if (d->strikeOut) { in font()
96 fd.d->strikeOut = this->d->strikeOut || other.d->strikeOut; in resolve()
H A Dkeyfilter.h74 static FontDescription create(bool bold, bool italic, bool strikeOut);
75 static FontDescription create(const QFont &font, bool bold, bool italic, bool strikeOut);
/dports/devel/eric6/eric6-21.11/eric/eric6/Tasks/
H A DTask.py134 strikeOut = True
137 strikeOut = False
140 f.setStrikeOut(strikeOut)
229 strikeOut = True
232 strikeOut = False
235 f.setStrikeOut(strikeOut)
/dports/lang/polyml/polyml-5.8.2/mlsource/extra/Win/
H A DFontBase.sml168 strikeOut : bool,
186 strikeOut, charSet, outputPrecision, clipPrecision, quality,
193 underline = chToB underline, strikeOut = chToB strikeOut,
202 strikeOut, charSet, outputPrecision, clipPrecision, quality,
208 bToch underline, bToch strikeOut, charsetToW8 charSet,
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/applets/notes/plugin/
H A Ddocumenthandler.h35 Q_PROPERTY(bool strikeOut READ strikeOut WRITE setStrikeOut NOTIFY strikeOutChanged)
84 bool strikeOut() const;
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/Testing/Cpp/
H A DctkFontButtonEventTranslatorPlayerTest1.cpp54 CTKCOMPARE(widget->font().strikeOut(), false); in checkFinalWidgetState()
65 CTKCOMPARE(widget->font().strikeOut(), true); in checkFinalWidgetState2()
/dports/x11/konsole/konsole-21.12.3/src/terminalDisplay/
H A DTerminalFonts.cpp104 || fontInfo.strikeOut() != newFont.strikeOut() || fontInfo.rawMode() != newFont.rawMode()) { in setVTFont()
113 static_cast<int>(fontInfo.strikeOut()), in setVTFont()
/dports/textproc/libstaroffice/libstaroffice-0.0.7/src/lib/
H A DStarObjectNumericRuler.cxx492 uint16_t family, pitch, align, weight, underline, strikeOut, italic; in readAttributeLevel() local
493 *input >> family >> charSet >> pitch >> align >> weight >> underline >> strikeOut >> italic; in readAttributeLevel()
500 if (strikeOut) f << "strikeOut=" << strikeOut << ","; in readAttributeLevel()
583 switch (strikeOut) { in readAttributeLevel()
589 … font.m_propertyList.insert("style:text-line-through-type", strikeOut==1 ? "single" : "double"); in readAttributeLevel()
603 font.m_propertyList.insert("style:text-line-through-text", strikeOut==5 ? "/" : "X"); in readAttributeLevel()
607 …_MSG(("StarObjectNumericRuler::readAttributeLevel: find unknown crossedout enum=%d\n", strikeOut)); in readAttributeLevel()
/dports/deskutils/basket/basket-2.49a-46-g60e38c6/src/
H A Dtag.cpp95 if (strikeOut()) in font()
111 if (underline() && strikeOut()) in toCSS()
115 else if (strikeOut()) in toCSS()
170 if (state->strikeOut() && !result->strikeOut()) { in merge()
428 if (state->strikeOut() != stateToTest->strikeOut()) { in tagSimilarTo()
496 textNode.setAttribute("strikeOut", XMLWork::trueOrFalse(state->strikeOut())); in saveTagsTo()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqfont.cpp209 strikeOut(other.strikeOut), kerning(other.kerning), in QFontPrivate()
337 strikeOut = other->strikeOut; in resolve()
1218 bool QFont::strikeOut() const in strikeOut() function in QFont
1220 return d->strikeOut; in strikeOut()
1236 d->strikeOut = enable; in setStrikeOut()
1712 && f.d->strikeOut == d->strikeOut in operator ==()
1981 if (f->strikeOut) in get_font_bits()
2017 f->strikeOut = (bits & 0x04) != 0; in set_font_bits()
2721 bool QFontInfo::strikeOut() const in strikeOut() function in QFontInfo
2723 return d->strikeOut; in strikeOut()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqfont.cpp209 strikeOut(other.strikeOut), kerning(other.kerning), in QFontPrivate()
337 strikeOut = other->strikeOut; in resolve()
1218 bool QFont::strikeOut() const in strikeOut() function in QFont
1220 return d->strikeOut; in strikeOut()
1236 d->strikeOut = enable; in setStrikeOut()
1712 && f.d->strikeOut == d->strikeOut in operator ==()
1981 if (f->strikeOut) in get_font_bits()
2017 f->strikeOut = (bits & 0x04) != 0; in set_font_bits()
2721 bool QFontInfo::strikeOut() const in strikeOut() function in QFontInfo
2723 return d->strikeOut; in strikeOut()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqfont.cpp209 strikeOut(other.strikeOut), kerning(other.kerning), in QFontPrivate()
337 strikeOut = other->strikeOut; in resolve()
1218 bool QFont::strikeOut() const in strikeOut() function in QFont
1220 return d->strikeOut; in strikeOut()
1236 d->strikeOut = enable; in setStrikeOut()
1712 && f.d->strikeOut == d->strikeOut in operator ==()
1981 if (f->strikeOut) in get_font_bits()
2017 f->strikeOut = (bits & 0x04) != 0; in set_font_bits()
2721 bool QFontInfo::strikeOut() const in strikeOut() function in QFontInfo
2723 return d->strikeOut; in strikeOut()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqfont.cpp209 strikeOut(other.strikeOut), kerning(other.kerning), in QFontPrivate()
337 strikeOut = other->strikeOut; in resolve()
1218 bool QFont::strikeOut() const in strikeOut() function in QFont
1220 return d->strikeOut; in strikeOut()
1236 d->strikeOut = enable; in setStrikeOut()
1712 && f.d->strikeOut == d->strikeOut in operator ==()
1981 if (f->strikeOut) in get_font_bits()
2017 f->strikeOut = (bits & 0x04) != 0; in set_font_bits()
2721 bool QFontInfo::strikeOut() const in strikeOut() function in QFontInfo
2723 return d->strikeOut; in strikeOut()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqfont.cpp209 strikeOut(other.strikeOut), kerning(other.kerning), in QFontPrivate()
337 strikeOut = other->strikeOut; in resolve()
1218 bool QFont::strikeOut() const in strikeOut() function in QFont
1220 return d->strikeOut; in strikeOut()
1236 d->strikeOut = enable; in setStrikeOut()
1712 && f.d->strikeOut == d->strikeOut in operator ==()
1981 if (f->strikeOut) in get_font_bits()
2017 f->strikeOut = (bits & 0x04) != 0; in set_font_bits()
2721 bool QFontInfo::strikeOut() const in strikeOut() function in QFontInfo
2723 return d->strikeOut; in strikeOut()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqfont.cpp209 strikeOut(other.strikeOut), kerning(other.kerning), in QFontPrivate()
337 strikeOut = other->strikeOut; in resolve()
1218 bool QFont::strikeOut() const in strikeOut() function in QFont
1220 return d->strikeOut; in strikeOut()
1236 d->strikeOut = enable; in setStrikeOut()
1712 && f.d->strikeOut == d->strikeOut in operator ==()
1981 if (f->strikeOut) in get_font_bits()
2017 f->strikeOut = (bits & 0x04) != 0; in set_font_bits()
2721 bool QFontInfo::strikeOut() const in strikeOut() function in QFontInfo
2723 return d->strikeOut; in strikeOut()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqfont.cpp209 strikeOut(other.strikeOut), kerning(other.kerning), in QFontPrivate()
337 strikeOut = other->strikeOut; in resolve()
1218 bool QFont::strikeOut() const in strikeOut() function in QFont
1220 return d->strikeOut; in strikeOut()
1236 d->strikeOut = enable; in setStrikeOut()
1712 && f.d->strikeOut == d->strikeOut in operator ==()
1981 if (f->strikeOut) in get_font_bits()
2017 f->strikeOut = (bits & 0x04) != 0; in set_font_bits()
2721 bool QFontInfo::strikeOut() const in strikeOut() function in QFontInfo
2723 return d->strikeOut; in strikeOut()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqfont.cpp209 strikeOut(other.strikeOut), kerning(other.kerning), in QFontPrivate()
337 strikeOut = other->strikeOut; in resolve()
1218 bool QFont::strikeOut() const in strikeOut() function in QFont
1220 return d->strikeOut; in strikeOut()
1236 d->strikeOut = enable; in setStrikeOut()
1712 && f.d->strikeOut == d->strikeOut in operator ==()
1981 if (f->strikeOut) in get_font_bits()
2017 f->strikeOut = (bits & 0x04) != 0; in set_font_bits()
2721 bool QFontInfo::strikeOut() const in strikeOut() function in QFontInfo
2723 return d->strikeOut; in strikeOut()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqfont.cpp209 strikeOut(other.strikeOut), kerning(other.kerning), in QFontPrivate()
337 strikeOut = other->strikeOut; in resolve()
1218 bool QFont::strikeOut() const in strikeOut() function in QFont
1220 return d->strikeOut; in strikeOut()
1236 d->strikeOut = enable; in setStrikeOut()
1712 && f.d->strikeOut == d->strikeOut in operator ==()
1981 if (f->strikeOut) in get_font_bits()
2017 f->strikeOut = (bits & 0x04) != 0; in set_font_bits()
2721 bool QFontInfo::strikeOut() const in strikeOut() function in QFontInfo
2723 return d->strikeOut; in strikeOut()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqfont.cpp209 strikeOut(other.strikeOut), kerning(other.kerning), in QFontPrivate()
337 strikeOut = other->strikeOut; in resolve()
1218 bool QFont::strikeOut() const in strikeOut() function in QFont
1220 return d->strikeOut; in strikeOut()
1236 d->strikeOut = enable; in setStrikeOut()
1712 && f.d->strikeOut == d->strikeOut in operator ==()
1981 if (f->strikeOut) in get_font_bits()
2017 f->strikeOut = (bits & 0x04) != 0; in set_font_bits()
2721 bool QFontInfo::strikeOut() const in strikeOut() function in QFontInfo
2723 return d->strikeOut; in strikeOut()
[all …]

12345678910>>...30