QTextOption

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

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.
setTabStop
void setTabStop(qreal atabStop)
Undocumented in source. Be warned that the author may not have intended to support it.
setTabStopDistance
void setTabStopDistance(qreal atabStop)
Undocumented in source. Be warned that the author may not have intended to support it.
setTabs
void setTabs(const(QList!(Tab)) tabStops)
Undocumented in source.
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.
tabStop
qreal tabStop()
Undocumented in source. Be warned that the author may not have intended to support it.
tabStopDistance
qreal tabStopDistance()
Undocumented in source. Be warned that the author may not have intended to support it.
tabs
QList!(Tab) tabs()
Undocumented in source.
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.

Meta