shouldPaint property
getter/setter pair
Whether or not this child is painted.
Children in the selection toolbar may be laid out for measurement purposes but not painted. This allows these children to be identified.
Implementation
bool shouldPaint = false;