VirtualFolderNode Class

(ProjectExplorer::VirtualFolderNode)
Header: #include <VirtualFolderNode>
Inherits: ProjectExplorer::FolderNode

Public Functions

VirtualFolderNode(const Utils::FileName &folderPath, int priority)
void setAddFileFilter(const QString &filter)

Additional Inherited Members

Detailed Description

In-memory presentation of a virtual folder. Note that the node itself + all children (files and folders) are "managed" by the owning project. A virtual folder does not correspond to a actual folder on the file system. See for example the sources, headers and forms folder the QmakeProjectManager creates VirtualFolderNodes are always sorted before FolderNodes and are sorted according to their priority.

See also ProjectExplorer::FileNode and ProjectExplorer::ProjectNode.

Member Function Documentation

VirtualFolderNode::VirtualFolderNode(const Utils::FileName &folderPath, int priority)

Default constructs an instance of VirtualFolderNode.

void VirtualFolderNode::setAddFileFilter(const QString &filter)