QTextOption

Binding for C++ class QTextOption.

Constructors

this
this(qt.core.namespace.Alignment alignment)
Undocumented in source.
this
this(const(QTextOption) o)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

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

Members

Aliases

Flags
alias Flags = QFlags!(Flag)
Undocumented in source.

Enums

Flag
enum Flag
Undocumented in source.
TabType
enum TabType
Undocumented in source.
WrapMode
enum WrapMode
Undocumented in source.

Functions

alignment
qt.core.namespace.Alignment alignment()
Undocumented in source. Be warned that the author may not have intended to support it.
setAlignment
void setAlignment(qt.core.namespace.Alignment aalignment)
Undocumented in source. Be warned that the author may not have intended to support it.
setFlags
void setFlags(Flags aflags)
Undocumented in source. Be warned that the author may not have intended to support it.
setTabArray
void setTabArray(const(QList!(qreal)) tabStops)
Undocumented in source.
setTabStopDistance
void setTabStopDistance(qreal atabStop)
Undocumented in source. Be warned that the author may not have intended to support it.
setTextDirection
void setTextDirection(qt.core.namespace.LayoutDirection aDirection)
Undocumented in source. Be warned that the author may not have intended to support it.
setUseDesignMetrics
void setUseDesignMetrics(bool b)
Undocumented in source. Be warned that the author may not have intended to support it.
setWrapMode
void setWrapMode(WrapMode wrap)
Undocumented in source. Be warned that the author may not have intended to support it.
tabArray
QList!(qreal) tabArray()
Undocumented in source.
tabStopDistance
qreal tabStopDistance()
Undocumented in source. Be warned that the author may not have intended to support it.
textDirection
qt.core.namespace.LayoutDirection textDirection()
Undocumented in source. Be warned that the author may not have intended to support it.
useDesignMetrics
bool useDesignMetrics()
Undocumented in source. Be warned that the author may not have intended to support it.
wrapMode
WrapMode wrapMode()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Tab
struct Tab
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Meta