! \internal Returns the brush that should be used for drawing fills of the item. Returns mBrush when the item is not selected and mSelectedBrush when it is. */
| 28790 | is not selected and mSelectedBrush when it is. |
| 28791 | */ |
| 28792 | QBrush QCPItemRect::mainBrush() const |
| 28793 | { |
| 28794 | return mSelected ? mSelectedBrush : mBrush; |
| 28795 | } |
| 28796 | /* end of 'src/items/item-rect.cpp' */ |
| 28797 | |
| 28798 |
nothing calls this directly
no outgoing calls
no test coverage detected