QRect.contains

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool contains(const(QRect) r, bool proper)
  2. bool contains(const(QPoint) p, bool proper)
  3. bool contains(int ax, int ay)
    struct QRect
    pragma(inline, true) const
    bool
    contains
    (
    int ax
    ,
    int ay
    )
  4. bool contains(int ax, int ay, bool aproper)

Meta