src/gui/graphicsview/qgraphicswidget_p.h
branchRCL_3
changeset 8 3f74d0d4af4c
parent 4 3b1da2848fc7
child 14 c0432d11811c
equal deleted inserted replaced
6:dee5afe5301f 8:3f74d0d4af4c
   127     void windowFrameMousePressEvent(QGraphicsSceneMouseEvent *event);
   127     void windowFrameMousePressEvent(QGraphicsSceneMouseEvent *event);
   128     void windowFrameMouseMoveEvent(QGraphicsSceneMouseEvent *event);
   128     void windowFrameMouseMoveEvent(QGraphicsSceneMouseEvent *event);
   129     void windowFrameHoverMoveEvent(QGraphicsSceneHoverEvent *event);
   129     void windowFrameHoverMoveEvent(QGraphicsSceneHoverEvent *event);
   130     void windowFrameHoverLeaveEvent(QGraphicsSceneHoverEvent *event);
   130     void windowFrameHoverLeaveEvent(QGraphicsSceneHoverEvent *event);
   131     bool hasDecoration() const;
   131     bool hasDecoration() const;
       
   132 
       
   133     // Private Properties
       
   134     qreal width() const;
       
   135     void setWidth(qreal);
       
   136     void resetWidth();
       
   137 
       
   138     qreal height() const;
       
   139     void setHeight(qreal);
       
   140     void resetHeight();
   132 
   141 
   133     // State
   142     // State
   134     inline int attributeToBitIndex(Qt::WidgetAttribute att) const
   143     inline int attributeToBitIndex(Qt::WidgetAttribute att) const
   135     {
   144     {
   136         int bit = -1;
   145         int bit = -1;