QStaticText

Binding for C++ class QStaticText.

Constructors

this
this()
Undocumented in source.
this
this(const(QString) text)
Undocumented in source.
this
this(const(QStaticText) other)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Enums

PerformanceHint
enum PerformanceHint
Undocumented in source.

Functions

performanceHint
PerformanceHint performanceHint()
Undocumented in source.
prepare
void prepare(const(QTransform) matrix, const(QFont) font)
Undocumented in source.
rawConstructor
typeof(this) rawConstructor()
Undocumented in source.
setPerformanceHint
void setPerformanceHint(PerformanceHint performanceHint)
Undocumented in source.
setText
void setText(const(QString) text)
Undocumented in source.
setTextFormat
void setTextFormat(qt.core.namespace.TextFormat textFormat)
Undocumented in source.
setTextOption
void setTextOption(const(QTextOption) textOption)
Undocumented in source.
setTextWidth
void setTextWidth(qreal textWidth)
Undocumented in source.
size
QSizeF size()
Undocumented in source.
text
QString text()
Undocumented in source.
textFormat
qt.core.namespace.TextFormat textFormat()
Undocumented in source.
textOption
QTextOption textOption()
Undocumented in source.
textWidth
qreal textWidth()
Undocumented in source.

Static functions

create
typeof(this) create()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta