Notation used in Ruby API documentation
Module: QtGui
Description: Binding of QGlyphRun
Sub-classes: GlyphRunFlag, QFlags_GlyphRunFlag
new QGlyphRun | new | Constructor QGlyphRun::QGlyphRun() | |
new QGlyphRun | new | (const QGlyphRun other) | Constructor QGlyphRun::QGlyphRun(const QGlyphRun &other) |
[const] | bool | != | (const QGlyphRun other) | Method bool QGlyphRun::operator!=(const QGlyphRun &other) |
[const] | bool | == | (const QGlyphRun other) | Method bool QGlyphRun::operator==(const QGlyphRun &other) |
void | _assign | (const QGlyphRun other) | Assigns another object to self | |
[const] | QGlyphRun ptr | _const_cast | Returns a non-const reference to self. | |
void | _create | Ensures the C++ object is created | ||
void | _destroy | Explicitly destroys the object | ||
[const] | bool | _destroyed? | Returns a value indicating whether the object was already destroyed | |
[const] | bool | _is_const_object? | Returns a value indicating whether the reference is a const reference | |
void | _manage | Marks the object as managed by the script side. | ||
void | _unmanage | Marks the object as no longer owned by the script side. | ||
QGlyphRun | assign | (const QGlyphRun other) | Method QGlyphRun &QGlyphRun::operator=(const QGlyphRun &other) | |
[const] | QRectF | boundingRect | Method QRectF QGlyphRun::boundingRect() | |
void | boundingRect= | (const QRectF boundingRect) | Method void QGlyphRun::setBoundingRect(const QRectF &boundingRect) | |
void | clear | Method void QGlyphRun::clear() | ||
[const] | new QGlyphRun ptr | dup | Creates a copy of self | |
[const] | QGlyphRun_QFlags_GlyphRunFlag | flags | Method QFlags<QGlyphRun::GlyphRunFlag> QGlyphRun::flags() | |
void | flags= | (QGlyphRun_QFlags_GlyphRunFlag flags) | Method void QGlyphRun::setFlags(QFlags<QGlyphRun::GlyphRunFlag> flags) | |
[const] | unsigned int[] | glyphIndexes | Method QVector<quint32> QGlyphRun::glyphIndexes() | |
void | glyphIndexes= | (unsigned int[] glyphIndexes) | Method void QGlyphRun::setGlyphIndexes(const QVector<quint32> &glyphIndexes) | |
[const] | bool | isEmpty? | Method bool QGlyphRun::isEmpty() | |
[const] | bool | isRightToLeft? | Method bool QGlyphRun::isRightToLeft() | |
[const] | bool | overline | Method bool QGlyphRun::overline() | |
void | overline= | (bool overline) | Method void QGlyphRun::setOverline(bool overline) | |
[const] | QPointF[] | positions | Method QVector<QPointF> QGlyphRun::positions() | |
void | positions= | (QPointF[] positions) | Method void QGlyphRun::setPositions(const QVector<QPointF> &positions) | |
[const] | QRawFont | rawFont | Method QRawFont QGlyphRun::rawFont() | |
void | rawFont= | (const QRawFont rawFont) | Method void QGlyphRun::setRawFont(const QRawFont &rawFont) | |
[const] | bool | rightToLeft | Method bool QGlyphRun::isRightToLeft() | |
void | rightToLeft= | (bool on) | Method void QGlyphRun::setRightToLeft(bool on) | |
void | setBoundingRect | (const QRectF boundingRect) | Method void QGlyphRun::setBoundingRect(const QRectF &boundingRect) | |
void | setFlag | (const QGlyphRun_GlyphRunFlag flag, bool enabled = true) | Method void QGlyphRun::setFlag(QGlyphRun::GlyphRunFlag flag, bool enabled) | |
void | setFlags | (QGlyphRun_QFlags_GlyphRunFlag flags) | Method void QGlyphRun::setFlags(QFlags<QGlyphRun::GlyphRunFlag> flags) | |
void | setGlyphIndexes | (unsigned int[] glyphIndexes) | Method void QGlyphRun::setGlyphIndexes(const QVector<quint32> &glyphIndexes) | |
void | setOverline | (bool overline) | Method void QGlyphRun::setOverline(bool overline) | |
void | setPositions | (QPointF[] positions) | Method void QGlyphRun::setPositions(const QVector<QPointF> &positions) | |
void | setRawData | (unsigned int ptr glyphIndexArray, const QPointF ptr glyphPositionArray, int size) | Method void QGlyphRun::setRawData(const quint32 *glyphIndexArray, const QPointF *glyphPositionArray, int size) | |
void | setRawFont | (const QRawFont rawFont) | Method void QGlyphRun::setRawFont(const QRawFont &rawFont) | |
void | setRightToLeft | (bool on) | Method void QGlyphRun::setRightToLeft(bool on) | |
void | setStrikeOut | (bool strikeOut) | Method void QGlyphRun::setStrikeOut(bool strikeOut) | |
void | setUnderline | (bool underline) | Method void QGlyphRun::setUnderline(bool underline) | |
[const] | bool | strikeOut | Method bool QGlyphRun::strikeOut() | |
void | strikeOut= | (bool strikeOut) | Method void QGlyphRun::setStrikeOut(bool strikeOut) | |
void | swap | (QGlyphRun other) | Method void QGlyphRun::swap(QGlyphRun &other) | |
[const] | bool | underline | Method bool QGlyphRun::underline() | |
void | underline= | (bool underline) | Method void QGlyphRun::setUnderline(bool underline) |
[static,const] | QGlyphRun_GlyphRunFlag | Overline | Enum constant QGlyphRun::Overline | |
[static,const] | QGlyphRun_GlyphRunFlag | RightToLeft | Enum constant QGlyphRun::RightToLeft | |
[static,const] | QGlyphRun_GlyphRunFlag | SplitLigature | Enum constant QGlyphRun::SplitLigature | |
[static,const] | QGlyphRun_GlyphRunFlag | StrikeOut | Enum constant QGlyphRun::StrikeOut | |
[static,const] | QGlyphRun_GlyphRunFlag | Underline | Enum constant QGlyphRun::Underline |
void | create | Use of this method is deprecated. Use _create instead | ||
void | destroy | Use of this method is deprecated. Use _destroy instead | ||
[const] | bool | destroyed? | Use of this method is deprecated. Use _destroyed? instead | |
[const] | bool | is_const_object? | Use of this method is deprecated. Use _is_const_object? instead |
!= | Signature: [const] bool != (const QGlyphRun other) Description: Method bool QGlyphRun::operator!=(const QGlyphRun &other) |
== | Signature: [const] bool == (const QGlyphRun other) Description: Method bool QGlyphRun::operator==(const QGlyphRun &other) |
Overline | Signature: [static,const] QGlyphRun_GlyphRunFlag Overline Description: Enum constant QGlyphRun::Overline Python specific notes: |
RightToLeft | Signature: [static,const] QGlyphRun_GlyphRunFlag RightToLeft Description: Enum constant QGlyphRun::RightToLeft Python specific notes: |
SplitLigature | Signature: [static,const] QGlyphRun_GlyphRunFlag SplitLigature Description: Enum constant QGlyphRun::SplitLigature Python specific notes: |
StrikeOut | Signature: [static,const] QGlyphRun_GlyphRunFlag StrikeOut Description: Enum constant QGlyphRun::StrikeOut Python specific notes: |
Underline | Signature: [static,const] QGlyphRun_GlyphRunFlag Underline Description: Enum constant QGlyphRun::Underline Python specific notes: |
_assign | Signature: void _assign (const QGlyphRun other) Description: Assigns another object to self |
_const_cast | Signature: [const] QGlyphRun ptr _const_cast Description: Returns a non-const reference to self. Basically, this method allows turning a const object reference to a non-const one. This method is provided as last resort to remove the constness from an object. Usually there is a good reason for a const object reference, so using this method may have undesired side effects. This method has been introduced in version 0.29.6. |
_create | Signature: void _create Description: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
_destroy | Signature: void _destroy Description: Explicitly destroys the object Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
_destroyed? | Signature: [const] bool _destroyed? Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
_is_const_object? | Signature: [const] bool _is_const_object? Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
_manage | Signature: void _manage Description: Marks the object as managed by the script side. After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required. Usually it's not required to call this method. It has been introduced in version 0.24. |
_unmanage | Signature: void _unmanage Description: Marks the object as no longer owned by the script side. Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur. Usually it's not required to call this method. It has been introduced in version 0.24. |
assign | Signature: QGlyphRun assign (const QGlyphRun other) Description: Method QGlyphRun &QGlyphRun::operator=(const QGlyphRun &other) |
boundingRect | Signature: [const] QRectF boundingRect Description: Method QRectF QGlyphRun::boundingRect() Python specific notes: |
boundingRect= | Signature: void boundingRect= (const QRectF boundingRect) Description: Method void QGlyphRun::setBoundingRect(const QRectF &boundingRect) Python specific notes: |
clear | Signature: void clear Description: Method void QGlyphRun::clear() |
create | Signature: void create Description: Ensures the C++ object is created Use of this method is deprecated. Use _create instead Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
destroy | Signature: void destroy Description: Explicitly destroys the object Use of this method is deprecated. Use _destroy instead Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
destroyed? | Signature: [const] bool destroyed? Description: Returns a value indicating whether the object was already destroyed Use of this method is deprecated. Use _destroyed? instead This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
dup | Signature: [const] new QGlyphRun ptr dup Description: Creates a copy of self Python specific notes: |
flags | Signature: [const] QGlyphRun_QFlags_GlyphRunFlag flags Description: Method QFlags<QGlyphRun::GlyphRunFlag> QGlyphRun::flags() Python specific notes: |
flags= | Signature: void flags= (QGlyphRun_QFlags_GlyphRunFlag flags) Description: Method void QGlyphRun::setFlags(QFlags<QGlyphRun::GlyphRunFlag> flags) Python specific notes: |
glyphIndexes | Signature: [const] unsigned int[] glyphIndexes Description: Method QVector<quint32> QGlyphRun::glyphIndexes() Python specific notes: |
glyphIndexes= | Signature: void glyphIndexes= (unsigned int[] glyphIndexes) Description: Method void QGlyphRun::setGlyphIndexes(const QVector<quint32> &glyphIndexes) Python specific notes: |
isEmpty? | Signature: [const] bool isEmpty? Description: Method bool QGlyphRun::isEmpty() |
isRightToLeft? | Signature: [const] bool isRightToLeft? Description: Method bool QGlyphRun::isRightToLeft() Python specific notes: |
is_const_object? | Signature: [const] bool is_const_object? Description: Returns a value indicating whether the reference is a const reference Use of this method is deprecated. Use _is_const_object? instead This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
new | (1) Signature: [static] new QGlyphRun new Description: Constructor QGlyphRun::QGlyphRun() This method creates an object of class QGlyphRun. Python specific notes: |
(2) Signature: [static] new QGlyphRun new (const QGlyphRun other) Description: Constructor QGlyphRun::QGlyphRun(const QGlyphRun &other) This method creates an object of class QGlyphRun. Python specific notes: | |
overline | Signature: [const] bool overline Description: Method bool QGlyphRun::overline() Python specific notes: |
overline= | Signature: void overline= (bool overline) Description: Method void QGlyphRun::setOverline(bool overline) Python specific notes: |
positions | Signature: [const] QPointF[] positions Description: Method QVector<QPointF> QGlyphRun::positions() Python specific notes: |
positions= | Signature: void positions= (QPointF[] positions) Description: Method void QGlyphRun::setPositions(const QVector<QPointF> &positions) Python specific notes: |
rawFont | Signature: [const] QRawFont rawFont Description: Method QRawFont QGlyphRun::rawFont() Python specific notes: |
rawFont= | Signature: void rawFont= (const QRawFont rawFont) Description: Method void QGlyphRun::setRawFont(const QRawFont &rawFont) Python specific notes: |
rightToLeft | Signature: [const] bool rightToLeft Description: Method bool QGlyphRun::isRightToLeft() Python specific notes: |
rightToLeft= | Signature: void rightToLeft= (bool on) Description: Method void QGlyphRun::setRightToLeft(bool on) Python specific notes: |
setBoundingRect | Signature: void setBoundingRect (const QRectF boundingRect) Description: Method void QGlyphRun::setBoundingRect(const QRectF &boundingRect) Python specific notes: |
setFlag | Signature: void setFlag (const QGlyphRun_GlyphRunFlag flag, bool enabled = true) Description: Method void QGlyphRun::setFlag(QGlyphRun::GlyphRunFlag flag, bool enabled) |
setFlags | Signature: void setFlags (QGlyphRun_QFlags_GlyphRunFlag flags) Description: Method void QGlyphRun::setFlags(QFlags<QGlyphRun::GlyphRunFlag> flags) Python specific notes: |
setGlyphIndexes | Signature: void setGlyphIndexes (unsigned int[] glyphIndexes) Description: Method void QGlyphRun::setGlyphIndexes(const QVector<quint32> &glyphIndexes) Python specific notes: |
setOverline | Signature: void setOverline (bool overline) Description: Method void QGlyphRun::setOverline(bool overline) Python specific notes: |
setPositions | Signature: void setPositions (QPointF[] positions) Description: Method void QGlyphRun::setPositions(const QVector<QPointF> &positions) Python specific notes: |
setRawData | Signature: void setRawData (unsigned int ptr glyphIndexArray, const QPointF ptr glyphPositionArray, int size) Description: Method void QGlyphRun::setRawData(const quint32 *glyphIndexArray, const QPointF *glyphPositionArray, int size) |
setRawFont | Signature: void setRawFont (const QRawFont rawFont) Description: Method void QGlyphRun::setRawFont(const QRawFont &rawFont) Python specific notes: |
setRightToLeft | Signature: void setRightToLeft (bool on) Description: Method void QGlyphRun::setRightToLeft(bool on) Python specific notes: |
setStrikeOut | Signature: void setStrikeOut (bool strikeOut) Description: Method void QGlyphRun::setStrikeOut(bool strikeOut) Python specific notes: |
setUnderline | Signature: void setUnderline (bool underline) Description: Method void QGlyphRun::setUnderline(bool underline) Python specific notes: |
strikeOut | Signature: [const] bool strikeOut Description: Method bool QGlyphRun::strikeOut() Python specific notes: |
strikeOut= | Signature: void strikeOut= (bool strikeOut) Description: Method void QGlyphRun::setStrikeOut(bool strikeOut) Python specific notes: |
swap | Signature: void swap (QGlyphRun other) Description: Method void QGlyphRun::swap(QGlyphRun &other) |
underline | Signature: [const] bool underline Description: Method bool QGlyphRun::underline() Python specific notes: |
underline= | Signature: void underline= (bool underline) Description: Method void QGlyphRun::setUnderline(bool underline) Python specific notes: |