* @brief Get the number of lists present in this view */
| 628 | * @brief Get the number of lists present in this view |
| 629 | */ |
| 630 | unsigned int layer_lists () const |
| 631 | { |
| 632 | return (unsigned int) m_layer_properties_lists.size (); |
| 633 | } |
| 634 | |
| 635 | /** |
| 636 | * @brief Get the index of the current properties list |
no test coverage detected