MCPcopy Create free account
hub / github.com/Fattorino/ImNodeFlow / isSelected

Method isSelected

include/ImNodeFlow.h:229–229  ·  view source on GitHub ↗

* @brief Get selected status * @return [TRUE] If the link is selected in the current frame */

Source from the content-addressed store, hash-verified

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;

Callers 1

on_selected_nodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected