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

Method isSelected

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

* @brief Get selected status * @return [TRUE] if the node is selected */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected