* @brief cell_box layer attribute * * This attribute is true, if the layer provides cell boxes. */
| 542 | * This attribute is true, if the layer provides cell boxes. |
| 543 | */ |
| 544 | bool is_cell_box_layer () const |
| 545 | { |
| 546 | return source (true).special_purpose () == lay::ParsedLayerSource::SP_CellFrame; |
| 547 | } |
| 548 | |
| 549 | /** |
| 550 | * @brief Set the transparency state |