dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QTextInlineObject
qt
gui
textlayout
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (
C
++) extern (
C
++)
struct
QTextInlineObject {
this
(int i, QTextEngine* e);
this
();
bool
isValid
();
QRectF
rect
();
qreal
width
();
qreal
ascent
();
qreal
descent
();
qreal
height
();
qt
.
core
.
namespace
.
LayoutDirection
textDirection
();
void
setWidth
(qreal w);
void
setAscent
(qreal a);
void
setDescent
(qreal d);
int
textPosition
();
int
formatIndex
();
QTextFormat
format
();
}
Constructors
this
this
(int i, QTextEngine* e)
Undocumented in source.
this
this
()
Undocumented in source.
Members
Functions
ascent
qreal
ascent
()
Undocumented in source.
descent
qreal
descent
()
Undocumented in source.
format
QTextFormat
format
()
Undocumented in source.
formatIndex
int
formatIndex
()
Undocumented in source.
height
qreal
height
()
Undocumented in source.
isValid
bool
isValid
()
Undocumented in source. Be warned that the author may not have intended to support it.
rect
QRectF
rect
()
Undocumented in source.
setAscent
void
setAscent
(qreal a)
Undocumented in source.
setDescent
void
setDescent
(qreal d)
Undocumented in source.
setWidth
void
setWidth
(qreal w)
Undocumented in source.
textDirection
qt
.
core
.
namespace
.
LayoutDirection
textDirection
()
Undocumented in source.
textPosition
int
textPosition
()
Undocumented in source.
width
qreal
width
()
Undocumented in source.
Meta
Source
See Implementation
qt
gui
textlayout
structs
QTextInlineObject
QTextLayout
QTextLine