- 1
 - 2
 - 3
 - 4
 - 5
 - 6
 - 7
 - 8
 
Объявление:
bool getBorderThickness() const		{return isThinBorder;}
Использование:
size += !getBorderThickness();// + 2; 
visibleAreaBegin.x = getLTPoint().x + xLeftShift + !getBorderThickness();
visibleAreaWidth = getRBPoint().x - getLTPoint().x - xRightShift - xLeftShift - 2*!getBorderThickness();
                                    
 Follow us!