\brief Return the type of a layer. \see LayerType
| 548 | //! \see LayerType |
| 549 | //! |
| 550 | LayerType getType() const noexcept |
| 551 | { |
| 552 | return mLayer->getType(); |
| 553 | } |
| 554 | |
| 555 | //! |
| 556 | //! \brief Set the name of a layer. |
no outgoing calls
no test coverage detected