ContainerNode Class
(ProjectExplorer::ContainerNode)Inherits: | ProjectExplorer::FolderNode |
Public Functions
ContainerNode(Project *project) | |
Project * | project() const |
ProjectNode * | rootProjectNode() const |
Reimplemented Public Functions
virtual ContainerNode * | asContainerNode() final |
virtual const ContainerNode * | asContainerNode() const final |
virtual QString | displayName() const final |
virtual bool | supportsAction(ProjectAction action, const Node *node) const final |
- 34 public functions inherited from ProjectExplorer::FolderNode
- 27 public functions inherited from ProjectExplorer::Node
Additional Inherited Members
- 3 static public members inherited from ProjectExplorer::Node
- 2 protected functions inherited from ProjectExplorer::Node
Member Function Documentation
ContainerNode::ContainerNode(Project *project)
Default constructs an instance of ContainerNode.