* @brief Get selected status * @return [TRUE] If the link is selected in the current frame */
| 227 | * @return [TRUE] If the link is selected in the current frame |
| 228 | */ |
| 229 | [[nodiscard]] bool isSelected() const { return m_selected; } |
| 230 | private: |
| 231 | Pin* m_left; |
| 232 | Pin* m_right; |