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, Node *node) const final |
- 32 public functions inherited from ProjectExplorer::FolderNode
- 27 public functions inherited from ProjectExplorer::Node
- 32 public functions inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 1 public slot inherited from QObject
- 2 signals inherited from QObject
- 1 public variable inherited from QObject
- 3 static public members inherited from ProjectExplorer::Node
- 10 static public members inherited from QObject
- 2 protected functions inherited from ProjectExplorer::Node
- 9 protected functions inherited from QObject
- 2 protected variables inherited from QObject
Member Function Documentation
ContainerNode::ContainerNode(Project *project)
Default constructs an instance of ContainerNode.