* @brief Get the index of the current properties list */
| 636 | * @brief Get the index of the current properties list |
| 637 | */ |
| 638 | unsigned int current_layer_list () const |
| 639 | { |
| 640 | return m_current_layer_list; |
| 641 | } |
| 642 | |
| 643 | /** |
| 644 | * @brief Set the index of the current properties list |
no outgoing calls
no test coverage detected