Setuav Studio Developer Documentation 1.0
SDK and plugin development reference for Setuav Studio
Loading...
Searching...
No Matches
setuav_studio_sdk.contributions.ProjectTreeNodeContribution Class Reference

Plugin-owned node displayed beneath the project root. More...

Collaboration diagram for setuav_studio_sdk.contributions.ProjectTreeNodeContribution:

Detailed Description

Plugin-owned node displayed beneath the project root.

Parameters
idGlobally unique, stable node identifier.
titleUser-visible node label.
selectionObject published when the node is selected.
childrenNested project-tree nodes.
iconOptional icon name, file path, or QIcon.
tooltipOptional explanatory text.
renameOptional callback used to rename the node.
deleteOptional callback used to delete the node.