* @brief Get selected status * @return [TRUE] if the node is selected */
| 804 | * @return [TRUE] if the node is selected |
| 805 | */ |
| 806 | [[nodiscard]] bool isSelected() const { return m_selected; } |
| 807 | |
| 808 | /** |
| 809 | * @brief <BR>Get dragged status |
nothing calls this directly
no outgoing calls
no test coverage detected