equal
deleted
inserted
replaced
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(); |
|
141 |
132 |
142 // State |
133 // State |
143 inline int attributeToBitIndex(Qt::WidgetAttribute att) const |
134 inline int attributeToBitIndex(Qt::WidgetAttribute att) const |
144 { |
135 { |
145 int bit = -1; |
136 int bit = -1; |