src/gui/painting/qpathclipper_p.h
branchRCL_3
changeset 8 3f74d0d4af4c
parent 4 3b1da2848fc7
equal deleted inserted replaced
6:dee5afe5301f 8:3f74d0d4af4c
    83 
    83 
    84     QPainterPath clip(Operation op = BoolAnd);
    84     QPainterPath clip(Operation op = BoolAnd);
    85 
    85 
    86     bool intersect();
    86     bool intersect();
    87     bool contains();
    87     bool contains();
       
    88 
       
    89     static bool pathToRect(const QPainterPath &path, QRectF *rect = 0);
    88 
    90 
    89 private:
    91 private:
    90     Q_DISABLE_COPY(QPathClipper)
    92     Q_DISABLE_COPY(QPathClipper)
    91 
    93 
    92     enum ClipperMode {
    94     enum ClipperMode {