- 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();
Elvenfighter 22.09.2014 16:48 # 0
TarasB 22.09.2014 16:54 # +4