QPainter.boundingRect

Undocumented in source. Be warned that the author may not have intended to support it.
  1. QRectF boundingRect(const(QRectF) rect, int flags, const(QString) text)
  2. QRect boundingRect(const(QRect) rect, int flags, const(QString) text)
  3. QRect boundingRect(int x, int y, int w, int h, int flags, const(QString) text)
    struct QPainter
    pragma(inline, true)
    boundingRect
    (
    int x
    ,
    int y
    ,
    int w
    ,
    int h
    ,
    int flags
    ,
    ref const(QString) text
    )
  4. QRectF boundingRect(const(QRectF) rect, const(QString) text, const(QTextOption) o)

Meta