MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / NodeValidationState

Enum NodeValidationState

QtNodeEditor/include/nodes/internal/NodeDataModel.hpp:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15{
16
17enum class NodeValidationState
18{
19 Valid,
20 Warning,
21 Error
22};
23
24class StyleCollection;
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected