Home
last modified time | relevance | path

Searched refs:QGlyphRun (Results 1 – 25 of 426) sorted by relevance

12345678910>>...18

/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp115 QGlyphRun::QGlyphRun() : d(new QGlyphRunPrivate) in QGlyphRun() function in QGlyphRun
122 QGlyphRun::QGlyphRun(const QGlyphRun &other) in QGlyphRun() function in QGlyphRun
130 QGlyphRun::~QGlyphRun() in ~QGlyphRun()
138 void QGlyphRun::detach() in detach()
147 QGlyphRun &QGlyphRun::operator=(const QGlyphRun &other) in operator =()
165 bool QGlyphRun::operator==(const QGlyphRun &other) const in operator ==()
278 void QGlyphRun::clear() in clear()
313 bool QGlyphRun::overline() const in overline()
334 bool QGlyphRun::underline() const in underline()
400 QGlyphRun::GlyphRunFlags QGlyphRun::flags() const in flags()
[all …]
H A Dqglyphrun.h55 class Q_GUI_EXPORT QGlyphRun
67 QGlyphRun();
68 QGlyphRun(const QGlyphRun &other);
69 QGlyphRun &operator=(QGlyphRun &&other) noexcept { swap(other); return *this; }
70 QGlyphRun &operator=(const QGlyphRun &other);
71 ~QGlyphRun();
90 bool operator==(const QGlyphRun &other) const;
91 inline bool operator!=(const QGlyphRun &other) const
119 QGlyphRun operator+(const QGlyphRun &other) const;
120 QGlyphRun &operator+=(const QGlyphRun &other);
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp115 QGlyphRun::QGlyphRun() : d(new QGlyphRunPrivate) in QGlyphRun() function in QGlyphRun
122 QGlyphRun::QGlyphRun(const QGlyphRun &other) in QGlyphRun() function in QGlyphRun
130 QGlyphRun::~QGlyphRun() in ~QGlyphRun()
138 void QGlyphRun::detach() in detach()
147 QGlyphRun &QGlyphRun::operator=(const QGlyphRun &other) in operator =()
165 bool QGlyphRun::operator==(const QGlyphRun &other) const in operator ==()
278 void QGlyphRun::clear() in clear()
313 bool QGlyphRun::overline() const in overline()
334 bool QGlyphRun::underline() const in underline()
400 QGlyphRun::GlyphRunFlags QGlyphRun::flags() const in flags()
[all …]
H A Dqglyphrun.h55 class Q_GUI_EXPORT QGlyphRun
67 QGlyphRun();
68 QGlyphRun(const QGlyphRun &other);
69 QGlyphRun &operator=(QGlyphRun &&other) noexcept { swap(other); return *this; }
70 QGlyphRun &operator=(const QGlyphRun &other);
71 ~QGlyphRun();
90 bool operator==(const QGlyphRun &other) const;
91 inline bool operator!=(const QGlyphRun &other) const
119 QGlyphRun operator+(const QGlyphRun &other) const;
120 QGlyphRun &operator+=(const QGlyphRun &other);
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp115 QGlyphRun::QGlyphRun() : d(new QGlyphRunPrivate) in QGlyphRun() function in QGlyphRun
122 QGlyphRun::QGlyphRun(const QGlyphRun &other) in QGlyphRun() function in QGlyphRun
130 QGlyphRun::~QGlyphRun() in ~QGlyphRun()
138 void QGlyphRun::detach() in detach()
147 QGlyphRun &QGlyphRun::operator=(const QGlyphRun &other) in operator =()
165 bool QGlyphRun::operator==(const QGlyphRun &other) const in operator ==()
278 void QGlyphRun::clear() in clear()
313 bool QGlyphRun::overline() const in overline()
334 bool QGlyphRun::underline() const in underline()
400 QGlyphRun::GlyphRunFlags QGlyphRun::flags() const in flags()
[all …]
H A Dqglyphrun.h55 class Q_GUI_EXPORT QGlyphRun
67 QGlyphRun();
68 QGlyphRun(const QGlyphRun &other);
69 QGlyphRun &operator=(QGlyphRun &&other) noexcept { swap(other); return *this; }
70 QGlyphRun &operator=(const QGlyphRun &other);
71 ~QGlyphRun();
90 bool operator==(const QGlyphRun &other) const;
91 inline bool operator!=(const QGlyphRun &other) const
119 QGlyphRun operator+(const QGlyphRun &other) const;
120 QGlyphRun &operator+=(const QGlyphRun &other);
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp115 QGlyphRun::QGlyphRun() : d(new QGlyphRunPrivate) in QGlyphRun() function in QGlyphRun
122 QGlyphRun::QGlyphRun(const QGlyphRun &other) in QGlyphRun() function in QGlyphRun
130 QGlyphRun::~QGlyphRun() in ~QGlyphRun()
138 void QGlyphRun::detach() in detach()
147 QGlyphRun &QGlyphRun::operator=(const QGlyphRun &other) in operator =()
165 bool QGlyphRun::operator==(const QGlyphRun &other) const in operator ==()
278 void QGlyphRun::clear() in clear()
313 bool QGlyphRun::overline() const in overline()
334 bool QGlyphRun::underline() const in underline()
400 QGlyphRun::GlyphRunFlags QGlyphRun::flags() const in flags()
[all …]
H A Dqglyphrun.h55 class Q_GUI_EXPORT QGlyphRun
67 QGlyphRun();
68 QGlyphRun(const QGlyphRun &other);
69 QGlyphRun &operator=(QGlyphRun &&other) noexcept { swap(other); return *this; }
70 QGlyphRun &operator=(const QGlyphRun &other);
71 ~QGlyphRun();
90 bool operator==(const QGlyphRun &other) const;
91 inline bool operator!=(const QGlyphRun &other) const
119 QGlyphRun operator+(const QGlyphRun &other) const;
120 QGlyphRun &operator+=(const QGlyphRun &other);
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp115 QGlyphRun::QGlyphRun() : d(new QGlyphRunPrivate) in QGlyphRun() function in QGlyphRun
122 QGlyphRun::QGlyphRun(const QGlyphRun &other) in QGlyphRun() function in QGlyphRun
130 QGlyphRun::~QGlyphRun() in ~QGlyphRun()
138 void QGlyphRun::detach() in detach()
147 QGlyphRun &QGlyphRun::operator=(const QGlyphRun &other) in operator =()
165 bool QGlyphRun::operator==(const QGlyphRun &other) const in operator ==()
278 void QGlyphRun::clear() in clear()
313 bool QGlyphRun::overline() const in overline()
334 bool QGlyphRun::underline() const in underline()
400 QGlyphRun::GlyphRunFlags QGlyphRun::flags() const in flags()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp115 QGlyphRun::QGlyphRun() : d(new QGlyphRunPrivate) in QGlyphRun() function in QGlyphRun
122 QGlyphRun::QGlyphRun(const QGlyphRun &other) in QGlyphRun() function in QGlyphRun
130 QGlyphRun::~QGlyphRun() in ~QGlyphRun()
138 void QGlyphRun::detach() in detach()
147 QGlyphRun &QGlyphRun::operator=(const QGlyphRun &other) in operator =()
165 bool QGlyphRun::operator==(const QGlyphRun &other) const in operator ==()
278 void QGlyphRun::clear() in clear()
313 bool QGlyphRun::overline() const in overline()
334 bool QGlyphRun::underline() const in underline()
400 QGlyphRun::GlyphRunFlags QGlyphRun::flags() const in flags()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp115 QGlyphRun::QGlyphRun() : d(new QGlyphRunPrivate) in QGlyphRun() function in QGlyphRun
122 QGlyphRun::QGlyphRun(const QGlyphRun &other) in QGlyphRun() function in QGlyphRun
130 QGlyphRun::~QGlyphRun() in ~QGlyphRun()
138 void QGlyphRun::detach() in detach()
147 QGlyphRun &QGlyphRun::operator=(const QGlyphRun &other) in operator =()
165 bool QGlyphRun::operator==(const QGlyphRun &other) const in operator ==()
278 void QGlyphRun::clear() in clear()
313 bool QGlyphRun::overline() const in overline()
334 bool QGlyphRun::underline() const in underline()
400 QGlyphRun::GlyphRunFlags QGlyphRun::flags() const in flags()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp115 QGlyphRun::QGlyphRun() : d(new QGlyphRunPrivate) in QGlyphRun() function in QGlyphRun
122 QGlyphRun::QGlyphRun(const QGlyphRun &other) in QGlyphRun() function in QGlyphRun
130 QGlyphRun::~QGlyphRun() in ~QGlyphRun()
138 void QGlyphRun::detach() in detach()
147 QGlyphRun &QGlyphRun::operator=(const QGlyphRun &other) in operator =()
165 bool QGlyphRun::operator==(const QGlyphRun &other) const in operator ==()
278 void QGlyphRun::clear() in clear()
313 bool QGlyphRun::overline() const in overline()
334 bool QGlyphRun::underline() const in underline()
400 QGlyphRun::GlyphRunFlags QGlyphRun::flags() const in flags()
[all …]
H A Dqglyphrun.h55 class Q_GUI_EXPORT QGlyphRun
67 QGlyphRun();
68 QGlyphRun(const QGlyphRun &other);
69 QGlyphRun &operator=(QGlyphRun &&other) noexcept { swap(other); return *this; }
70 QGlyphRun &operator=(const QGlyphRun &other);
71 ~QGlyphRun();
90 bool operator==(const QGlyphRun &other) const;
91 inline bool operator!=(const QGlyphRun &other) const
119 QGlyphRun operator+(const QGlyphRun &other) const;
120 QGlyphRun &operator+=(const QGlyphRun &other);
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp115 QGlyphRun::QGlyphRun() : d(new QGlyphRunPrivate) in QGlyphRun() function in QGlyphRun
122 QGlyphRun::QGlyphRun(const QGlyphRun &other) in QGlyphRun() function in QGlyphRun
130 QGlyphRun::~QGlyphRun() in ~QGlyphRun()
138 void QGlyphRun::detach() in detach()
147 QGlyphRun &QGlyphRun::operator=(const QGlyphRun &other) in operator =()
165 bool QGlyphRun::operator==(const QGlyphRun &other) const in operator ==()
278 void QGlyphRun::clear() in clear()
313 bool QGlyphRun::overline() const in overline()
334 bool QGlyphRun::underline() const in underline()
400 QGlyphRun::GlyphRunFlags QGlyphRun::flags() const in flags()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp115 QGlyphRun::QGlyphRun() : d(new QGlyphRunPrivate) in QGlyphRun() function in QGlyphRun
122 QGlyphRun::QGlyphRun(const QGlyphRun &other) in QGlyphRun() function in QGlyphRun
130 QGlyphRun::~QGlyphRun() in ~QGlyphRun()
138 void QGlyphRun::detach() in detach()
147 QGlyphRun &QGlyphRun::operator=(const QGlyphRun &other) in operator =()
165 bool QGlyphRun::operator==(const QGlyphRun &other) const in operator ==()
278 void QGlyphRun::clear() in clear()
313 bool QGlyphRun::overline() const in overline()
334 bool QGlyphRun::underline() const in underline()
400 QGlyphRun::GlyphRunFlags QGlyphRun::flags() const in flags()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp115 QGlyphRun::QGlyphRun() : d(new QGlyphRunPrivate) in QGlyphRun() function in QGlyphRun
122 QGlyphRun::QGlyphRun(const QGlyphRun &other) in QGlyphRun() function in QGlyphRun
130 QGlyphRun::~QGlyphRun() in ~QGlyphRun()
138 void QGlyphRun::detach() in detach()
147 QGlyphRun &QGlyphRun::operator=(const QGlyphRun &other) in operator =()
165 bool QGlyphRun::operator==(const QGlyphRun &other) const in operator ==()
278 void QGlyphRun::clear() in clear()
313 bool QGlyphRun::overline() const in overline()
334 bool QGlyphRun::underline() const in underline()
400 QGlyphRun::GlyphRunFlags QGlyphRun::flags() const in flags()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp115 QGlyphRun::QGlyphRun() : d(new QGlyphRunPrivate) in QGlyphRun() function in QGlyphRun
122 QGlyphRun::QGlyphRun(const QGlyphRun &other) in QGlyphRun() function in QGlyphRun
130 QGlyphRun::~QGlyphRun() in ~QGlyphRun()
138 void QGlyphRun::detach() in detach()
147 QGlyphRun &QGlyphRun::operator=(const QGlyphRun &other) in operator =()
165 bool QGlyphRun::operator==(const QGlyphRun &other) const in operator ==()
278 void QGlyphRun::clear() in clear()
313 bool QGlyphRun::overline() const in overline()
334 bool QGlyphRun::underline() const in underline()
400 QGlyphRun::GlyphRunFlags QGlyphRun::flags() const in flags()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp115 QGlyphRun::QGlyphRun() : d(new QGlyphRunPrivate) in QGlyphRun() function in QGlyphRun
122 QGlyphRun::QGlyphRun(const QGlyphRun &other) in QGlyphRun() function in QGlyphRun
130 QGlyphRun::~QGlyphRun() in ~QGlyphRun()
138 void QGlyphRun::detach() in detach()
147 QGlyphRun &QGlyphRun::operator=(const QGlyphRun &other) in operator =()
165 bool QGlyphRun::operator==(const QGlyphRun &other) const in operator ==()
278 void QGlyphRun::clear() in clear()
313 bool QGlyphRun::overline() const in overline()
334 bool QGlyphRun::underline() const in underline()
400 QGlyphRun::GlyphRunFlags QGlyphRun::flags() const in flags()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp115 QGlyphRun::QGlyphRun() : d(new QGlyphRunPrivate) in QGlyphRun() function in QGlyphRun
122 QGlyphRun::QGlyphRun(const QGlyphRun &other) in QGlyphRun() function in QGlyphRun
130 QGlyphRun::~QGlyphRun() in ~QGlyphRun()
138 void QGlyphRun::detach() in detach()
147 QGlyphRun &QGlyphRun::operator=(const QGlyphRun &other) in operator =()
165 bool QGlyphRun::operator==(const QGlyphRun &other) const in operator ==()
278 void QGlyphRun::clear() in clear()
313 bool QGlyphRun::overline() const in overline()
334 bool QGlyphRun::underline() const in underline()
400 QGlyphRun::GlyphRunFlags QGlyphRun::flags() const in flags()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp115 QGlyphRun::QGlyphRun() : d(new QGlyphRunPrivate) in QGlyphRun() function in QGlyphRun
122 QGlyphRun::QGlyphRun(const QGlyphRun &other) in QGlyphRun() function in QGlyphRun
130 QGlyphRun::~QGlyphRun() in ~QGlyphRun()
138 void QGlyphRun::detach() in detach()
147 QGlyphRun &QGlyphRun::operator=(const QGlyphRun &other) in operator =()
165 bool QGlyphRun::operator==(const QGlyphRun &other) const in operator ==()
278 void QGlyphRun::clear() in clear()
313 bool QGlyphRun::overline() const in overline()
334 bool QGlyphRun::underline() const in underline()
400 QGlyphRun::GlyphRunFlags QGlyphRun::flags() const in flags()
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp115 QGlyphRun::QGlyphRun() : d(new QGlyphRunPrivate) in QGlyphRun() function in QGlyphRun
122 QGlyphRun::QGlyphRun(const QGlyphRun &other) in QGlyphRun() function in QGlyphRun
130 QGlyphRun::~QGlyphRun() in ~QGlyphRun()
138 void QGlyphRun::detach() in detach()
147 QGlyphRun &QGlyphRun::operator=(const QGlyphRun &other) in operator =()
165 bool QGlyphRun::operator==(const QGlyphRun &other) const in operator ==()
278 void QGlyphRun::clear() in clear()
313 bool QGlyphRun::overline() const in overline()
334 bool QGlyphRun::underline() const in underline()
400 QGlyphRun::GlyphRunFlags QGlyphRun::flags() const in flags()
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp115 QGlyphRun::QGlyphRun() : d(new QGlyphRunPrivate) in QGlyphRun() function in QGlyphRun
122 QGlyphRun::QGlyphRun(const QGlyphRun &other) in QGlyphRun() function in QGlyphRun
130 QGlyphRun::~QGlyphRun() in ~QGlyphRun()
138 void QGlyphRun::detach() in detach()
147 QGlyphRun &QGlyphRun::operator=(const QGlyphRun &other) in operator =()
165 bool QGlyphRun::operator==(const QGlyphRun &other) const in operator ==()
278 void QGlyphRun::clear() in clear()
313 bool QGlyphRun::overline() const in overline()
334 bool QGlyphRun::underline() const in underline()
400 QGlyphRun::GlyphRunFlags QGlyphRun::flags() const in flags()
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp115 QGlyphRun::QGlyphRun() : d(new QGlyphRunPrivate) in QGlyphRun() function in QGlyphRun
122 QGlyphRun::QGlyphRun(const QGlyphRun &other) in QGlyphRun() function in QGlyphRun
130 QGlyphRun::~QGlyphRun() in ~QGlyphRun()
138 void QGlyphRun::detach() in detach()
147 QGlyphRun &QGlyphRun::operator=(const QGlyphRun &other) in operator =()
165 bool QGlyphRun::operator==(const QGlyphRun &other) const in operator ==()
278 void QGlyphRun::clear() in clear()
313 bool QGlyphRun::overline() const in overline()
334 bool QGlyphRun::underline() const in underline()
400 QGlyphRun::GlyphRunFlags QGlyphRun::flags() const in flags()
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp115 QGlyphRun::QGlyphRun() : d(new QGlyphRunPrivate) in QGlyphRun() function in QGlyphRun
122 QGlyphRun::QGlyphRun(const QGlyphRun &other) in QGlyphRun() function in QGlyphRun
130 QGlyphRun::~QGlyphRun() in ~QGlyphRun()
138 void QGlyphRun::detach() in detach()
147 QGlyphRun &QGlyphRun::operator=(const QGlyphRun &other) in operator =()
165 bool QGlyphRun::operator==(const QGlyphRun &other) const in operator ==()
278 void QGlyphRun::clear() in clear()
313 bool QGlyphRun::overline() const in overline()
334 bool QGlyphRun::underline() const in underline()
400 QGlyphRun::GlyphRunFlags QGlyphRun::flags() const in flags()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/text/
H A Dqglyphrun.cpp91 QGlyphRun::QGlyphRun() : d(new QGlyphRunPrivate) in QGlyphRun() function in QGlyphRun
98 QGlyphRun::QGlyphRun(const QGlyphRun &other) in QGlyphRun() function in QGlyphRun
106 QGlyphRun::~QGlyphRun() in ~QGlyphRun()
114 void QGlyphRun::detach() in detach()
123 QGlyphRun &QGlyphRun::operator=(const QGlyphRun &other) in operator =()
133 bool QGlyphRun::operator==(const QGlyphRun &other) const in operator ==()
174 QRawFont QGlyphRun::rawFont() const in rawFont()
249 void QGlyphRun::clear() in clear()
286 bool QGlyphRun::overline() const in overline()
311 bool QGlyphRun::underline() const in underline()
[all …]

12345678910>>...18