src/gui/graphicsview/qgraphicswidget_p.h
changeset 19 fcece45ef507
parent 18 2f34d5167611
child 14 c0432d11811c
equal deleted inserted replaced
18:2f34d5167611 19:fcece45ef507
   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;